Location: Cardiovascular Circulation Windkessel @ d0026f32a5a9 / ModelWindKessel.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-07-05 20:44:32+12:00
Desc:
One more minor capitalisation change.
Permanent Source URI:
https://models.physiomeproject.org/workspace/cardiovascular_circulation_windkessel/rawfile/d0026f32a5a96eff380bf12ad1940cd73cf1e5db/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="ParaWk"/>
</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="ParaWk"/>
</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="ParaWk" 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>