![]() |
OpenCAEPoro
0.2.0 Sep/22/2022
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 timestep. | |
| OCP_DBL | timeMax |
| Max time step during running. | |
| OCP_DBL | timeMin |
| Min time step during running. | |
| OCP_DBL | maxIncreFac |
| Max timestep increase factor. | |
| OCP_DBL | minChopFac |
| Min choppable timestep. | |
| OCP_DBL | cutFacNR |
| Factor by which timestep is cut after convergence failure. | |
Params for choosing time stepsize in time marching.
Definition at line 26 of file OCPControl.hpp.