ENH: finer granularity for handling functionObject failure (#1779)
- additional "errors" entry with enumerated values (default|warn|ignore|strict) for defining warning or error at construct or runtime stage - default : construct = warn, runtime = fatal - warn : construct = warn, runtime = warn - ignore : construct = silent, runtime = silent - strict : construct = fatal, runtime = fatal The errors control can be added at the top-level and/or for individual function objects.
Showing
- src/OpenFOAM/db/functionObjects/functionObject/functionObject.H 12 additions, 6 deletions...enFOAM/db/functionObjects/functionObject/functionObject.H
- src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C 387 additions, 90 deletions...b/functionObjects/functionObjectList/functionObjectList.C
- src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H 79 additions, 5 deletions...b/functionObjects/functionObjectList/functionObjectList.H
Please register or sign in to comment