Location: Principled Model Base @ 3f04efaa4258 / Template_RateEqR1_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_RateEqR1_uM.cellml

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

<model name="Template_RateEqR1_uM" cmeta:id="Template_RateEqR1_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 xlink:href="Units_Cellular_Systems.cellml">
    	     <units name="uM" units_ref="uM" />
             <units name="uM_per_s" units_ref="uM_per_s" />
             <units name="per_s" units_ref="per_s" />
     </import>
  
   <component name="Template_RateEqR1_uM">
      <variable name="concentration" units="uM" public_interface="in"/>
      <variable name="k" units="per_s" 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>
               <times/>
               <ci>k</ci>
               <ci>concentration</ci>
            </apply>
         </apply>
      </math>
   </component>
</model>