OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Params for convergence and material balance error checks. More...
#include <OCPControl.hpp>
Public Member Functions | |
ControlPreTime (const vector< OCP_DBL > &src) | |
Public Attributes | |
OCP_DBL | dPlim |
Ideal max Pressure change. | |
OCP_DBL | dTlim |
Ideal max Temperature change. | |
OCP_DBL | dSlim |
Ideal max Saturation change. | |
OCP_DBL | dNlim |
Ideal max relative Ni (moles of components) change. | |
OCP_DBL | eVlim |
Ideal max relative Verr (pore - fluid) change. | |
Params for convergence and material balance error checks.
Definition at line 43 of file OCPControl.hpp.