ENH: update handling of "writeTime" in timeControl class
- handle zero or negative values as being identical to 1. As per timeStep control and what the comments suggested. - drop old outputTime enumeration, since this is covered by the writeTime enumeration and a corresponding Enum name. - support construction of a "pass-through" control object that always executes and add some method to test for these conditions and be able to output some meaning full information. Eg, if (ctrl.execute()) { if (!ctrl.always()) { Info<< "Sampling executed based on " << ctrl.type() << nl; } ... } To produce "Sampling executed based on runTime"
Showing
- src/OpenFOAM/db/functionObjects/functionObject/functionObject.H 20 additions, 19 deletions...enFOAM/db/functionObjects/functionObject/functionObject.H
- src/OpenFOAM/db/functionObjects/timeControl/timeControl.C 42 additions, 28 deletionssrc/OpenFOAM/db/functionObjects/timeControl/timeControl.C
- src/OpenFOAM/db/functionObjects/timeControl/timeControl.H 54 additions, 28 deletionssrc/OpenFOAM/db/functionObjects/timeControl/timeControl.H
- src/OpenFOAM/db/functionObjects/timeControl/timeControlI.H 23 additions, 0 deletionssrc/OpenFOAM/db/functionObjects/timeControl/timeControlI.H
Please register or sign in to comment