Location: pH control @ cafd543bf160 / PressureConversion.cellml

Author:
Randall Britten <r.britten@auckland.ac.nz>
Date:
2013-12-02 11:30:19+13:00
Desc:
Added 3D plot. Also, made ODE numerical solve parameterised by initial conditions, which is work towards being able to pick IV?s from Manipulate UI and see solution interactively.
Permanent Source URI:
https://models.physiomeproject.org/workspace/178/rawfile/cafd543bf16066ca9f7cf7fedca65030ad04f46e/PressureConversion.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="PressureConversion" name="PressureConversion">
  <component name="ConcToPPres">
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="ConcToPPres">
      <apply id="ConcToPPres">
        <eq/>
        <ci>Px
        </ci>
        <apply>
          <divide/>
          <ci>Cx
          </ci>
          <ci>solubility
          </ci>
        </apply>
      </apply>
    </math>
    <variable name="Px" public_interface="out" units="pascal"/>
    <variable name="Cx" public_interface="in" units="M"/>
    <variable name="solubility" public_interface="in" units="M_per_pascal"/>
  </component>
  <units name="M">
    <unit units="mole"/>
    <unit exponent="-1" units="litre"/>
  </units>
  <component name="PPresToConc">
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="PPresToConc">
      <apply id="PPresToConc">
        <eq/>
        <ci>Cx
        </ci>
        <apply>
          <times/>
          <ci>Px
          </ci>
          <ci>solubility
          </ci>
        </apply>
      </apply>
    </math>
    <variable name="Cx" public_interface="out" units="M"/>
    <variable name="Px" public_interface="in" units="pascal"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="Auxilliary">
      <apply id="Px_proxy">
        <eq/>
        <ci>Px_proxy
        </ci>
        <ci>Px
        </ci>
      </apply>
    </math>
    <variable name="Px_proxy" units="pascal"/>
    <variable name="solubility" public_interface="in" units="M_per_pascal"/>
  </component>
  <units name="M_per_pascal">
    <unit units="M"/>
    <unit exponent="-1" units="pascal"/>
  </units>
</model>