- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2021-09-21 18:51:37+12:00
- Desc:
- add CB4HM_Cai
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/701/rawfile/fc955f944a555bf8c64a88ab136430dec8f1383e/Components/g_Xo.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="g_Xo" 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="mM" units_ref="mM"/>
</import>
<component name="g_Xo">
<variable name="g_s" public_interface="in" units="dimensionless"/>
<variable name="X_o" public_interface="in" units="mM"/>
<variable name="g_Xo" public_interface="out" units="dimensionless"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>g_Xo</ci>
<apply>
<divide/>
<apply>
<times/>
<apply>
<divide/>
<cn cellml:units="dimensionless">1</cn>
<ci>g_s</ci>
</apply>
<cn cellml:units="dimensionless">0.03</cn>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<power/>
<apply>
<divide/>
<cn cellml:units="mM">150</cn>
<apply>
<plus/>
<ci>X_o</ci>
<cn cellml:units="mM" type="e-notation">1<sep/>-8</cn>
</apply>
</apply>
<cn cellml:units="dimensionless">2</cn>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
</model>