- 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/Ih_gating.cellml
<?xml version='1.0' encoding='UTF-8'?>
<model name="Ih_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="y_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">105.39</cn>
</apply>
<cn cellml:units="mV">8.66</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component name="tau_y">
<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">1</cn>
<apply>
<plus/>
<apply>
<times/>
<cn cellml:units="dimensionless" type="e-notation">3.5<sep/>-6</cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<times/>
<apply>
<minus/>
<cn cellml:units="dimensionless">0.0497</cn>
</apply>
<ci>V</ci>
</apply>
<cn cellml:units="mV">1</cn>
</apply>
</apply>
</apply>
<apply>
<times/>
<cn cellml:units="dimensionless">0.04</cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="dimensionless">0.0521</cn>
<ci>V</ci>
</apply>
<cn cellml:units="mV">1</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
</model>