olm.calcite.concHFromCaPCO2Relaxed¶
-
olm.calcite.concHFromCaPCO2Relaxed(Ca, PCO2, T_C=25.0)[source]¶ Calculates concentration of H+ from calcium concentration and PCO2 using relaxed charge balance. Uses equation 2.30a from Dreybrodt (1988).
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: concH : float
concentration of hydrogen ions
Notes
Assumes a H20-CO2-CaCO3 system.