- Author:
- David Nickerson <david.nickerson@gmail.com>
- Date:
- 2019-11-04 22:25:48+09:00
- Desc:
- adding CellML 2.0 version of this model generated using the CellML1to2 XSL
- Permanent Source URI:
- https://models.fieldml.org/w/andre/VPH-MIP/rawfile/bd1651a373bbed124d4bd763a86c32c2bf2f3ff0/cellml-2.0/components/IK-gating-rates.xml
<?xml version="1.0" encoding="UTF-8"?><model xmlns="http://www.cellml.org/cellml/2.0#" xmlns:cellml="http://www.cellml.org/cellml/2.0#" xmlns:xlink="http://www.w3.org/1999/xlink" name="IK_gating_rates">
<import xlink:href="units.xml">
<units name="ms" units_ref="ms"/>
<units name="mV" units_ref="mV"/>
<units name="per_ms" units_ref="per_ms"/>
<units name="per_ms_mV" units_ref="per_ms_mV"/>
</import>
<component name="alpha_n">
<variable name="alpha" units="per_ms" interface="public_and_private"/>
<variable name="V" units="mV" interface="public_and_private"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply id="alpha_n_calculation"><eq/>
<ci>alpha</ci>
<apply><divide/>
<apply><times/>
<cn cellml:units="per_ms_mV">0.01</cn>
<apply><plus/>
<ci>V</ci>
<cn cellml:units="mV">10.0</cn>
</apply>
</apply>
<apply><minus/>
<apply><exp/>
<apply><divide/>
<apply><plus/>
<ci>V</ci>
<cn cellml:units="mV">10.0</cn>
</apply>
<cn cellml:units="mV">10.0</cn>
</apply>
</apply>
<cn cellml:units="dimensionless">1.0</cn>
</apply>
</apply>
</apply>
</math>
</component>
<component name="beta_n">
<variable name="beta" units="per_ms" interface="public_and_private"/>
<variable name="V" units="mV" interface="public_and_private"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply id="beta_n_calculation"><eq/>
<ci>beta</ci>
<apply><times/>
<cn cellml:units="per_ms">0.125</cn>
<apply><exp/>
<apply><divide/>
<ci>V</ci>
<cn cellml:units="mV">80.0</cn>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
</model>