Flow123d  master-f44eb46
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 119 of file isotherm.hh.

Constructor & Destructor Documentation

◆ Langmuir()

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

Constructor to set parameters.

Definition at line 122 of file isotherm.hh.

Member Function Documentation

◆ operator()()

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

Isotherm definition.

Definition at line 124 of file isotherm.hh.

Member Data Documentation

◆ alpha_

double Langmuir::alpha_
private

Definition at line 131 of file isotherm.hh.

◆ mult_coef_

double Langmuir::mult_coef_
private

Parameters of the isotherm.

Definition at line 130 of file isotherm.hh.


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