Location: Glucose Uptake in Enterocyte @ be4a84f6b1c8 / Paracellular_Voltage.cellml

Author:
Nima <nafs080@aucklanduni.ac.nz>
Date:
2019-10-10 12:56:52+13:00
Desc:
Our model with Thorsen condition, in order to compare our results
Permanent Source URI:
https://models.cellml.org/workspace/572/rawfile/be4a84f6b1c8a5a6c439407c6c7d640a2f5a9336/Paracellular_Voltage.cellml

<?xml version='1.0'?>
<model name="Paracellular_Voltage" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <component name="Paracellular_voltage">
        <variable name="v_ms" public_interface="out" units="volt"/>
        <variable name="v_sc" public_interface="in" units="volt"/>
        <variable name="v_mc" public_interface="in" units="volt"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>v_ms</ci>
                <apply>
                    <minus/>
                    <ci>v_mc</ci>
                    <ci>v_sc</ci>
                </apply>
            </apply>
        </math>
    </component>
</model>