Location: Diffusion @ 5d5e02f1d30f / Diffusion.cellml

Author:
Soroush Safaei <ssaf006@aucklanduni.ac.nz>
Date:
2016-06-24 15:12:38+12:00
Desc:
adding the test file
Permanent Source URI:
https://models.physiomeproject.org/workspace/2b8/rawfile/5d5e02f1d30f689042276ac1fd62eb6e502a1acf/Diffusion.cellml

<?xml version='1.0'?>
<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 name="D" public_interface="in" 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>