ENH: added functionObject::execute(int) method
- this is a provision for defining execute actions that can be called largely independently of the normal time-loop constraints. This can be useful to provide hooks for sub-cycling, or to define an action that can be triggered manually or on some other event.
Showing
- src/OpenFOAM/db/functionObjects/functionObject/functionObject.C 6 additions, 0 deletions...enFOAM/db/functionObjects/functionObject/functionObject.C
- src/OpenFOAM/db/functionObjects/functionObject/functionObject.H 9 additions, 1 deletion...enFOAM/db/functionObjects/functionObject/functionObject.H
- src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C 45 additions, 0 deletions...b/functionObjects/functionObjectList/functionObjectList.C
- src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H 23 additions, 9 deletions...b/functionObjects/functionObjectList/functionObjectList.H
- src/OpenFOAM/db/functionObjects/timeControl/timeControlFunctionObject.C 14 additions, 4 deletions...b/functionObjects/timeControl/timeControlFunctionObject.C
- src/OpenFOAM/db/functionObjects/timeControl/timeControlFunctionObject.H 3 additions, 0 deletions...b/functionObjects/timeControl/timeControlFunctionObject.H
Please register or sign in to comment