Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Private Attributes | List of all members
Langmuir Class Reference

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

Detailed Description

Functor for Langmuir isotherm.

Definition at line 115 of file isotherm.hh.

Constructor & Destructor Documentation

Langmuir::Langmuir ( double  mult_coef,
double  alpha 
)
inline

Constructor to set parameters.

Definition at line 118 of file isotherm.hh.

Member Function Documentation

double Langmuir::operator() ( double  x)
inline

Isotherm definition.

Definition at line 120 of file isotherm.hh.

Member Data Documentation

double Langmuir::alpha_
private

Definition at line 127 of file isotherm.hh.

double Langmuir::mult_coef_
private

Parameters of the isotherm.

Definition at line 126 of file isotherm.hh.


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