Location: Single PASMC model (Gosak et al 2014) @ 309a2cd1708e / Components / JPMCAi.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-06-13 12:35:09+12:00
Desc:
Update the documentation
Permanent Source URI:
https://models.physiomeproject.org/workspace/83f/rawfile/309a2cd1708eb79e1e9f8b928b41c9d36bcb94fc/Components/JPMCAi.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="JPMCAi" 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="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="JPMCAi">
        <variable name="D" public_interface="in" units="per_s"/>
        <variable name="v_d" public_interface="in" units="mV"/>
        <variable name="R_d" public_interface="in" units="mV"/>
        <variable name="c_i" public_interface="in" units="uM"/>
        <variable name="v_i" public_interface="in" units="mV"/>
        <variable name="J_PMCAi" public_interface="out" units="uM_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_PMCAi</ci>
                <apply>
                    <times/>
                    <ci>D</ci>
                    <ci>c_i</ci>
                    <apply>
                        <plus/>
                        <cn cellml:units="dimensionless">1</cn>
                        <apply>
                            <divide/>
                            <apply>
                                <minus/>
                                <ci>v_i</ci>
                                <ci>v_d</ci>
                            </apply>
                            <ci>R_d</ci>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>