Location: Modeling the Recruitment and Synchronization of SMCs (Koenigsberger et al. 2004) @ 1b4904ccba53 / Components / Jdegradi.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-05-17 17:42:25+12:00
Desc:
The first functioning version, produce a similar Fig3
Permanent Source URI:
https://models.physiomeproject.org/workspace/874/rawfile/1b4904ccba53e7f31b2ae4985f320ba504fe06b9/Components/Jdegradi.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="Jdegradi" 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="../cellLib/Components/units.cellml">
        <units name="per_s" units_ref="per_s"/>
        <units name="uM" units_ref="uM"/>
        <units name="uM_per_s" units_ref="uM_per_s"/>
    </import>
    <component name="Jdegradi">
        <variable name="k" public_interface="in" units="per_s"/>
        <variable name="I_i" public_interface="in" units="uM"/>
        <variable name="J_degradi" public_interface="out" units="uM_per_s"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>J_degradi</ci>
                <apply>
                    <times/>
                    <ci>k</ci>
                    <ci>I_i</ci>
                </apply>
            </apply>
        </math>
    </component>
</model>