Location: Reproducibility of the computational model of induced pluripotent stem-cell derived cardiomyocytes @ 430939c5c1b8 / Components / Current_Ibna.cellml

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2021-11-25 11:13:34+13:00
Desc:
making internal links in overview relative instead of absolute
Permanent Source URI:
https://models.cellml.org/workspace/702/rawfile/430939c5c1b887fcf0d899b0dd11370b77bf495f/Components/Current_Ibna.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="Current_eq" 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="unit.cellml">
        <units name="mV" units_ref="mV"/>
        <units name="mM" units_ref="mM"/>
        <units name="pA_per_pF" units_ref="pA_per_pF"/>
        <units name="nS_per_pF" units_ref="nS_per_pF"/>
    </import>
    <component name="Current_bNa">
        <variable name="v" public_interface="in" units="mV"/>
        <variable name="E_Na" public_interface="in" units="mV"/>
        <variable name="i_b_Na" public_interface="out" units="pA_per_pF"/>
        <variable initial_value="0.000435" name="g_b_Na" public_interface="out" units="nS_per_pF"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>i_b_Na</ci>
                <apply>
                    <times/>
                    <ci>g_b_Na</ci>
                    <apply>
                        <minus/>
                        <ci>v</ci>
                        <ci>E_Na</ci>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>