mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
postProcess: catch missing field errors to process further time-directories
This commit is contained in:
@ -105,20 +105,20 @@ if (argList::postProcess(argc, argv))
|
|||||||
functionObjectList::New(args, runTime, functionObjectsDict);
|
functionObjectList::New(args, runTime, functionObjectsDict);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include INCLUDE_FILE(CREATE_FIELDS)
|
|
||||||
|
|
||||||
#ifdef CREATE_FIELDS_2
|
|
||||||
#include INCLUDE_FILE(CREATE_FIELDS_2)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CREATE_FIELDS_3
|
|
||||||
#include INCLUDE_FILE(CREATE_FIELDS_3)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
FatalIOError.throwExceptions();
|
FatalIOError.throwExceptions();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
#include INCLUDE_FILE(CREATE_FIELDS)
|
||||||
|
|
||||||
|
#ifdef CREATE_FIELDS_2
|
||||||
|
#include INCLUDE_FILE(CREATE_FIELDS_2)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef CREATE_FIELDS_3
|
||||||
|
#include INCLUDE_FILE(CREATE_FIELDS_3)
|
||||||
|
#endif
|
||||||
|
|
||||||
functionObjectsPtr->execute(true);
|
functionObjectsPtr->execute(true);
|
||||||
}
|
}
|
||||||
catch (IOerror& err)
|
catch (IOerror& err)
|
||||||
|
|||||||
Reference in New Issue
Block a user