OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Public Member Functions | Public Attributes | List of all members
ControlTime Class Reference

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.
 

Detailed Description

Params for choosing time stepsize in time marching.

Definition at line 26 of file OCPControl.hpp.


The documentation for this class was generated from the following files: