|
Flow123d
jenkins-Flow123d-windows-release-multijob-285
|
#include <isotherm.hh>
Public Member Functions | |
| Linear (double mult_coef) | |
| Constructor to set parameters. More... | |
| double | operator() (double x) |
| Isotherm definition. More... | |
Private Attributes | |
| double | mult_coef_ |
| Parameters of the isotherm. More... | |
Functor for linear isotherm
Definition at line 89 of file isotherm.hh.
|
inline |
Constructor to set parameters.
Definition at line 92 of file isotherm.hh.
|
inline |
Isotherm definition.
Definition at line 94 of file isotherm.hh.
|
private |
Parameters of the isotherm.
Definition at line 99 of file isotherm.hh.
1.8.9.1