Location: Models for the OpenCOR and PMR tutorial by Peter Hunter @ 1368c1579b75 / Firstorder.cellml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2016-03-22 15:24:54+13:00
Desc:
adding keyword to the HH potassium and sodium ion channels
Permanent Source URI:
https://models.cellml.org/workspace/25d/rawfile/1368c1579b759c5d50e3aa8de4dc3c69b567e8c0/Firstorder.cellml

<?xml version='1.0'?>
<model name="first_order_model" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <component name="main">
        <variable initial_value="0" name="t" units="dimensionless"/>
        <variable initial_value="5" name="y" units="dimensionless"/>
        <variable initial_value="1" name="a" units="dimensionless"/>
        <variable initial_value="2" name="b" units="dimensionless"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <apply>
                    <diff/>
                    <bvar>
                        <ci>t</ci>
                    </bvar>
                    <ci>y</ci>
                </apply>
                <apply>
                    <plus/>
                    <apply>
                        <times/>
                        <apply>
                            <minus/>
                            <ci>a</ci>
                        </apply>
                        <ci>y</ci>
                    </apply>
                    <ci>b</ci>
                </apply>
            </apply>
        </math>
    </component>
</model>