Location: Single PASMC model (Gosak et al 2014) @ 225052a89a07 / Components / JCICRi.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/JCICRi.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="JCICRi" 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="uM" units_ref="uM"/>
        <units name="uM_per_s" units_ref="uM_per_s"/>
    </import>
    <component name="JCICRi">
        <variable name="C" public_interface="in" units="uM_per_s"/>
        <variable name="s_c" public_interface="in" units="uM"/>
        <variable name="c_c" public_interface="in" units="uM"/>
        <variable name="s_i" public_interface="in" units="uM"/>
        <variable name="c_i" public_interface="in" units="uM"/>
        <variable name="J_CICRi" public_interface="out" units="uM_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_CICRi</ci>
                <apply>
                    <times/>
                    <ci>C</ci>
                    <apply>
                        <divide/>
                        <apply>
                            <power/>
                            <ci>s_i</ci>
                            <cn cellml:units="dimensionless">2</cn>
                        </apply>
                        <apply>
                            <plus/>
                            <apply>
                                <power/>
                                <ci>s_i</ci>
                                <cn cellml:units="dimensionless">2</cn>
                            </apply>
                            <apply>
                                <power/>
                                <ci>s_c</ci>
                                <cn cellml:units="dimensionless">2</cn>
                            </apply>
                        </apply>
                    </apply>
                    <apply>
                        <divide/>
                        <apply>
                            <power/>
                            <ci>c_i</ci>
                            <cn cellml:units="dimensionless">4</cn>
                        </apply>
                        <apply>
                            <plus/>
                            <apply>
                                <power/>
                                <ci>c_i</ci>
                                <cn cellml:units="dimensionless">4</cn>
                            </apply>
                            <apply>
                                <power/>
                                <ci>c_c</ci>
                                <cn cellml:units="dimensionless">4</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>