Location: Model of Human Jejunal Smooth Muscle Cell Electrophysiology @ 209ecb42181f / Components / IKv_gating_inf.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-06-21 15:32:15+12:00
Desc:
Correct the figure numbers in the doc and typos; Change the default temerature back to 310K for Periodic_stimulation.
Permanent Source URI:
https://models.cellml.org/workspace/692/rawfile/209ecb42181f3204db0c1119bff2279b6a9b50e0/Components/IKv_gating_inf.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="IKv_gating_inf" 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="units.cellml">
        <units name="mV" units_ref="mV"/>
    </import>
    <component name="x_inf">
        <variable name="X_inf" public_interface="out" units="dimensionless"/>
        <variable name="V" public_interface="in" units="mV"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply id="x_inf_calculation">
                <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/>
                                    <apply>
                                        <plus/>
                                        <ci>V</ci>
                                        <cn cellml:units="mV">43.0</cn>
                                    </apply>
                                </apply>
                                <cn cellml:units="mV">17.36</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
    <component name="y_inf">
        <variable name="X_inf" public_interface="out" units="dimensionless"/>
        <variable name="V" public_interface="in" units="mV"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply id="y_inf_calculation">
                <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</ci>
                                    <cn cellml:units="mV">44.9</cn>
                                </apply>
                                <cn cellml:units="mV">12.0096</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>