Location: Model of Human Jejunal Smooth Muscle Cell Electrophysiology @ 209ecb42181f / Components / Ionic_currents.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-06-21 15:32:15+12:00
Desc:
Correct the figure numbers in the doc and typos; Change the default temerature back to 310K for Periodic_stimulation.
Permanent Source URI:
https://models.cellml.org/workspace/692/rawfile/209ecb42181f3204db0c1119bff2279b6a9b50e0/Components/Ionic_currents.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="Ionic_currents" 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="units.cellml">
        <units name="mV" units_ref="mV"/>
        <units name="pA" units_ref="pA"/>
        <units name="nS" units_ref="nS"/>
    </import>
    <component name="Ionic_currents">
        <variable name="I" public_interface="out" units="pA"/>
        <variable name="V" public_interface="in" units="mV"/>
        <variable name="E" public_interface="in" units="mV"/>
        <variable name="g_max" public_interface="in" units="nS"/>
        <variable name="PO" public_interface="in" units="dimensionless"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply id="I_calculation">
                <eq/>
                <ci>I</ci>
                <apply>
                    <times/>
                    <ci>g_max</ci>
                    <ci>PO</ci>
                    <apply>
                        <minus/>
                        <ci>V</ci>
                        <ci>E</ci>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>