Location: Guyton, Pulmonary, Fluid, Dynamics, 2008 @ dffbbde7d0ca / pulmonary_fluid_parent.cellml

Author:
jonna <devnull@localhost>
Date:
2009-07-10 15:27:17+12:00
Desc:
Added units to all files. Added 1.1 files
Permanent Source URI:
https://models.cellml.org/workspace/guyton_pulmonary_fluid_dynamics_2008/rawfile/dffbbde7d0caa12441e37b3e5ced436dd73e77c2/pulmonary_fluid_parent.cellml

<?xml version="1.0" encoding="utf-8"?>
<model 
	name="pulmonary_fluid_dynamics_parent_model"
	cmeta:id="pulmonary_fluid_dynamics_parent_model"
	
	xmlns="http://www.cellml.org/cellml/1.1#"
	xmlns:cellml="http://www.cellml.org/cellml/1.1#"
	xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
	xmlns:xlink="http://www.w3.org/1999/xlink">

	<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		<rdf:Description rdf:about="#pulmonary_fluid_dynamics_parent_model">
			<rdf:value>
			This is the CellML 1.1 "parent" file to test the Pulmonary Fluid Dynamics Model. 
			</rdf:value>
		</rdf:Description>
	</rdf:RDF>

<!-- =============================================	Import the required units from the Units file	==================================================== -->
	<import xlink:href="../General%20Files/units.cellml">
		<units name="minute" units_ref="minute"/>
		<units name="per_minute" units_ref="per_minute"/>
		<units name="beats_per_minute" units_ref="beats_per_minute"/>
		<units name="beats_per_minute_per_mmHg" units_ref="beats_per_minute_per_mmHg"/>
		<units name="minute_per_L" units_ref="minute_per_L"/>
		<units name="mmHg" units_ref="mmHg"/>
		<units name="per_mmHg" units_ref="per_mmHg"/>
		<units name="mmHg_per_mL" units_ref="mmHg_per_mL"/>
		<units name="mmHg_L" units_ref="mmHg_L"/>
		<units name="per_mmHg2" units_ref="per_mmHg2"/>
		<units name="mmHg3" units_ref="mmHg3"/>
		<units name="monovalent_mEq" units_ref="monovalent_mEq"/>
		<units name="monovalent_mEq_per_minute" units_ref="monovalent_mEq_per_minute"/>
		<units name="monovalent_mEq_per_litre" units_ref="monovalent_mEq_per_litre"/>
		<units name="mOsm" units_ref="mOsm"/>
		<units name="mOsm_per_litre" units_ref="mOsm_per_litre"/>
		<units name="mOsm_per_minute" units_ref="mOsm_per_minute"/>
		<units name="monovalent_mEq_per_litre_per_minute" units_ref="monovalent_mEq_per_litre_per_minute"/>
		<units name="litre2_per_monovalent_mEq_per_minute" units_ref="litre2_per_monovalent_mEq_per_minute"/>
		<units name="L_per_minute" units_ref="L_per_minute"/>
		<units name="per_mmHg_per_minute" units_ref="per_mmHg_per_minute"/>
		<units name="mL" units_ref="mL"/>
		<units name="gram_per_L" units_ref="gram_per_L"/>
		<units name="L_mmHg_per_gram" units_ref="L_mmHg_per_gram"/>
		<units name="L2_mmHg_per_gram2" units_ref="L2_mmHg_per_gram2"/>
		<units name="mmHg_minute_per_L" units_ref="mmHg_minute_per_L"/>
		<units name="mmHg_L_per_minute" units_ref="mmHg_L_per_minute"/>
		<units name="gram_per_minute" units_ref="gram_per_minute"/>
		<units name="mL_per_L" units_ref="mL_per_L"/>
		<units name="mL_per_L_per_mmHg" units_ref="mL_per_L_per_mmHg"/>
		<units name="mL_per_L_per_minute" units_ref="mL_per_L_per_minute"/>
		<units name="mL_per_minute_per_mmHg" units_ref="mL_per_minute_per_mmHg"/>
		<units name="L_mL_per_minute_per_mmHg" units_ref="L_mL_per_minute_per_mmHg"/>
		<units name="L_per_mL" units_ref="L_per_mL"/>
		<units name="L_per_mmHg" units_ref="L_per_mmHg"/>
		<units name="mL_per_minute" units_ref="mL_per_minute"/>
		<units name="L_per_minute_per_mmHg" units_ref="L_per_minute_per_mmHg"/>
		<units name="L_per_minute_per_mmHg2" units_ref="L_per_minute_per_mmHg2"/>
	</import>

<!-- =====================================	Import all Parameters and State Variables from the Parameter file	============================================== -->
	<import xlink:href="../General%20Files/parameters.cellml">
		<component component_ref="parameter_values" name="parameter_values"/>
		<component component_ref="state_variables" name="state_variables"/>
	</import>

<!-- ============================================	Import Environment Component from the Environment file	============================================== -->
	<import xlink:href="../General%20Files/environment.cellml">
		<component component_ref="environment" name="environment"/>
	</import>

<!-- ============================================	Import all the separate model files and their components	============================================== -->
	<import xlink:href="pulmonary_fluid.cellml">
		<component component_ref="pulmonary_fluid_dynamics" name="pulmonary_fluid_dynamics"/>
	</import>

	
<!-- ========================================		INPUT VALUES		============================================= -->
	<component 	name="input_values" 
				cmeta:id="input_values">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
			<rdf:Description rdf:about="#input_values">
				<rdf:value>
				Component to set all input values to 1.0 or a prescribed value.
				</rdf:value>
			</rdf:Description>
		</rdf:RDF>
		
		<variable name="PPC" 	initial_value="29.9941"		units="mmHg" private_interface="none" public_interface="out"/>
		<variable name="PPA" 	initial_value="15.6376"		units="mmHg" private_interface="none" public_interface="out"/>
		<variable name="PLA" 	initial_value="2"			units="mmHg" private_interface="none" public_interface="out"/>
		<variable name="CPP" 	initial_value="71.9719"		units="gram_per_L" private_interface="none" public_interface="out"/>
		<variable name="RPV" 	initial_value="1.55719"		units="mmHg_minute_per_L" private_interface="none" public_interface="out"/>
		<variable name="RPA" 	initial_value="1.5683"		units="mmHg_minute_per_L" private_interface="none" public_interface="out"/>
	</component>
	
<!-- PULMONARY FLUID DYNAMICS INPUT CONNECTIONS -->
	<connection>
		<map_components component_1="pulmonary_fluid_dynamics" component_2="input_values"/>
		<map_variables variable_1="PPC" variable_2="PPC"/>
		<map_variables variable_1="PPA" variable_2="PPA"/>
		<map_variables variable_1="PLA" variable_2="PLA"/>
		<map_variables variable_1="CPP" variable_2="CPP"/>
		<map_variables variable_1="RPV" variable_2="RPV"/>
		<map_variables variable_1="RPA" variable_2="RPA"/>
	</connection>
	<connection>
		<map_components component_1="pulmonary_fluid_dynamics" component_2="environment"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>

</model>