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

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-06-01 18:45:10+12:00
Desc:
Add more components; Membrane_potential passed the validation with "[Warning] [128:38] Units validation results may be incorrect because the exponent is not a constant."
Permanent Source URI:
https://staging.physiomeproject.org/workspace/692/rawfile/16b60039d43648fceaf9bcbb117f9e27f45e61ac/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>