correct_k {tidywater} | R Documentation |
Correct acid dissociation constants
Description
This function calculates the corrected equilibrium constant for temperature and ionic strength
Usage
correct_k(water)
Arguments
water |
Defined water with values for temperature and ion concentrations |
Value
A dataframe with equilibrium constants for co3, po4, so4, ocl, and nh4.
Examples
water_defined <- define_water(7, 20, 50, 100, 80, 10, 10, 10, 10, tot_po4 = 1)
correct_k(water_defined)
[Package tidywater version 0.9.0 Index]