- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2022-06-13 11:44:41+12:00
- Desc:
- Modify the intracelluar K from 4.7 mM to 5.9 mM
- Permanent Source URI:
- https://models.cellml.org/workspace/83f/rawfile/887894c158d460d4505bd3fb26d23a7b939ca442/Components/JSERCAi.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="JSERCAi" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink">
<import xlink:href="../cellLib/Components/units.cellml">
<units name="uM" units_ref="uM"/>
<units name="uM_per_s" units_ref="uM_per_s"/>
</import>
<component name="JSERCAi">
<variable name="B" public_interface="in" units="uM_per_s"/>
<variable name="c_b" public_interface="in" units="uM"/>
<variable name="c_i" public_interface="in" units="uM"/>
<variable name="J_SERCAi" public_interface="out" units="uM_per_s"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>J_SERCAi</ci>
<apply>
<times/>
<ci>B</ci>
<apply>
<divide/>
<apply>
<power/>
<ci>c_i</ci>
<cn cellml:units="dimensionless">2</cn>
</apply>
<apply>
<plus/>
<apply>
<power/>
<ci>c_i</ci>
<cn cellml:units="dimensionless">2</cn>
</apply>
<apply>
<power/>
<ci>c_b</ci>
<cn cellml:units="dimensionless">2</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
</model>