calculate_activity {tidywater}R Documentation

Calculate activity coefficients

Description

This function calculates activity coefficients at a given temperature based on equation 5-43 from Davies (1967), Crittenden et al. (2012)

Usage

calculate_activity(z, is, temp)

Arguments

z

Charge of ions in the solution

is

Ionic strength of the solution

temp

Temperature of the solution in Celsius

Value

A numeric value for the activity coefficient.

Examples

calculate_activity(2, 0.1, 25)


[Package tidywater version 0.9.0 Index]