Flow123d
release_2.2.0-21-g2806cf6
|
#include <isotherm.hh>
Public Member Functions | |
Langmuir (double mult_coef, double alpha) | |
Constructor to set parameters. More... | |
double | operator() (double x) |
Isotherm definition. More... | |
Private Attributes | |
double | mult_coef_ |
Parameters of the isotherm. More... | |
double | alpha_ |
Functor for Langmuir isotherm.
Definition at line 115 of file isotherm.hh.
|
inline |
Constructor to set parameters.
Definition at line 118 of file isotherm.hh.
|
inline |
Isotherm definition.
Definition at line 120 of file isotherm.hh.
|
private |
Definition at line 127 of file isotherm.hh.
|
private |
Parameters of the isotherm.
Definition at line 126 of file isotherm.hh.