mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
applications/solvers/combustion: Added -postProcess option
See also commit 30e2f912e5
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user