Learn R Programming

phreeqc (version 3.6.3)

ex2: Example 2--Equilibration With Pure Phases

Description

This example shows how to calculate the solubility and relative thermodynamic stability of two minerals, gypsum and anhydrite. The example can be run using the phrRunString routine.

Arguments

References

http://pubs.usgs.gov/tm/06/a43/pdf/tm6-A43.pdf

See Also

Other Examples: ex10, ex11, ex12, ex13a, ex14, ex15, ex16, ex17, ex18, ex19, ex1, ex20a, ex21, ex22, ex3, ex4, ex5, ex6, ex7, ex8, ex9

Examples

Run this code
# NOT RUN {
phrLoadDatabaseString(phreeqc.dat)
phrSetOutputStringsOn(TRUE)
phrRunString(ex2)
phrGetOutputStrings()

# }

Run the code above in your browser using DataLab