Location: Single PASMC model (Gosak et al 2014) @ e44e851a8f07 / Components / Jleaki.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-05-17 14:28:37+12:00
Desc:
Remove irrelevant K_out in Vm
Permanent Source URI:
https://models.cellml.org/workspace/83f/rawfile/e44e851a8f07e1dc42d05b7f174103bf4deb14ec/Components/Jleaki.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="Jleaki" 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="../cellLib/Components/units.cellml">
        <units name="per_s" units_ref="per_s"/>
        <units name="uM" units_ref="uM"/>
        <units name="uM_per_s" units_ref="uM_per_s"/>
    </import>
    <component name="Jleaki">
        <variable name="L" public_interface="in" units="per_s"/>
        <variable name="s_i" public_interface="in" units="uM"/>
        <variable name="J_leaki" public_interface="out" units="uM_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_leaki</ci>
                <apply>
                    <times/>
                    <ci>L</ci>
                    <ci>s_i</ci>
                </apply>
            </apply>
        </math>
    </component>
</model>