Location: Diffusion @ 7125a2b90f18 / Diffusion.cellml

Author:
Soroush Safaei <ssaf006@aucklanduni.ac.nz>
Date:
2016-06-24 14:36:54+12:00
Desc:
adding the diffusion model
Permanent Source URI:
https://models.physiomeproject.org/workspace/2b8/rawfile/7125a2b90f180c39c403d52c054348981d254c7e/Diffusion.cellml

<?xml version='1.0'?>
<!-- This CellML file was generated from:
 Strieter, J., et al. "A mathematical model of the rabbit cortical collecting tubule." American Journal of Physiology-Renal Physiology 263.6 (1992): F1063-F1075.-->
<model cmeta:id="Diffusion" name="Diffusion" 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#" xmlns:xlink="http://www.w3.org/1999/xlink">
    <import xlink:href="Units/Units.cellml">
        <units name="mM" units_ref="mM"/>
        <units name="mM_per_s" units_ref="mM_per_s"/>
        <units name="per_s" units_ref="per_s"/>
    </import>
    <component name="Diffusion">
        <variable name="J_diff" public_interface="out" units="mM_per_s"/>
        <variable initial_value="0.3" name="D" units="per_s"/>
        <variable name="C_ext" public_interface="in" units="mM"/>
        <variable name="C_int" public_interface="in" units="mM"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_diff</ci>
                <apply>
                    <times/>
                    <ci>D</ci>
                    <apply>
                        <minus/>
                        <ci>C_ext</ci>
                        <ci>C_int</ci>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>