Location: Principled Model Base @ 3f04efaa4258 / Template_RateEqR1P2_uM.cellml

Author:
Michael Cooling <mcoo001@UoA.auckland.ac.nz>
Date:
2016-04-11 11:42:23+12:00
Desc:
Initial Commit
Permanent Source URI:
https://models.physiomeproject.org/workspace/2c3/rawfile/3f04efaa4258734f9fe9caada1095a4310ec580b/Template_RateEqR1P2_uM.cellml

<?xml version="1.0" encoding="utf-8"?>

<model name="Template_RateEqR1P2_uM" cmeta:id="Template_RateEqR1P2_uM"
    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 xmlns="http://www.cellml.org/cellml/1.1#" xlink:href="Units_Cellular_Systems.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"/>
		<units name="per_uM_per_s" units_ref="per_uM_per_s"/>
    </import>
    
   <component name="Template_RateEqR1P2_uM">
      <variable name="kf" units="per_s" public_interface="in"/>
      <variable name="A" units="uM" public_interface="in"/>
      <variable name="kr" units="per_uM_per_s" public_interface="in"/>
      <variable name="B" units="uM" public_interface="in"/>
      <variable name="C" units="uM" public_interface="in"/>
      <variable name="J" units="uM_per_s" public_interface="out"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
       <apply>
	  <eq/>
	  <ci>J</ci>
	  <apply>
		<minus/>
		  <apply>
		     <times/>
		     <ci>kf</ci>
		     <ci>A</ci>
		  </apply>
		  <apply>
		       <times/>
		       <ci>kr</ci>
		       <ci>B</ci>
		       <ci>C</ci>
		  </apply>
	  </apply>
       </apply>
    </math>
      
   </component>
   
</model>