Location: Cardiovascular Circulation Windkessel @ a47dc58c5d9b / ModelWindKessel.cellml

Author:
dcowan <devnull@localhost>
Date:
2011-05-05 09:50:32+12:00
Desc:
trivial change
Permanent Source URI:
https://models.physiomeproject.org/workspace/cardiovascular_circulation_windkessel/rawfile/a47dc58c5d9bfff363de6a4ab2528d4513640d76/ModelWindKessel.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="ModelWindKessel" name="ModelWindKessel">

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

<import xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="TempRC.cellml">
<component component_ref="TempRC" name="Zwk"/>
</import>

<import xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ParaWindKessel.cellml">
<component component_ref="ParaWindKessel" name="ParaWindKessel"/>
</import>

<component name="ModelWindKessel">
<variable name="Pi" private_interface="in" public_interface="out" units="UnitP"/>
<variable name="Po" private_interface="out" public_interface="in" units="UnitP"/>
<variable name="Qi" private_interface="out" public_interface="in" units="UnitQ"/>
<variable name="Qo" private_interface="in" public_interface="out" units="UnitQ"/>
<variable name="t" private_interface="out" public_interface="in" units="second"/>
</component>

<group>
<relationship_ref relationship="encapsulation"/>
<component_ref component="ModelWindKessel">
<component_ref component="Zwk"/>
<component_ref component="ParaWindKessel"/>
</component_ref>
</group>

<connection>
<map_components component_1="ModelWindKessel" component_2="Zwk"/>
<map_variables variable_1="Pi" variable_2="Pi"/>
<map_variables variable_1="Qi" variable_2="Qi"/>
<map_variables variable_1="Po" variable_2="Po"/>
<map_variables variable_1="Qo" variable_2="Qo"/>
<map_variables variable_1="t" variable_2="t"/>
</connection>

<connection>
<map_components component_1="ParaWindKessel" component_2="Zwk"/>
<map_variables variable_1="Rwk" variable_2="R"/>
<map_variables variable_1="Cwk" variable_2="C"/>
<map_variables variable_1="P0" variable_2="P0"/>
</connection>

</model>