Location: Shi, Hose, 2009 @ 165a1994f0af / ModelMain.cml

Author:
James Lawson <j.lawson@auckland.ac.nz>
Date:
2009-09-02 13:26:31+12:00
Desc:
Yubing Shi fixed units inconsistencies
Permanent Source URI:
http://models.cellml.org/workspace/shi_hose_2009/rawfile/165a1994f0af04dc957098cc9fe29e509e742580/ModelMain.cml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xml:base="file:///C:/ZenDir/CellML/Models/cvdm5/ModelMain.cml" cmeta:id="ModelMain" name="ModelMain">

<import xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="Units.cml">
<units name="UnitP" units_ref="UnitP"/>
<units name="UnitQ" units_ref="UnitQ"/>
</import>

<import xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ModelHeart.cml">
<component component_ref="LeftHeart" name="LEFTHeart"/>
<component component_ref="RightHeart" name="RIGHTHeart"/>
</import>

<import xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ModelSys.cml">
<component component_ref="ModelSys" name="SysLoop"/>
</import>

<import xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ModelPul.cml">
<component component_ref="ModelPul" name="PulLoop"/>
</import>

<component name="environment">
<variable name="t" public_interface="out" units="second"/>
</component>

<connection>
<map_components component_1="environment" component_2="LEFTHeart"/>
<map_variables variable_1="t" variable_2="t"/>
</connection>

<connection>
<map_components component_1="environment" component_2="RIGHTHeart"/>
<map_variables variable_1="t" variable_2="t"/>
</connection>

<connection>
<map_components component_1="environment" component_2="SysLoop"/>
<map_variables variable_1="t" variable_2="t"/>
</connection>

<connection>
<map_components component_1="environment" component_2="PulLoop"/>
<map_variables variable_1="t" variable_2="t"/>
</connection>

<connection>
<map_components component_1="LEFTHeart" component_2="SysLoop"/>
<map_variables variable_1="Po" variable_2="Pi"/>
<map_variables variable_1="Qo" variable_2="Qi"/>
</connection>

<connection>
<map_components component_1="SysLoop" component_2="RIGHTHeart"/>
<map_variables variable_1="Po" variable_2="Pi"/>
<map_variables variable_1="Qo" variable_2="Qi"/>
</connection>

<connection>
<map_components component_1="RIGHTHeart" component_2="PulLoop"/>
<map_variables variable_1="Po" variable_2="Pi"/>
<map_variables variable_1="Qo" variable_2="Qi"/>
</connection>

<connection>
<map_components component_1="PulLoop" component_2="LEFTHeart"/>
<map_variables variable_1="Po" variable_2="Pi"/>
<map_variables variable_1="Qo" variable_2="Qi"/>
</connection>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <RDF:Description RDF:about="file:///C:/ZenDir/CellML/Models/cvdm5/ModelMain.cml#ModelMain">
    <NS1:simulation xmlns:NS1="http://www.cellml.org/metadata/simulation/1.0#" RDF:resource="rdf:#$3.sa72"/>
  </RDF:Description>
  <RDF:Description xmlns:NS1="http://www.cellml.org/metadata/simulation/1.0#" RDF:about="rdf:#$5.sa72" NS1:nonstandard-pointDensity="10000"/>
  <RDF:Description RDF:about="rdf:#$4.sa72">
    <RDF:first RDF:resource="rdf:#$5.sa72"/>
    <RDF:rest RDF:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
  </RDF:Description>
  <RDF:Description RDF:about="rdf:#$3.sa72">
    <NS1:boundIntervals xmlns:NS1="http://www.cellml.org/metadata/simulation/1.0#" RDF:resource="rdf:#$4.sa72"/>
  </RDF:Description>
</RDF:RDF></model>