- Author:
- Leyla <lnor300>
- Date:
- 2022-09-28 16:08:33+13:00
- Desc:
- ..
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/919/rawfile/3affededfd25a44594b79661e39fb68801515613/CaNa_Exchanger/CaNa_Exchanger.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="CaNa_Exchanger" 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="../Common/units.cellml">
<units name="current_units" units_ref="current_units"/>
<units name="voltage_units" units_ref="voltage_units"/>
<units name="time_units" units_ref="time_units"/>
<units name="conductance_units" units_ref="conductance_units"/>
<units name="millimolar" units_ref="millimolar"/>
<units name="per_millimolar" units_ref="per_millimolar"/>
<units name="millimolar_per_millisecond" units_ref="millimolar_per_millisecond"/>
</import>
<component name="J_CaSR_SM">
<variable name="J_CaSR_SM" public_interface="out" units="millimolar_per_millisecond"/>
<variable name="time" public_interface="in" units="time_units"/>
<variable initial_value="0.31705" name="J_max_CaSR" units="millimolar_per_millisecond"/>
<variable name="Ca_i" public_interface="in" units="millimolar"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>J_CaSR_SM</ci>
<apply>
<times/>
<ci>J_max_CaSR</ci>
<apply>
<power/>
<apply>
<times/>
<ci>Ca_i</ci>
<cn cellml:units="per_millimolar">1.0</cn>
</apply>
<cn cellml:units="dimensionless">1.34</cn>
</apply>
</apply>
</apply>
</math>
<variable initial_value="0" name="m" public_interface="out" units="dimensionless"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<apply>
<diff/>
<bvar>
<ci>time</ci>
</bvar>
<ci>m</ci>
</apply>
<cn cellml:units="dimensionless">1</cn>
</apply>
</math>
</component>
</model>