Location: Na+/Glucose Transporter @ 0715926c3b5e / BG-module / Fig3a.cellml

Author:
Soroush Safaei <Soroush@Soroushs-MacBook-Pro-2.local>
Date:
2017-02-01 23:46:30+13:00
Desc:
fixing the units files
Permanent Source URI:
https://models.physiomeproject.org/workspace/436/rawfile/0715926c3b5e36ff423a516680852592f4c93985/BG-module/Fig3a.cellml

<?xml version='1.0'?>
<model name="Eskandari_Fig3A" 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="mM" units_ref="mM"/>
        <units name="mM_per_s" units_ref="mM_per_s"/>
        <units name="per_mM" units_ref="per_mM"/>
        <units name="J_per_C" units_ref="J_per_C"/>
        <units name="C_per_s" units_ref="C_per_s"/>
        <units name="per_C" units_ref="per_C"/>
        <units name="J_per_mol_K" units_ref="J_per_mol_K"/>
        <units name="C_per_mol" units_ref="C_per_mol"/>
    </import>
    <import xlink:href="SGLT_module.cellml">
        <component component_ref="module" name="module"/>
    </import>
    <component name="SGLT">
        <variable name="t" public_interface="out" units="second"/>
        <variable initial_value="-0.15" name="u_E" public_interface="out" units="J_per_C"/>
        <variable initial_value="0.01" name="q_Na_o" public_interface="out" units="mole"/>
        <variable initial_value="0.5" name="q_Na_i" public_interface="out" units="mole"/>
        <variable initial_value="0.0" name="q_Glu_o" public_interface="out" units="mole"/>
        <variable initial_value="0.1" name="q_Glu_i" public_interface="out" units="mole"/>
        <variable name="v_Re1" public_interface="in" units="mol_per_s"/>
        <variable name="v_Re2" public_interface="in" units="mol_per_s"/>
        <variable name="v_Re3" public_interface="in" units="mol_per_s"/>
        <variable name="v_Re4" public_interface="in" units="mol_per_s"/>
        <variable name="v_Re5" public_interface="in" units="mol_per_s"/>
        <variable name="v_Re6" public_interface="in" units="mol_per_s"/>
        <variable name="v_Re7" public_interface="in" units="mol_per_s"/>
        <variable name="i_out" public_interface="out" units="C_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <apply>
                    <diff/>
                    <bvar>
                        <ci>t</ci>
                    </bvar>
                    <ci>u_E</ci>
                </apply>
                <cn cellml:units="J_per_C_s">0.0004</cn>
            </apply>
            <apply>
                <eq/>
                <ci>i_out</ci>
                <apply>
                    <minus/>
                    <ci>v_Re7</ci>
                </apply>
            </apply>
        </math>
    </component>
    <connection>
        <map_components component_1="SGLT" component_2="module"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="u_E" variable_2="u_E"/>
        <map_variables variable_1="q_Na_o" variable_2="q_Na_o"/>
        <map_variables variable_1="q_Na_i" variable_2="q_Na_i"/>
        <map_variables variable_1="q_Glu_o" variable_2="q_Glu_o"/>
        <map_variables variable_1="q_Glu_i" variable_2="q_Glu_i"/>
        <map_variables variable_1="v_Re1" variable_2="v_Re1"/>
        <map_variables variable_1="v_Re2" variable_2="v_Re2"/>
        <map_variables variable_1="v_Re3" variable_2="v_Re3"/>
        <map_variables variable_1="v_Re4" variable_2="v_Re4"/>
        <map_variables variable_1="v_Re5" variable_2="v_Re5"/>
        <map_variables variable_1="v_Re6" variable_2="v_Re6"/>
        <map_variables variable_1="v_Re7" variable_2="v_Re7"/>
    </connection>
</model>