This is an R package implementation of the empirical equation to calculate oxygen solubility in water between 0°C - 50°C.
To support this calculation the package also contains a dataset of the vapour pressure and other saturation properties of water.
To install this package on your system, you can use remotes::install_github()
:
install.packages("remotes")
remotes::install_github("solarchemist/O2solubilitywater")
To check out the source code of this repository, git clone
:
git clone https://github.com/solarchemist/O2solubilitywater.git
If you would like to add to this dataset you're very welcome. Open an issue or a pull request.
And please do let me know if you find any errors in the data or the code.
Hitchman, M. L. Measurement of Dissolved Oxygen; P. J. Elving, J.D. Winefordner, I. M. Kolthoff, Series Ed.; John Wiley & Sons, Inc., 1978; Vol. 49.
CRC handbook, 94th ed., table 6-10-90, Eric W. Lemmon.