Location: Guyton, Volume, Receptors, 2008 @ abecd0a94db2 / guyton_volume_receptors_2008.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2008-04-03 03:27:34+13:00
Desc:
committing version01 of guyton_volume_receptors_2008
Permanent Source URI:
https://models.cellml.org/workspace/guyton_volume_receptors_2008/rawfile/abecd0a94db24ce80fea8de63eb1f7fb0ec87438/guyton_volume_receptors_2008.cellml

<?xml version='1.0' encoding='utf-8'?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="volume_receptors_CellML1_0_model" name="volume_receptors_CellML1_0_model">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Guyton Model: volume_receptors</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
        This CellML model has not been validated. The equations in this file may contain errors and the output from the model may not conform to the results from the MODSIM program. Due to the differences between procedural code (in this case C-code) and declarative languages (CellML), some aspects of the original model were not able to be encapsulated by the CellML model (such as the damping of variables). Work is underway to fix these omissions and validate the CellML model. We also anticipate that many of these problems will be fixed when the CellML 1.0 models are combined in a CellML 1.1 format.
          </para>
  </section>
  <sect1 id="sec_structure">
  <title>Model Structure</title>

<para>
Arthur Guyton (1919-2003) was an American physiologist who became famous for his 1950s experiments in which he studied the physiology of cardiac output and its relationship with the peripheral circulation.  The results of these experiments challenged the conventional wisdom that it was the heart itself that controlled cardiac output.  Instead Guyton demonstrated that it was the need of the body tissues for oxygen which was the real regulator of cardiac output.  The "Guyton Curves" describe the relationship between right atrial pressures and cardiac output, and they form a foundation for understanding the physiology of circulation. 
</para>

<para>
The Guyton model of fluid, electrolyte, and circulatory regulation is an extensive mathematical model of human circulatory physiology, capable of simulating a variety of experimental conditions, and contains a number of linked subsystems relating to circulation and its neuroendocrine control.
</para>

<para>
This is a CellML translation of the Guyton model of the regulation of the circulatory system.  The complete model consists of separate modules each of which characterise a separate physiological subsystems.  The Circulation Dynamics is the primary system, to which other modules/blocks are connected.  The other modules characterise the dynamics of the kidney, electrolytes and cell water, thirst and drinking, hormone regulation, autonomic regulation, cardiovascular system etc, and these feedback on the central circulation model.  The CellML code in these modules is based on the C code from the programme C-MODSIM created by Dr Jean-Pierre Montani.
</para>

<para>
This particular CellML model describes the volume receptor nervous feedback mechanism.  The volume receptors are considered to be activated by right atrial pressure (PRA), and feedback is provided to control non-muscle arterial resistance and venous tone.
</para>

<informalfigure float="0" id="full_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="full_model.png"/>
  </imageobject>
</mediaobject>
<caption>A systems analysis diagram for the full Guyton model describing circulation regulation.</caption>
</informalfigure>


<informalfigure float="0" id="volume_receptors_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="volume.png"/>
  </imageobject>
</mediaobject>
<caption>A schematic diagram of the components and processes described in the current CellML model.</caption>
</informalfigure> 

<para>
There are several publications referring to the Guyton model. One of these papers is cited below:
</para>

