Calculators to compute activity coefficients. More...
Functions | |
| Real | log10ActCoeffDHBdot (Real charge, Real ion_size, Real sqrt_ionic_strength, Real A, Real B, Real Bdot) |
| log10(activity coefficient) according to the Debye-Huckel B-dot model More... | |
| Real | log10ActCoeffDHBdotNeutral (Real ionic_strength, Real a, Real b, Real c, Real d) |
| log10(activity coefficient) for neutral species according to the Debye-Huckel B-dot model More... | |
| Real | lnActivityDHBdotWater (Real stoichiometric_ionic_strength, Real A, Real atilde, Real btilde, Real ctilde, Real dtilde) |
| ln(activity of water) according to the Debye-Huckel B-dot model More... | |
| Real | log10ActCoeffDHBdotAlternative (Real ionic_strength, Real Bdot) |
| log10(activity coefficient) alternative expression that is sometimes used in conjunction with the Debye-Huckel B-dot model More... | |
| Real | log10ActCoeffDavies (Real charge, Real sqrt_ionic_strength, Real A) |
| log10(activity coefficient) according to the Davies model More... | |
Calculators to compute activity coefficients.
| Real GeochemistryActivityCalculators::lnActivityDHBdotWater | ( | Real | stoichiometric_ionic_strength, |
| Real | A, | ||
| Real | atilde, | ||
| Real | btilde, | ||
| Real | ctilde, | ||
| Real | dtilde | ||
| ) |
ln(activity of water) according to the Debye-Huckel B-dot model
Definition at line 54 of file GeochemistryActivityCalculators.C.
Referenced by TEST(), and GeochemistryActivityCoefficientsDebyeHuckel::waterActivity().
| Real GeochemistryActivityCalculators::log10ActCoeffDavies | ( | Real | charge, |
| Real | sqrt_ionic_strength, | ||
| Real | A | ||
| ) |
log10(activity coefficient) according to the Davies model
Definition at line 44 of file GeochemistryActivityCalculators.C.
Referenced by TEST().
| Real GeochemistryActivityCalculators::log10ActCoeffDHBdot | ( | Real | charge, |
| Real | ion_size, | ||
| Real | sqrt_ionic_strength, | ||
| Real | A, | ||
| Real | B, | ||
| Real | Bdot | ||
| ) |
log10(activity coefficient) according to the Debye-Huckel B-dot model
Definition at line 17 of file GeochemistryActivityCalculators.C.
Referenced by GeochemistryActivityCoefficientsDebyeHuckel::buildActivityCoefficients(), and TEST().
| Real GeochemistryActivityCalculators::log10ActCoeffDHBdotAlternative | ( | Real | ionic_strength, |
| Real | Bdot | ||
| ) |
log10(activity coefficient) alternative expression that is sometimes used in conjunction with the Debye-Huckel B-dot model
Definition at line 36 of file GeochemistryActivityCalculators.C.
Referenced by GeochemistryActivityCoefficientsDebyeHuckel::buildActivityCoefficients(), and TEST().
| Real GeochemistryActivityCalculators::log10ActCoeffDHBdotNeutral | ( | Real | ionic_strength, |
| Real | a, | ||
| Real | b, | ||
| Real | c, | ||
| Real | d | ||
| ) |
log10(activity coefficient) for neutral species according to the Debye-Huckel B-dot model
Definition at line 27 of file GeochemistryActivityCalculators.C.
Referenced by GeochemistryActivityCoefficientsDebyeHuckel::buildActivityCoefficients(), and TEST().
1.8.14