Flow123d  release_2.2.0-914-gf1a3a4f
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 135 of file isotherm.hh.

Constructor & Destructor Documentation

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

Constructor to set parameters.

Definition at line 138 of file isotherm.hh.

Member Function Documentation

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

Isotherm definition.

Definition at line 140 of file isotherm.hh.

Member Data Documentation

double Freundlich::exponent_
private

Definition at line 147 of file isotherm.hh.

double Freundlich::mult_coef_
private

Parameters of the isotherm.

Definition at line 146 of file isotherm.hh.


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