OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
Params for Newton iterations and linear iterations. More...
#include <OCPControl.hpp>
Public Member Functions | |
ControlNR (const vector< OCP_DBL > &src) | |
Public Attributes | |
USI | maxNRiter |
Maximum number of Newton iterations in a timestep. | |
OCP_DBL | NRtol |
Maximum non-linear convergence error. | |
OCP_DBL | NRdPmax |
Maximum Pressure change in a Newton iteration. | |
OCP_DBL | NRdSmax |
Maximum Saturation change in a Newton iteration. | |
OCP_DBL | NRdPmin |
Minimum Pressure change in a Newton iteration. | |
OCP_DBL | NRdSmin |
Minimum Saturation change in a Newton iteration. | |
OCP_DBL | Verrmax |
Params for Newton iterations and linear iterations.
Definition at line 58 of file OCPControl.hpp.
OCP_DBL ControlNR::Verrmax |
Maximum Verr(error between fluidand pore) change in a Newton iteration
Definition at line 72 of file OCPControl.hpp.