olm.calcite.solutionFromCaPCO2Relaxed¶
-
olm.calcite.solutionFromCaPCO2Relaxed(Ca, PCO2, T_C=25.0)[source]¶ Creates a solution object from a given concentration of calcium and PCO2.
Creates a solution object from a given concentration of calcium, PCO2, and optional temperature. Uses the approximate charge balance assumption (equation 2.30a in Dreybrodt [1988]). This is valid when pH < 8, such that CO3- and OH- species can be neglected.
Parameters: Ca : float
concentration of calcium in mol/L
PCO2 : float
partial pressure of CO2 (atm)
T_C : float, optional
temperature of solution in degrees Celsius (default = 25 C)
Returns: sol : solution object
Notes
Assumes a H20-CO2-CaCO3 system. Calculates concentration of H using relaxed charge balance assumption.