Location: Andre's Hodgkin Huxley model @ 930166f28bc3 / components / IK-gating-rates.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2012-09-26 16:19:50+12:00
Desc:
fixing up references to the tutorial to match what the exposure on the live site wants to used.
Permanent Source URI:
https://models.cellml.org/w/andre/HH/rawfile/930166f28bc386e6ad7611a3a8ee5ffd5a3490df/components/IK-gating-rates.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:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:xlink="http://www.w3.org/1999/xlink" name="IK_gating_rates" cmeta:id="IK_gating_rates_model">
  
  <import xlink:href="units.xml">
    <units name="K" units_ref="K"/>
    <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>
  <component name="alpha_n" cmeta:id="alpha_n_component">
    
    <variable cmeta:id="alpha_n" name="alpha" public_interface="out" private_interface="out" units="per_ms"/>
    <variable cmeta:id="alpha_n_base" name="alpha_base" public_interface="out" private_interface="out" units="per_ms"/>
    <variable cmeta:id="alpha_n_Q10" name="Q10" public_interface="in" private_interface="out" units="dimensionless"/>
    <variable cmeta:id="alpha_n_T" name="T" public_interface="in" private_interface="out" units="K"/>
    <variable cmeta:id="alpha_n_Tref" name="Tref" public_interface="in" private_interface="out" units="K"/>
    <variable cmeta:id="alpha_n_V" name="V" public_interface="in" private_interface="out" units="mV"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="alpha_n_base_calculation"><eq/>
        <ci>alpha_base</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>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="alpha_n_calculation"><eq/>
        <ci>alpha</ci>
        <apply><times/>
          <apply><power/>
            <ci>Q10</ci>
            <apply><divide/>
              <apply><minus/>
                <ci>T</ci>
                <ci>Tref</ci>
              </apply>
              <cn cellml:units="K">10.0</cn>
            </apply>
          </apply>
          <ci>alpha_base</ci>
        </apply>
      </apply>
    </math>
  </component>
  <component name="beta_n" cmeta:id="beta_n_component">
    
    <variable cmeta:id="beta_n" name="beta" public_interface="out" private_interface="out" units="per_ms"/>
    <variable cmeta:id="beta_n_base" name="beta_base" public_interface="out" private_interface="out" units="per_ms"/>
    <variable cmeta:id="beta_n_Q10" name="Q10" public_interface="in" private_interface="out" units="dimensionless"/>
    <variable cmeta:id="beta_n_T" name="T" public_interface="in" private_interface="out" units="K"/>
    <variable cmeta:id="beta_n_Tref" name="Tref" public_interface="in" private_interface="out" units="K"/>
    <variable cmeta:id="beta_n_V" name="V" public_interface="in" private_interface="out" units="mV"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="beta_n_base_calculation"><eq/>
        <ci>beta_base</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>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="beta_n_calculation"><eq/>
        <ci>beta</ci>
        <apply><times/>
          <apply><power/>
            <ci>Q10</ci>
            <apply><divide/>
              <apply><minus/>
                <ci>T</ci>
                <ci>Tref</ci>
              </apply>
              <cn cellml:units="K">10.0</cn>
            </apply>
          </apply>
          <ci>beta_base</ci>
        </apply>
      </apply>
    </math>
  </component>
</model>