Location: Cooling, Hunter, Crampin, Cellml, 2008 @ db2e5015c2f1 / Galpha.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-04-22 12:05:25+12:00
Desc:
Renamed file name extensions from .cellML to .cellml.
Permanent Source URI:
http://models.cellml.org/workspace/cooling_hunter_crampin_CellML_2008/rawfile/db2e5015c2f151aefcc577a917a8f528fca1ca82/Galpha.cellml

<?xml version="1.0" encoding="iso-8859-1"?>
<model
    name="Galpha"
    cmeta:id="Galpha"
    xmlns="http://www.cellml.org/cellml/1.1#"
    xmlns:cellml="http://www.cellml.org/cellml/1.1#"
    xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
             
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
    xmlns:bqs="http://www.cellml.org/bqs/1.0#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
    <rdf:Description rdf:about="#Galpha">
        <dc:creator rdf:parseType="Resource">
            <vCard:N rdf:parseType="Resource">
                <vCard:Family>Cooling</vCard:Family>
                <vCard:Given>Michael</vCard:Given>
            </vCard:N>
            <vCard:EMAIL rdf:parseType="Resource">
                <rdf:value>m.cooling@auckland.ac.nz</rdf:value>
                <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet" />
            </vCard:EMAIL>
        </dc:creator>

        <dc:title>Cooling's Galpha Module</dc:title>
    </rdf:Description>
</rdf:RDF> 
<!--
*******************************************************
***         U   N   I   T   S                       ***
*******************************************************
-->
<units name="s">
    <unit units="second" />
</units>

<units name="um2">
    <unit prefix="micro" units="meter" exponent="2" />
</units>

<units name="per_um2">
    <unit units="um2" exponent="-1" />
</units>

<units name="per_um2_per_s">
    <unit units="um2" exponent="-1" />
    <unit units="s" exponent="-1" />
</units>

<units name="per_s">
    <unit units="s" exponent="-1" />
</units> 
<!--
********************************************************
***    C   O   M   P   O   N   E   N   T   S         ***
********************************************************
-->
<component name="Galpha">
    <variable name="t"   units="s" private_interface="in"/>
    <variable name="Gd" initial_value="10000" public_interface="out" units="per_um2" />  
    <variable name="J_gain_Gd" units="per_um2_per_s" public_interface="in"/>

    <variable name="Gt" initial_value="0.00" public_interface="out" units="per_um2" />
    <variable name="J_gain_Gt" units="per_um2_per_s" public_interface="in"/>

    <variable name="J1" units="per_um2_per_s" />
    <variable name="kf1" initial_value="0.150" units="per_s" />

    <math xmlns="http://www.w3.org/1998/Math/MathML"
        cmeta:id="dGd_dt_eq">
        <apply id="dGd_dt_eq">
            <eq/> 
            <apply>
                <diff/>
                <bvar>
                    <ci>t</ci>
                </bvar>
                <ci>Gd</ci>
            </apply>
            <apply>
                <plus />
                <ci>J1</ci>
                <ci>J_gain_Gd</ci>
            </apply>
        </apply>
    </math>  

    <math xmlns="http://www.w3.org/1998/Math/MathML"
        cmeta:id="dGt_dt_eq">
        <apply id="dGt_dt_eq">
            <eq/> 
            <apply>
                <diff/>
                <bvar>
                    <ci>t</ci>
                </bvar>
                <ci>Gt</ci>
            </apply>
            <apply>
                <minus />
                <ci>J_gain_Gt</ci>
                <ci>J1</ci>
            </apply>
        </apply>
    </math> 

    <math xmlns="http://www.w3.org/1998/Math/MathML"
        cmeta:id="J1_eq">
        <apply id="J1_eq">
            <eq/> 
            <ci>J1</ci>
            <apply>
                <times />
                <ci>kf1</ci>
                <ci>Gt</ci>
            </apply>
        </apply>
    </math>
</component>

</model>