Public Member Functions | |
subCycleField (GeometricField &gf) | |
Construct field and number of sub-cycles. More... | |
~subCycleField () | |
Destructor. More... | |
void | updateTimeIndex () |
Correct the time index of the field to correspond to. More... | |
Definition at line 46 of file subCycle.H.
|
inline |
Construct field and number of sub-cycles.
Definition at line 67 of file subCycle.H.
|
inline |
Destructor.
Definition at line 76 of file subCycle.H.
References IOobject::time(), TimeState::timeIndex(), GeometricField< Type, PatchField, GeoMesh >::timeIndex(), and subCycleField< GeometricField >::updateTimeIndex().
|
inline |
Correct the time index of the field to correspond to.
the sub-cycling time.
The time index is incremented to protect the old-time value from being updated at the beginning of the time-loop in the case of outer iteration
Definition at line 93 of file subCycle.H.
Referenced by subCycle< GeometricField >::subCycle(), and subCycleField< GeometricField >::~subCycleField().