Location: Na+/Glucose Transporter @ 89cd53399e44 / BG-original / Fig3a.cellml

Author:
Soroush Safaei <ssaf006@aucklanduni.ac.nz>
Date:
2018-08-02 05:37:03+12:00
Desc:
fixing diffusion
Permanent Source URI:
https://models.physiomeproject.org/workspace/436/rawfile/89cd53399e44e02d8db73780f55d1b1c8b85fe85/BG-original/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="mol_per_m3" units_ref="mol_per_m3"/>
        <units name="mol_per_m3_s" units_ref="mol_per_m3_s"/>
        <units name="m3_per_mol" units_ref="m3_per_mol"/>
        <units name="J_per_C" units_ref="J_per_C"/>
        <units name="J_per_C2" units_ref="J_per_C2"/>
        <units name="J_per_C_s" units_ref="J_per_C_s"/>
        <units name="nC_per_s" units_ref="nC_per_s"/>
        <units name="C_per_mol" units_ref="C_per_mol"/>
        <units name="m3" units_ref="m3"/>
    </import>
    <import xlink:href="SGLT_module.cellml">
        <component component_ref="module" name="module"/>
    </import>
    <component name="SGLT">
        <variable initial_value="-0.15" name="V_out" public_interface="out" units="J_per_C"/>
        <variable initial_value="0.01" name="q_Na_o" public_interface="out" units="mol_per_m3"/>
        <variable initial_value="0.5" name="q_Na_i" public_interface="out" units="mol_per_m3"/>
        <variable initial_value="0.0" name="q_Glu_o" public_interface="out" units="mol_per_m3"/>
        <variable initial_value="0.1" name="q_Glu_i" public_interface="out" units="mol_per_m3"/>
        <variable name="q_E" public_interface="out" units="mol_per_m3"/>
        <variable name="i_out" public_interface="out" units="nC_per_s"/>
        <variable name="v_Re_1" public_interface="in" units="mol_per_m3_s"/>
        <variable name="v_Re_2" public_interface="in" units="mol_per_m3_s"/>
        <variable name="v_Re_3" public_interface="in" units="mol_per_m3_s"/>
        <variable name="v_Re_4" public_interface="in" units="mol_per_m3_s"/>
        <variable name="v_Re_5" public_interface="in" units="mol_per_m3_s"/>
        <variable name="v_Re_6" public_interface="in" units="mol_per_m3_s"/>
        <variable name="v_Re_7" public_interface="in" units="mol_per_m3_s"/>
        <variable initial_value="96485" name="F" units="C_per_mol"/>
        <variable name="t" public_interface="out" units="second"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <apply>
                    <diff/>
                    <bvar>
                        <ci>t</ci>
                    </bvar>
                    <ci>V_out</ci>
                </apply>
                <cn cellml:units="J_per_C_s">0.002</cn>
            </apply>
            <apply>
                <eq/>
                <ci>i_out</ci>
                <apply>
                    <minus/>
                    <ci>v_Re_7</ci>
                </apply>
            </apply>
            <apply>
                <eq/>
                <ci>q_E</ci>
                <apply>
                    <divide/>
                    <ci>V_out</ci>
                    <ci>F</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="q_E" variable_2="q_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_Re_1" variable_2="v_Re_1"/>
        <map_variables variable_1="v_Re_2" variable_2="v_Re_2"/>
        <map_variables variable_1="v_Re_3" variable_2="v_Re_3"/>
        <map_variables variable_1="v_Re_4" variable_2="v_Re_4"/>
        <map_variables variable_1="v_Re_5" variable_2="v_Re_5"/>
        <map_variables variable_1="v_Re_6" variable_2="v_Re_6"/>
        <map_variables variable_1="v_Re_7" variable_2="v_Re_7"/>
    </connection>
</model>