- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2012-10-05 15:20:03+13:00
- Desc:
- updating documentation to better reflect the VPH-MIP slides and mention how to reproduce the simulation results; adding plot of gating variables added to the SED-ML
- Permanent Source URI:
- https://models.fieldml.org/w/andre/VPH-MIP/rawfile/58e44de10bed7fbc87fd1d437f3001c7b653a738/components/IK.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<model 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" name="IK">
<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"/>
<units name="uA_per_cmsq" units_ref="uA_per_cmsq"/>
<units name="mS_per_cmsq" units_ref="mS_per_cmsq"/>
</import>
<import xlink:href="gating-variable.xml">
<component name="n_gate" component_ref="hh_gating_variable"/>
</import>
<import xlink:href="IK-gating-rates.xml">
<component name="alpha_n" component_ref="alpha_n"/>
<component name="beta_n" component_ref="beta_n"/>
</import>
<component name="IK">
<variable name="IK" public_interface="out" private_interface="out" units="uA_per_cmsq"/>
<variable name="n_initial" public_interface="in" private_interface="out" units="dimensionless"/>
<variable name="n" public_interface="out" private_interface="in" units="dimensionless"/>
<variable name="time" public_interface="in" private_interface="out" units="ms"/>
<variable name="V" public_interface="in" private_interface="out" units="mV"/>
<variable name="VK" public_interface="in" private_interface="out" units="mV"/>
<variable name="gK" public_interface="out" private_interface="out" units="mS_per_cmsq"/>
<variable name="gK_max" public_interface="in" private_interface="out" units="mS_per_cmsq"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply id="IK_calculation"><eq/>
<ci>IK</ci>
<apply><times/>
<ci>gK</ci>
<apply><minus/>
<ci>V</ci>
<ci>VK</ci>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply id="gK_calculation"><eq/>
<ci>gK</ci>
<apply><times/>
<ci>gK_max</ci>
<apply><power/>
<ci>n</ci>
<cn cellml:units="dimensionless">4.0</cn>
</apply>
</apply>
</apply>
</math>
</component>
<group>
<relationship_ref relationship="encapsulation"/>
<component_ref component="IK">
<component_ref component="alpha_n"/>
<component_ref component="beta_n"/>
<component_ref component="n_gate"/>
</component_ref>
</group>
<connection>
<map_components component_1="IK" component_2="n_gate"/>
<map_variables variable_1="time" variable_2="time"/>
<map_variables variable_1="n_initial" variable_2="X_initial"/>
<map_variables variable_1="n" variable_2="X"/>
</connection>
<connection>
<map_components component_1="IK" component_2="alpha_n"/>
<map_variables variable_1="V" variable_2="V"/>
</connection>
<connection>
<map_components component_1="IK" component_2="beta_n"/>
<map_variables variable_1="V" variable_2="V"/>
</connection>
<connection>
<map_components component_1="n_gate" component_2="alpha_n"/>
<map_variables variable_1="alpha_X" variable_2="alpha"/>
</connection>
<connection>
<map_components component_1="n_gate" component_2="beta_n"/>
<map_variables variable_1="beta_X" variable_2="beta"/>
</connection>
</model>