Location: Hodgkin & Huxley (1952) model @ 88ccc81e951d / components / temperature_factor.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-05-11 16:53:39+12:00
Desc:
Add documentation for the folders
Permanent Source URI:
https://models.cellml.org/workspace/64f/rawfile/88ccc81e951da6f376e738b986b9f8d9a589abd9/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>