Location: Single PASMC model (Gosak et al 2014) @ 225052a89a07 / Components / JCli.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-05-03 15:39:40+12:00
Desc:
Update README.rst with runSim.psl
Permanent Source URI:
https://models.cellml.org/workspace/83f/rawfile/225052a89a07e1d4baee130b2d102cff2f5393f3/Components/JCli.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="JCli" 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="mV" units_ref="mV"/>
        <units name="uM_per_s" units_ref="uM_per_s"/>
        <units name="uM_per_s_mV" units_ref="uM_per_s_mV"/>
    </import>
    <component name="JCli">
        <variable name="G_Cl" public_interface="in" units="uM_per_s_mV"/>
        <variable name="v_Cl" public_interface="in" units="mV"/>
        <variable name="v_i" public_interface="in" units="mV"/>
        <variable name="J_Cli" public_interface="out" units="uM_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_Cli</ci>
                <apply>
                    <times/>
                    <ci>G_Cl</ci>
                    <apply>
                        <minus/>
                        <ci>v_i</ci>
                        <ci>v_Cl</ci>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>