Location: pH control @ d5ee1c73f701 / PhysicalConstants.cellml

Author:
Randall Britten <r.britten@auckland.ac.nz>
Date:
2013-12-05 14:49:32+13:00
Desc:
Attempting to clean up issues with units and unit conversions by more disciplined use of units suffixes in variable names. Some progress made so far. Still having issues showing trajectory relative to 3D plot.
Permanent Source URI:
https://models.physiomeproject.org/workspace/178/rawfile/d5ee1c73f701f6fa278542d2ed7eb0adefc1b459/PhysicalConstants.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="PhysicalConstants" name="PhysicalConstants">
  <component name="PhysicalConstants">
    <variable name="GasConstant" public_interface="out" units="GasConstantUnits"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="GasConstant">
      <apply>
        <eq/>
        <ci>GasConstant
        </ci>
        <cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="GasConstantUnits">8.3144621
        </cn>
      </apply>
    </math>
  </component>
  <units name="GasConstantUnits">
    <unit exponent="-1" units="kelvin"/>
    <unit exponent="-1" units="mole"/>
    <unit units="litre"/>
    <unit units="pascal"/>
  </units>
</model>