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

#include <isotherm.hh>

Public Member Functions

 Linear (double mult_coef)
 Constructor to set parameters. More...
 
double operator() (double x)
 Isotherm definition. More...
 

Private Attributes

double mult_coef_
 Parameters of the isotherm. More...
 

Detailed Description

Functor for linear isotherm

Definition at line 97 of file isotherm.hh.

Constructor & Destructor Documentation

Linear::Linear ( double  mult_coef)
inline

Constructor to set parameters.

Definition at line 100 of file isotherm.hh.

Member Function Documentation

double Linear::operator() ( double  x)
inline

Isotherm definition.

Definition at line 102 of file isotherm.hh.

Member Data Documentation

double Linear::mult_coef_
private

Parameters of the isotherm.

Definition at line 107 of file isotherm.hh.


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