Location: Model of Human Jejunal Smooth Muscle Cell Electrophysiology @ 4de8d2594e8e / Components / ICaT_gating_inf.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-06-09 17:59:55+12:00
Desc:
Update figure titles and documentation;
Permanent Source URI:
https://models.cellml.org/workspace/692/rawfile/4de8d2594e8e71c62b4f118f49fde8a277df70d7/Components/ICaT_gating_inf.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="ICaT_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="d_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="d_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">60.5</cn>
                                    </apply>
                                </apply>
                                <cn cellml:units="mV">5.3</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
    <component name="f_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="f_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>
                                    <plus/>
                                    <ci>V</ci>
                                    <cn cellml:units="mV">75.5</cn>
                                </apply>
                                <cn cellml:units="mV">4.0</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>