OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Params for choosing time stepsize in time marching. More...
#include <OCPControl.hpp>
Public Member Functions | |
ControlTime (const vector< OCP_DBL > &src) | |
Public Attributes | |
OCP_DBL | timeInit |
Max init step length of next time step. | |
OCP_DBL | timeMax |
Max time step during running. | |
OCP_DBL | timeMin |
Min time step during running. | |
OCP_DBL | maxIncreFac |
Max increase factor. | |
OCP_DBL | minChopFac |
Min choppable factor. | |
OCP_DBL | cutFacNR |
Factor by which time step is cut after convergence failure. | |
Params for choosing time stepsize in time marching.
Definition at line 26 of file OCPControl.hpp.