Location: Ikeda BMadonna QKDB @ c560868b736d / cellml / CardiovascularSystem.cellml

Author:
Ting Yu <ting.yu@auckland.ac.nz>
Date:
2014-05-05 11:11:02+12:00
Desc:
Change the unit from dimensionless to TODO.
Permanent Source URI:
https://models.cellml.org/workspace/194/rawfile/c560868b736d95fd544954a4a3d5875175c194dc/cellml/CardiovascularSystem.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" name="CardiovascularSystem">
  <component name="CardiovascularSystem">
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="1">
        <eq/>
        <ci>TRSP
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">1
        </cn>
      </apply>
      <apply id="2">
        <eq/>
        <ci>TRSP1
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">2
        </cn>
      </apply>
      <apply id="3">
        <eq/>
        <ci>RTOT
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">20
        </cn>
      </apply>
      <apply id="4">
        <eq/>
        <ci>KR
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">0.3
        </cn>
      </apply>
      <apply id="5">
        <eq/>
        <ci>RTOP
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">3
        </cn>
      </apply>
      <apply id="6">
        <eq/>
        <ci>KL
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">0.2
        </cn>
      </apply>
      <apply id="7">
        <eq/>
        <ci>DEN
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">1
        </cn>
      </apply>
      <apply id="8">
        <eq/>
        <ci>QCO0
        </ci>
        <apply>
          <times/>
          <ci>VB
          </ci>
          <ci>DEN
          </ci>
        </apply>
      </apply>
      <apply id="9">
        <eq/>
        <ci>QCO
        </ci>
        <apply>
          <plus/>
          <ci>QCO0
          </ci>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">1
          </cn>
        </apply>
      </apply>
      <apply id="10">
        <eq/>
        <ci>PAS
        </ci>
        <apply>
          <plus/>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">20
          </cn>
          <apply>
            <times/>
            <ci>RTOT
            </ci>
            <ci>QCO0
            </ci>
          </apply>
        </apply>
      </apply>
      <apply id="11">
        <eq/>
        <ci>PVS
        </ci>
        <apply>
          <max/>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">0
          </cn>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">10.33
              </cn>
            </apply>
            <apply>
              <divide/>
              <ci>QCO0
              </ci>
              <ci>KR
              </ci>
            </apply>
          </apply>
        </apply>
      </apply>
      <apply id="12">
        <eq/>
        <ci>PAP
        </ci>
        <apply>
          <plus/>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">8
          </cn>
          <apply>
            <times/>
            <ci>RTOP
            </ci>
            <ci>QCO0
            </ci>
          </apply>
        </apply>
      </apply>
      <apply id="13">
        <eq/>
        <ci>PVP
        </ci>
        <apply>
          <max/>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">16
              </cn>
            </apply>
            <apply>
              <divide/>
              <ci>QCO0
              </ci>
              <ci>KL
              </ci>
            </apply>
          </apply>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">0
          </cn>
        </apply>
      </apply>
    </math>
    <variable name="TRSP" units="TODO"/>
    <variable name="TRSP1" units="TODO"/>
    <variable name="RTOT" units="TODO"/>
    <variable name="KR" units="TODO"/>
    <variable name="RTOP" units="TODO"/>
    <variable name="KL" units="TODO"/>
    <variable name="DEN" units="TODO"/>
    <variable name="QCO0" units="TODO"/>
    <variable name="VB" public_interface="in" units="TODO"/>
    <variable name="QCO" public_interface="out" units="TODO"/>
    <variable name="PAS" public_interface="out" units="TODO"/>
    <variable name="PAP" public_interface="out" units="TODO"/>
    <variable name="PVP" public_interface="out" units="TODO"/>
    <variable name="PVS" public_interface="out" units="TODO"/>
  </component>
  <component name="InputsDummies1">
    <variable name="VB" public_interface="out" units="TODO"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="14">
        <eq/>
        <ci>VB
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="TODO">3
        </cn>
      </apply>
    </math>
  </component>
  <connection>
    <map_components component_1="CardiovascularSystem" component_2="InputsDummies1"/>
    <map_variables variable_1="VB" variable_2="VB"/>
  </connection>
  <units name="TODO">
	  <unit units="dimensionless"/>
  </units>
</model>