<para>
<ulink url="http://arjournals.annualreviews.org/doi/abs/10.1146/annurev.ph.34.030172.000305">Circulation: Overall Regulation</ulink>,  A.C. Guyton, T.G. Coleman, and H.J. Granger, 1972, <ulink url="http://www.biophysj.org/">
            <emphasis>Annual Review of Physiology</emphasis>
          </ulink>, 34, 13-44.  (A <ulink url="http://arjournals.annualreviews.org/doi/pdf/10.1146/annurev.ph.34.030172.000305?cookieSet=1">PDF</ulink> version of the article are available to journal subscribers on the <emphasis>Annual Review of Physiology</emphasis> website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=4334846&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 4334846</ulink>
</para>

</sect1>
</article>
</documentation> 




	
<!-- ========================================	ENVIRONMENT COMPONENT	============================================= -->
   <component name="environment">
      <variable units="second" public_interface="out" private_interface="none" name="time"/>
   </component>

<!-- ========================================	VOLUME RECEPTORS TOP-LEVEL COMPONENT	============================================= -->
	<component cmeta:id="volume_receptors" name="volume_receptors">
		

		<variable units="second" public_interface="in" private_interface="out" name="time"/>

<!-- Inputs from components in other models -->
		<variable units="dimensionless" public_interface="none" private_interface="out" name="PRA" initial_value="0.00852183"/>
	</component>

<!-- INPUT CONNECTIONS -->
	<connection>
		<map_components component_2="environment" component_1="volume_receptors"/>
		<map_variables variable_2="time" variable_1="time"/>
	</connection>

<!-- ========================================	EFFECT OF PRESSURE ON VOLUME RECEPTORS	============================================= -->
	<component cmeta:id="effect_of_pressure_on_volume_receptors" name="effect_of_pressure_on_volume_receptors">
		
		
<!-- Inputs from other components -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="PRA"/>

<!-- Outputs to other components -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="AHZ"/>

<!-- Parameters from parameter_file -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AH10"/>
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AH9"/>

<!-- Internal variables -->
		<variable units="dimensionless" public_interface="none" private_interface="none" name="AHZ1"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply id="VR1_and_VR2">
				<eq/>
				<ci>AHZ1</ci>
				<apply>
					<times/>
					<apply>
						<power/>
						<apply>
							<abs/>
							<ci>PRA</ci>
						</apply>
						<ci>AH10</ci>
					</apply>
					<ci>AH9</ci>
				</apply>
			</apply>
			<apply id="VR1_cont">
				<eq/>
				<ci>AHZ</ci>
				<piecewise>
					<piece>
						<apply>
							<minus/>
							<ci>AHZ1</ci>
						</apply>
						<apply>
							<lt/>
							<ci>PRA</ci>
							<cn cellml:units="dimensionless">0</cn>
						</apply>
					</piece>
					<otherwise>
						<ci>AHZ1</ci>
					</otherwise>
				</piecewise>
			</apply>
		</math>
	</component>

<!-- INPUT CONNECTIONS -->
	<connection>
		<map_components component_2="volume_receptors" component_1="effect_of_pressure_on_volume_receptors"/>
		<map_variables variable_2="PRA" variable_1="PRA"/>
	</connection>

<!-- PARAMETER CONNECTIONS -->
	<connection>
		<map_components component_2="parameter_values" component_1="effect_of_pressure_on_volume_receptors"/>
		<map_variables variable_2="AH9" variable_1="AH9"/>
		<map_variables variable_2="AH10" variable_1="AH10"/>
	</connection>

<!-- ========================================	TIME-DEPENDENT VOLUME RECEPTOR ADAPTATION	============================================= -->
	<component cmeta:id="time_dependent_volume_receptor_adaptation" name="time_dependent_volume_receptor_adaptation">
		
		
<!-- Inputs from other components -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AHZ"/>
		<variable units="second" public_interface="in" private_interface="none" name="time"/>

<!-- Outputs to other components -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="AHY" initial_value="0.301963"/>

<!-- Parameters from parameter_file -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AH11"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply id="VR3_to_VR5">
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>AHY</ci>
				</apply>
				<apply>
					<divide/>
					<apply>
						<minus/>
						<ci>AHZ</ci>
						<ci>AHY</ci>
					</apply>
					<ci>AH11</ci>
				</apply>
			</apply>
		</math>
	</component>

<!-- INPUT CONNECTIONS -->
	<connection>
		<map_components component_2="effect_of_pressure_on_volume_receptors" component_1="time_dependent_volume_receptor_adaptation"/>
		<map_variables variable_2="AHZ" variable_1="AHZ"/>
	</connection>
	<connection>
		<map_components component_2="volume_receptors" component_1="time_dependent_volume_receptor_adaptation"/>
		<map_variables variable_2="time" variable_1="time"/>
	</connection>

<!-- PARAMETER CONNECTIONS -->
	<connection>
		<map_components component_2="parameter_values" component_1="time_dependent_volume_receptor_adaptation"/>
		<map_variables variable_2="AH11" variable_1="AH11"/>
	</connection>

<!-- ========================================	TOTAL VOLUME NERVOUS FEEDBACK	============================================= -->
	<component cmeta:id="total_volume_nervous_feedback" name="total_volume_nervous_feedback">
		
		
<!-- Inputs from other components -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AHZ"/>
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AHY"/>

<!-- Outputs to other components -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="AH7"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply id="VR6">
				<eq/>
				<ci>AH7</ci>
				<apply>
					<minus/>
					<ci>AHZ</ci>
					<ci>AHY</ci>
				</apply>
			</apply>
		</math>
	</component>

<!-- INPUT CONNECTIONS -->
	<connection>
		<map_components component_2="effect_of_pressure_on_volume_receptors" component_1="total_volume_nervous_feedback"/>
		<map_variables variable_2="AHZ" variable_1="AHZ"/>
	</connection>
	<connection>
		<map_components component_2="time_dependent_volume_receptor_adaptation" component_1="total_volume_nervous_feedback"/>
		<map_variables variable_2="AHY" variable_1="AHY"/>
	</connection>

<!-- ========================================	VOLUME EFFECT ON ARTERIES	============================================= -->
	<component cmeta:id="volume_effect_on_arteries" name="volume_effect_on_arteries">
		
		
<!-- Inputs from other components -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AH7"/>

<!-- Outputs to other components -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="ATRRFB"/>

<!-- Parameters from parameter_file -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="ATRFBM"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply id="VR7_and_VR8">
				<eq/>
				<ci>ATRRFB</ci>
				<apply>
					<plus/>
					<apply>
						<times/>
						<ci>AH7</ci>
						<ci>ATRFBM</ci>
					</apply>
					<cn cellml:units="dimensionless">1</cn>
				</apply>
			</apply>
		</math>
	</component>

<!-- INPUT CONNECTIONS -->
	<connection>
		<map_components component_2="total_volume_nervous_feedback" component_1="volume_effect_on_arteries"/>
		<map_variables variable_2="AH7" variable_1="AH7"/>
	</connection>

<!-- PARAMETER CONNECTIONS -->
	<connection>
		<map_components component_2="parameter_values" component_1="volume_effect_on_arteries"/>
		<map_variables variable_2="ATRFBM" variable_1="ATRFBM"/>
	</connection>

<!-- ========================================	VOLUME EFFECT ON UNSTRESSED VENOUS VOLUME	============================================= -->
	<component cmeta:id="volume_effect_on_unstressed_venous_volume" name="volume_effect_on_unstressed_venous_volume">
		
		
<!-- Inputs from other components -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="AH7"/>

<!-- Outputs to other components -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="ATRVFB"/>

<!-- Parameters from parameter_file -->
		<variable units="dimensionless" public_interface="in" private_interface="none" name="ATRVM"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply id="VR9">
				<eq/>
				<ci>ATRVFB</ci>
				<apply>
					<times/>
					<ci>AH7</ci>
					<ci>ATRVM</ci>
				</apply>
			</apply>
		</math>
	</component>

<!-- INPUT CONNECTIONS -->
	<connection>
		<map_components component_2="total_volume_nervous_feedback" component_1="volume_effect_on_unstressed_venous_volume"/>
		<map_variables variable_2="AH7" variable_1="AH7"/>
	</connection>

<!-- PARAMETER CONNECTIONS -->
	<connection>
		<map_components component_2="parameter_values" component_1="volume_effect_on_unstressed_venous_volume"/>
		<map_variables variable_2="ATRVM" variable_1="ATRVM"/>
	</connection>

<!-- ============================================================		PARAMETER VALUES		=============================================================== -->
	<component cmeta:id="parameter_values" name="parameter_values">
		<variable units="dimensionless" public_interface="out" private_interface="none" name="AH10" initial_value="0.333"/>	<!-- curve fitting exponent, right atrial pres. on vol receptors [P] -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="AH11" initial_value="1000"/>	<!-- time constant, volume receptor adaptation [P] -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="AH9" initial_value="1"/>	<!-- sensitivity control of AHZ [P] -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="ATRFBM" initial_value="0"/>	<!-- sensitivity controller of ATRRFB -->
		<variable units="dimensionless" public_interface="out" private_interface="none" name="ATRVM" initial_value="0"/>	<!-- sensitivity controller of ATRVFB -->
	</component>
	
<!-- ============================================================		GROUPING		=============================================================== -->

	<group>
		<relationship_ref relationship="containment"/>
		<component_ref component="volume_receptors">
			<component_ref component="effect_of_pressure_on_volume_receptors"/>
			<component_ref component="time_dependent_volume_receptor_adaptation"/>
			<component_ref component="total_volume_nervous_feedback"/>
			<component_ref component="volume_effect_on_arteries"/>
			<component_ref component="volume_effect_on_unstressed_venous_volume"/>
		</component_ref>
	</group>
      
	<group>
		<relationship_ref relationship="encapsulation"/>
		<component_ref component="volume_receptors">
			<component_ref component="parameter_values"/>
			<component_ref component="effect_of_pressure_on_volume_receptors"/>
			<component_ref component="time_dependent_volume_receptor_adaptation"/>
			<component_ref component="total_volume_nervous_feedback"/>
			<component_ref component="volume_effect_on_arteries"/>
			<component_ref component="volume_effect_on_unstressed_venous_volume"/>
		</component_ref>
	</group>
   
<rdf:RDF>
  <rdf:Seq rdf:about="rdf:#5cedef3a-137e-40d7-b937-0d491cd880c6">
    <rdf:li rdf:resource="rdf:#3e1f813b-7c97-4fca-998d-4b6d95efa28c"/>
    <rdf:li rdf:resource="rdf:#5d26e7cc-b490-42fb-b6f8-77e62c607aae"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#949b0443-029d-4be5-95f7-3ed7f4046e38">
    <dcterms:W3CDTF>2008-04-03T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c38c4ecd-5dc4-4ca6-86e6-54974654c937">
    <dc:title/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#770be633-fb7e-4f2a-a126-e4b59bd42dd9">
    <dc:creator rdf:resource="rdf:#fa80dbca-a5da-4b52-b5bd-b83b94727ed0"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5d26e7cc-b490-42fb-b6f8-77e62c607aae">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#8761b986-a668-4140-abe9-4dcdb9fb66df"/>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#770be633-fb7e-4f2a-a126-e4b59bd42dd9"/>
    <bqs:reference rdf:resource="rdf:#fe9e6451-7dc8-417d-b17c-d5070678e39b"/>
    <dcterms:created rdf:resource="rdf:#949b0443-029d-4be5-95f7-3ed7f4046e38"/>
    <dc:creator rdf:resource="rdf:#6276aebb-1853-41c0-b5a1-92ff5eeb9005"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3e1f813b-7c97-4fca-998d-4b6d95efa28c">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#0c3a1260-7da5-486c-9297-33d952f74554"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8b069202-8099-4b78-b09f-10e88e744264">
    <vCard:Given>Jonna</vCard:Given>
    <vCard:Family>Terkildsen</vCard:Family>
    <vCard:Other/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8761b986-a668-4140-abe9-4dcdb9fb66df">
    <vCard:Given/>
    <vCard:Family>Volume_Receptors</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fa80dbca-a5da-4b52-b5bd-b83b94727ed0">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0c3a1260-7da5-486c-9297-33d952f74554">
    <vCard:Given>A</vCard:Given>
    <vCard:Family>Guyton</vCard:Family>
    <vCard:Other>C</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f5b39375-aa0e-411d-823b-6a010a54cf51">
    <dc:creator rdf:resource="rdf:#5cedef3a-137e-40d7-b937-0d491cd880c6"/>
    <dc:title/>
    <bqs:volume/>
    <bqs:first_page/>
    <bqs:Journal rdf:resource="rdf:#c38c4ecd-5dc4-4ca6-86e6-54974654c937"/>
    <dcterms:issued rdf:resource="rdf:#e895fda7-abd5-488f-9ac5-024a77faa531"/>
    <bqs:last_page/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e895fda7-abd5-488f-9ac5-024a77faa531">
    <dcterms:W3CDTF>2008-03-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0825a25a-c723-4ccf-ac32-0ecc7f9ca79f">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fe9e6451-7dc8-417d-b17c-d5070678e39b">
    <bqs:Pubmed_id/>
    <bqs:JournalArticle rdf:resource="rdf:#f5b39375-aa0e-411d-823b-6a010a54cf51"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6330a0ad-5945-4f00-93c7-1486accf2e3f">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>j.terkildsen@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6276aebb-1853-41c0-b5a1-92ff5eeb9005">
    <vCard:ORG rdf:resource="rdf:#0825a25a-c723-4ccf-ac32-0ecc7f9ca79f"/>
    <vCard:EMAIL rdf:resource="rdf:#6330a0ad-5945-4f00-93c7-1486accf2e3f"/>
    <vCard:N rdf:resource="rdf:#8b069202-8099-4b78-b09f-10e88e744264"/>
  </rdf:Description>
</rdf:RDF>
</model>