Location: Ikeda BMadonna QKDB @ 916be4cb1fb2 / cellml / CardiovascularSystem.cellml

Author:
Ting Yu <ting.yu@auckland.ac.nz>
Date:
2014-03-11 15:13:07+13:00
Desc:
Add RenalFunctionController component for the Ikeda model.
Permanent Source URI:
https://models.cellml.org/workspace/194/rawfile/916be4cb1fb281efd9daedf8febfe03d9838bed6/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="dimensionless">1
        </cn>
      </apply>
      <apply id="2">
        <eq/>
        <ci>TRSP1
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">2
        </cn>
      </apply>
      <apply id="3">
        <eq/>
        <ci>RTOT
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">20
        </cn>
      </apply>
      <apply id="4">
        <eq/>
        <ci>KR
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">0.3
        </cn>
      </apply>
      <apply id="5">
        <eq/>
        <ci>RTOP
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">3
        </cn>
      </apply>
      <apply id="6">
        <eq/>
        <ci>KL
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">0.2
        </cn>
      </apply>
      <apply id="7">
        <eq/>
        <ci>DEN
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">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="dimensionless">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="dimensionless">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="dimensionless">0
          </cn>
          <apply>
            <plus/>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">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="dimensionless">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="dimensionless">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="dimensionless">0
          </cn>
        </apply>
      </apply>
    </math>
    <variable name="TRSP" units="dimensionless"/>
    <variable name="TRSP1" units="dimensionless"/>
    <variable name="RTOT" units="dimensionless"/>
    <variable name="KR" units="dimensionless"/>
    <variable name="RTOP" units="dimensionless"/>
    <variable name="KL" units="dimensionless"/>
    <variable name="DEN" units="dimensionless"/>
    <variable name="QCO0" units="dimensionless"/>
    <variable name="VB" public_interface="in" units="dimensionless"/>
    <variable name="QCO" public_interface="out" units="dimensionless"/>
    <variable name="PAS" public_interface="out" units="dimensionless"/>
    <variable name="PAP" public_interface="out" units="dimensionless"/>
    <variable name="PVP" public_interface="out" units="dimensionless"/>
    <variable name="PVS" public_interface="out" units="dimensionless"/>
  </component>
  <component name="InputsDummies">
    <variable name="VB" public_interface="out" units="dimensionless"/>
    <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="dimensionless">3
        </cn>
      </apply>
    </math>
  </component>
  <connection>
    <map_components component_1="CardiovascularSystem" component_2="InputsDummies"/>
    <map_variables variable_1="VB" variable_2="VB"/>
  </connection>
</model>