Location: Hodgkin & Huxley (1952) model @ 48827c089219 / components / temperature_factor.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-05-10 19:18:00+12:00
Desc:
Edit documentation
Permanent Source URI:
https://staging.physiomeproject.org/workspace/64f/rawfile/48827c0892194dd9f203f81fe892afe824da6122/components/temperature_factor.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="temperature_factor" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <!-- calculate temperature factor-->
    <component name="temperature_factor">
        <variable name="phi" public_interface="out" units="dimensionless"/>
        <variable name="T" public_interface="in" units="kelvin" />
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>phi</ci>
                <apply>
                    <power/>
                    <cn cellml:units="dimensionless">3</cn>
                    <apply>
                        <divide/>
                        <apply>
                            <minus/>
                            <ci>T</ci>
                            <cn cellml:units="kelvin" >6.3</cn>
                        </apply>
                        <cn cellml:units="kelvin" >10</cn>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>