applications/solvers/combustion: Added -postProcess option

See also commit 30e2f912e5
This commit is contained in:
Henry Weller
2016-05-09 14:51:21 +01:00
parent 15545786b4
commit 19aefe5a26
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)