Flow123d  JS_before_hm-981-g3f34df1
Public Member Functions | Private Attributes | List of all members
Freundlich Class Reference

#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_
 

Detailed Description

Functor for Freundlich isotherm.

Definition at line 139 of file isotherm.hh.

Constructor & Destructor Documentation

Freundlich::Freundlich ( double  mult_coef,
double  exponent 
)
inline

Constructor to set parameters.

Definition at line 142 of file isotherm.hh.

Member Function Documentation

double Freundlich::operator() ( double  x)
inline

Isotherm definition.

Definition at line 144 of file isotherm.hh.

Member Data Documentation

double Freundlich::exponent_
private

Definition at line 151 of file isotherm.hh.

double Freundlich::mult_coef_
private

Parameters of the isotherm.

Definition at line 150 of file isotherm.hh.


The documentation for this class was generated from the following file: