Location: pH control @ 2b59edd002f0 / PhysicalConstants.cellml

Author:
Randall Britten <r.britten@auckland.ac.nz>
Date:
2013-09-13 17:17:29+12:00
Desc:
Initial value for HCO3 is now calculated from given initial pH and initial CO2 partial pressure, in the same way as in the Mathematica document. The system now remains at equilibrium :-) Also, using kf = K kb, with kb=1 and K calculated from given pK = 6.1, which is apparently the accepted value in the textbooks. Also, now actually using the initial values for CO2 concentration that was calculated from given partial pressure.
Permanent Source URI:
https://models.physiomeproject.org/workspace/178/rawfile/2b59edd002f0721d39e738789ddbbe9529b4de3e/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>