- Author:
- Mona Zhu <devnull@localhost>
- Date:
- 2010-12-14 10:30:16+13:00
- Desc:
- Adding 1.1 model
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/garmendia-torres_goldbeter_jacquet_2007/rawfile/e393d4e78c28399fbaff279e9f60bfb3f4a5e4f6/V_rates.cellml
<?xml version="1.0" encoding="utf-8"?>
<!--
This CellML file was generated on 12/10/2010 at 2:04:55 at PM using:
COR (0.9.31.1409)
Copyright 2002-2010 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk
CellML 1.1 was used to generate this model
http://www.cellml.org/
-->
<model name="V_rates" cmeta:id="V_rates" 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 xmlns="http://www.cellml.org/cellml/1.1#" name="minute">
<unit units="second" multiplier="60"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.1#" name="per_minute">
<unit units="minute" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.1#" name="per_litre">
<unit units="litre" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.1#" name="micromolar">
<unit units="mole" prefix="micro"/>
<unit units="per_litre"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.1#" name="micromolar_per_minute">
<unit units="micromolar"/>
<unit units="per_minute"/>
</units>
<component xmlns="http://www.cellml.org/cellml/1.1#" name="interface">
<variable name="V" units="per_minute" public_interface="out"/>
<variable name="A" units="per_minute" public_interface="in"/>
<variable name="B" units="dimensionless" public_interface="in"/>
<variable name="C" units="micromolar_per_minute" public_interface="in"/>
<variable name="D" units="micromolar" public_interface="in"/>
<variable name="E" units="micromolar" public_interface="in"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>V</ci>
<apply>
<divide/>
<apply>
<times/>
<ci>A</ci>
<ci>B</ci>
<ci>C</ci>
<ci>D</ci>
</apply>
<ci>E</ci>
</apply>
</apply>
</math>
</component>
</model>