Location: OpenCOR @ 902e04339cd9 / tests / cellml / cellml_1_1 / components / IK.xml

Author:
Alan Garny <a.garny@auckland.ac.nz>
Date:
2018-12-05 18:16:37-05:00
Desc:
Models that come with the OpenCOR repository.
Permanent Source URI:
http://models.cellml.org/workspace/55d/rawfile/902e04339cd9643a375562c2b871da8a3a801060/tests/cellml/cellml_1_1/components/IK.xml

<?xml version='1.0'?>
<model name="IK" 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">
    <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 component_ref="hh_gating_variable" name="n_gate"/>
    </import>
    <import xlink:href="IK-gating-rates.xml">
        <component component_ref="alpha_n" name="alpha_n"/>
        <component component_ref="beta_n" name="beta_n"/>
    </import>
    <component name="IK">
        <variable name="IK" private_interface="out" public_interface="out" units="uA_per_cmsq"/>
        <variable name="n_initial" private_interface="out" public_interface="in" units="dimensionless"/>
        <variable name="n" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="time" private_interface="out" public_interface="in" units="ms"/>
        <variable name="V" private_interface="out" public_interface="in" units="mV"/>
        <variable name="VK" private_interface="out" public_interface="in" units="mV"/>
        <variable name="gK" private_interface="out" public_interface="out" units="mS_per_cmsq"/>
        <variable name="gK_max" private_interface="out" public_interface="in" units="mS_per_cmsq"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply cmeta: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 cmeta:id="gK_calculation">
                <eq/>
                <ci>gK</ci>
                <apply>
                    <times/>
                    <ci>gK_max</ci>
                    <apply>
                        <power/>
                        <ci>n</ci>
                        <cn cellml:units="dimensionless">4</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>