Location: Model of excitation-contraction in uterine myocytes from a pregnant rat @ 674128382997 / Components / IKCa_gating.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-10-19 10:24:37+13:00
Desc:
Add readme to link the documentation on overleaf.
Permanent Source URI:
https://models.physiomeproject.org/workspace/701/rawfile/6741283829975cd4f084159e7734dcbece29f7b1/Components/IKCa_gating.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="IKCa_gating" 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"/>
    </import>
    <component name="po_inf">
        <variable name="X_inf" public_interface="out" units="dimensionless"/>
        <variable name="V" public_interface="in" units="mV"/>
        <variable name="V_hKCa" public_interface="in" units="mV"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>X_inf</ci>
                <apply>
                    <divide/>
                    <cn cellml:units="dimensionless">1</cn>
                    <apply>
                        <plus/>
                        <cn cellml:units="dimensionless">1</cn>
                        <apply>
                            <exp/>
                            <apply>
                                <divide/>
                                <apply>
                                    <minus/>
                                    <ci>V_hKCa</ci>
                                    <ci>V</ci>
                                </apply>
                                <cn cellml:units="mV">18.25</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>