ParameterHenry Class Reference
#include <Parameters.h>
Public Member Functions | |
ParameterHenry (double a, double b) | |
constructor for parameters from R. Sander: Henry's law constants Version 3 (April 8, 1999) http://www.mpch-mainz.mpg.de/~sander/res/henry.html More... | |
ParameterHenry (std::pair< double, double > c) | |
constructor for parameters from R. Sander: Compilation of Henry's law constants (version 4.0) for water as solvent, Atmos. Chem. Phys., 15, 4399-4981 (2015), doi:10.5194/acp-15-4399-2015 http://satellite.mpic.de/henry/index.html More... | |
ParameterHenry (int=0) | |
double | operator[] (int i) const |
bool | operator!= (int i) |
Detailed Description
Statically-sized 2 element vector for Henry equation coefficients
#include <libpf/components/Parameters.h>
- Remarks
- Warning
- Thread safe:
- Extendable:
- Platform dependencies:
Constructor & Destructor Documentation
◆ ParameterHenry() [1/3]
ParameterHenry::ParameterHenry | ( | double | a, |
double | b | ||
) |
constructor for parameters from R. Sander: Henry's law constants Version 3 (April 8, 1999) http://www.mpch-mainz.mpg.de/~sander/res/henry.html
- Parameters
-
a kH [M/atm] b -d ln kH / d(1/T) [K]
◆ ParameterHenry() [2/3]
ParameterHenry::ParameterHenry | ( | std::pair< double, double > | c | ) |
constructor for parameters from R. Sander: Compilation of Henry's law constants (version 4.0) for water as solvent, Atmos. Chem. Phys., 15, 4399-4981 (2015), doi:10.5194/acp-15-4399-2015 http://satellite.mpic.de/henry/index.html
- Parameters
-
c.first Hcp [mol/(m3Pa)] c.second ln Hcp / d (1/T) [K]
◆ ParameterHenry() [3/3]
ParameterHenry::ParameterHenry | ( | int | = 0 | ) |
Member Function Documentation
◆ operator!=()
bool ParameterHenry::operator!= | ( | int | i | ) |
◆ operator[]()
double ParameterHenry::operator[] | ( | int | i | ) | const |
The documentation for this class was generated from the following file: