Location: Garmendia-Torres, Goldbeter and Jacquet 2007 @ 754f67975ff6 / subunits.cellml

Author:
Mona Zhu <devnull@localhost>
Date:
2011-01-13 10:42:58+13:00
Desc:
Fixed 1.1 model
Permanent Source URI:
https://models.cellml.org/workspace/garmendia-torres_goldbeter_jacquet_2007/rawfile/754f67975ff68c16641e586198ff041bf0ade5c8/subunits.cellml

<?xml version="1.0" encoding="utf-8"?>
<!--
This CellML file was generated on 12/10/2010 at 11:46:47 at AM 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="subunits" cmeta:id="subunits" 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#">
   <component xmlns="http://www.cellml.org/cellml/1.1#" name="interface">
      <variable name="y" units="dimensionless" public_interface="out"/>
      <variable name="A" units="dimensionless" public_interface="in"/>
      <variable name="one" units="dimensionless" public_interface="in"/>
      <variable name="B" units="dimensionless" public_interface="in"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>y</ci>
            <apply>
               <times/>
               <ci>A</ci>
               <apply>
                  <minus/>
                  <ci>one</ci>
                  <ci>B</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
</model>