Location: BG_RyR @ e6e50f6e49d0 / parameter_finder / README.txt

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2021-10-28 16:51:40+13:00
Desc:
Renaming kinetic_parameters.py
Permanent Source URI:
https://models.physiomeproject.org/workspace/6e3/rawfile/e6e50f6e49d0368dea326f0c40a41f781e8e1c09/parameter_finder/README.txt

RyR needs volumes of different compartments within the cell

V_myo = 21.5; % Intracellular volume
V_SR = V_myo*0.035; % SR volume
V_di = V_myo*0.0539; % diadic volume
V = struct();
V.V_myo = V_myo;
V.V_SR = V_SR;
V.V_di = V_di;


Currently, This is used only in RyR  module.
these volumes may be overwritten when replacing BG solver file.