Location: Models for the OpenCOR and PMR tutorial by Peter Hunter @ 97073ce481e4 / Noble62_L_channel.cellml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2016-03-22 16:17:17+13:00
Desc:
typo in metadata
Permanent Source URI:
https://staging.physiomeproject.org/workspace/25d/rawfile/97073ce481e45394359a77373483e4c9cb8e4c8a/Noble62_L_channel.cellml

<?xml version='1.0'?>
<model name="leakage_ion_channel" 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="Noble62_units.cellml">
        <units name="mV" units_ref="mV"/>
        <units name="ms" units_ref="ms"/>
        <units name="mS" units_ref="mS"/>
        <units name="microA" units_ref="microA"/>
    </import>
    <!--    def comp environment as
        var V: mV {init: 0, pub: out};
        var t: ms {pub: out};
        ode(V,t) = 1{dimensionless};
    enddef;-->
    <component name="leakage_channel">
        <variable name="V" public_interface="in" units="mV"/>
        <variable initial_value="0.075" name="g_L" units="mS"/>
        <variable initial_value="-60" name="E_L" units="mV"/>
        <variable name="i_L" public_interface="out" units="microA"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>i_L</ci>
                <apply>
                    <times/>
                    <ci>g_L</ci>
                    <apply>
                        <minus/>
                        <ci>V</ci>
                        <ci>E_L</ci>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
    <!--    def map between environment and leakage_channel for
        vars V and V;
    enddef;-->
</model>