Location: Metabolic Component Library @ a0b670aa4a20 / library / MassActionUniIrrev.cellml

Author:
Tommy Yu <tommy.yu@auckland.ac.nz>
Date:
2013-03-27 15:29:53+13:00
Desc:
Fixed case and only the title is needed.
Permanent Source URI:
http://models.cellml.org/w/matthiaskoenig/MetabolicComponentLibrary/rawfile/a0b670aa4a2052484c3e0fa36417853b2e3b5d89/library/MassActionUniIrrev.cellml

<?xml version="1.0" encoding="utf-8"?>
<!--
This CellML file was generated on 3/21/2013 at 9:59:16 at AM using:

COR (0.9.31.1409)
Copyright 2002-2013 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk

Metabolic Component Library for CellML
Matthias Koenig (matthias.koenig@charite.de)
-->
<model name="MassActionBiIrrev" cmeta:id="MassActionBiIrrev" 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.1#">
   <units name="mM">
      <unit units="mole" prefix="milli"/>
      <unit units="liter" exponent="-1"/>
   </units>
   <units name="per_second">
      <unit units="second" exponent="-1"/>
   </units>
   <units name="mM_per_second">
      <unit units="mM"/>
      <unit units="second" exponent="-1"/>
   </units>
   <units name="per_mM_per_second">
      <unit units="mM" exponent="-1"/>
      <unit units="second" exponent="-1"/>
   </units>
   <component name="Test">
      <variable name="t" units="second"/>
      <variable name="J" units="mM_per_second" public_interface="in"/>
      <variable name="S" units="mM" initial_value="1" public_interface="out"/>
      <variable name="P" units="mM" initial_value="0"/>
      <variable name="k_f" units="per_second" public_interface="out"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>k_f</ci>
            <cn cellml:units="per_second">10</cn>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>t</ci>
               </bvar>
               <ci>S</ci>
            </apply>
            <apply>
               <minus/>
               <ci>J</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>t</ci>
               </bvar>
               <ci>P</ci>
            </apply>
            <ci>J</ci>
         </apply>
      </math>
   </component>
   <component name="MassActionBiIrrev">
      <variable name="J" units="mM_per_second" public_interface="out"/>
      <variable name="S" units="mM" public_interface="in"/>
      <variable name="k_f" units="per_second" public_interface="in"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>J</ci>
            <apply>
               <times/>
               <ci>k_f</ci>
               <ci>S</ci>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="Test" component_2="MassActionBiIrrev"/>
      <map_variables variable_1="J" variable_2="J"/>
      <map_variables variable_1="S" variable_2="S"/>
      <map_variables variable_1="k_f" variable_2="k_f"/>
   </connection>
</model>