applications/solvers/combustion: Added -postProcess option

See also commit cc455173ff
This commit is contained in:
Henry Weller
2016-05-09 14:51:21 +01:00
parent 7dca6b6a21
commit 364044243a
30 changed files with 86 additions and 65 deletions

View File

@ -38,6 +38,10 @@ Description
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#ifndef CREATE_TIME
#define CREATE_TIME createTime.H
#endif
#ifndef CREATE_MESH
#define CREATE_MESH createMesh.H
#endif
@ -70,7 +74,7 @@ if (argList::postProcess(argc, argv))
#include "addDictOption.H"
#include "setRootCase.H"
#include "createTime.H"
#include INCLUDE_FILE(CREATE_TIME)
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
#include INCLUDE_FILE(CREATE_MESH)