calculate_activity | R Documentation |
This function calculates activity coefficients at a given temperature based on equation 5-43 from Davies (1967), Crittenden et al. (2012)
calculate_activity(z, is, temp)
z |
Charge of ions in the solution |
is |
Ionic strength of the solution |
temp |
Temperature of the solution in Celsius |
A numeric value for the activity coefficient.
calculate_activity(2, 0.1, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.