Flow123d  master-f44eb46
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::Freundlich ( double  mult_coef,
double  exponent 
)
inline

Constructor to set parameters.

Definition at line 142 of file isotherm.hh.

Member Function Documentation

◆ operator()()

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

Isotherm definition.

Definition at line 144 of file isotherm.hh.

Member Data Documentation

◆ exponent_

double Freundlich::exponent_
private

Definition at line 151 of file isotherm.hh.

◆ mult_coef_

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: