- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2021-09-21 17:34:46+12:00
- Desc:
- Make corrections
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/701/rawfile/0cf50db3389dffbd0a5b6294a4a2da66ec917002/Components/IK1_gating.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="IK1_gating" 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="mV" units_ref="mV"/>
<units name="ms" units_ref="ms"/>
</import>
<component name="q_inf">
<variable name="X_inf" public_interface="out" units="dimensionless"/>
<variable name="V" public_interface="in" units="mV"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>X_inf</ci>
<apply>
<divide/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<plus/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<minus/>
<apply>
<minus/>
<ci>V</ci>
</apply>
<cn cellml:units="mV">7.7</cn>
</apply>
<cn cellml:units="mV">23.7</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component name="r_inf">
<variable name="X_inf" public_interface="out" units="dimensionless"/>
<variable name="V" public_interface="in" units="mV"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>X_inf</ci>
<apply>
<divide/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<plus/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<plus/>
<ci>V</ci>
<cn cellml:units="mV">63</cn>
</apply>
<cn cellml:units="mV">6.3</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component name="tau_q">
<variable name="tau" public_interface="out" units="ms"/>
<variable name="V" public_interface="in" units="mV"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>tau</ci>
<apply>
<divide/>
<cn cellml:units="ms">500</cn>
<apply>
<plus/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<power/>
<apply>
<divide/>
<apply>
<plus/>
<ci>V</ci>
<cn cellml:units="mV">60.71</cn>
</apply>
<cn cellml:units="mV">15.79</cn>
</apply>
<cn cellml:units="dimensionless">2</cn>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component name="tau_r1">
<variable name="tau" public_interface="out" units="ms"/>
<variable name="V" public_interface="in" units="mV"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>tau</ci>
<apply>
<divide/>
<cn cellml:units="ms" type="e-notation">5<sep/>3</cn>
<apply>
<plus/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<power/>
<apply>
<divide/>
<apply>
<plus/>
<ci>V</ci>
<cn cellml:units="mV">62.71</cn>
</apply>
<cn cellml:units="mV">35.86</cn>
</apply>
<cn cellml:units="dimensionless">2</cn>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component name="tau_r2">
<variable name="tau" public_interface="out" units="ms"/>
<variable name="V" public_interface="in" units="mV"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>tau</ci>
<apply>
<plus/>
<cn cellml:units="ms" type="e-notation">3<sep/>4</cn>
<apply>
<divide/>
<cn cellml:units="ms" type="e-notation">2.2<sep/>5</cn>
<apply>
<plus/>
<cn cellml:units="dimensionless">1</cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<plus/>
<ci>V</ci>
<cn cellml:units="mV">22</cn>
</apply>
<cn cellml:units="mV">4</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
</model>