Flow123d
master-f44eb46
|
#include <isotherm.hh>
Public Member Functions | |
CrossFunction (const Func &func_, double total_mass, double scale_aqua, double scale_sorbed, double rho_aqua) | |
double | operator() (double conc_aqua) |
Private Attributes | |
Func | func |
double | total_mass_ |
double | scale_sorbed_ |
double | scale_aqua_ |
double | rho_aqua_ |
Functor for solved equation in form F(x) ==0. Function func
is an isotherm functor object in concentration based coordinated system. We solve the equation in modified system (scaled and rotated) for better numerical stability. The solved equation reads: F(X) -Y =0, where X is total mass , Y
Definition at line 327 of file isotherm.hh.
|
inline |
Definition at line 330 of file isotherm.hh.
|
inline |
Definition at line 335 of file isotherm.hh.
|
private |
Definition at line 341 of file isotherm.hh.
|
private |
Definition at line 342 of file isotherm.hh.
|
private |
Definition at line 342 of file isotherm.hh.
|
private |
Definition at line 342 of file isotherm.hh.
|
private |
Definition at line 342 of file isotherm.hh.