Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <isotherm.hh>
Public Member Functions | |
Freundlich (double mult_coef, double exponent) | |
Constructor to set parameters. More... | |
double | operator() (double x) |
Isotherm definition. More... | |
Private Attributes | |
double | mult_coef_ |
Parameters of the isotherm. More... | |
double | exponent_ |
Functor for Freundlich isotherm.
Definition at line 135 of file isotherm.hh.
|
inline |
Constructor to set parameters.
Definition at line 138 of file isotherm.hh.
|
inline |
Isotherm definition.
Definition at line 140 of file isotherm.hh.
|
private |
Definition at line 147 of file isotherm.hh.
|
private |
Parameters of the isotherm.
Definition at line 146 of file isotherm.hh.