OpenCAEPoro
v0.5.0
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 time step. | |
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 |
Maximum Verr (vol error b/w fluid and pore) in a Newton step. | |
Params for Newton iterations and linear iterations.
Definition at line 59 of file OCPControl.hpp.