applications/solvers/discreteMethods: Added -postProcess option
See also commit 30e2f912e5
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
Info<< nl << "Constructing dsmcCloud " << endl;
|
||||
dsmcCloud dsmc("dsmc", mesh);
|
||||
@ -37,16 +37,16 @@ Description
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#define NO_CONTROL
|
||||
#include "postProcess.H"
|
||||
|
||||
#include "setRootCase.H"
|
||||
#include "createTime.H"
|
||||
#include "createMesh.H"
|
||||
#include "createFields.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
Info<< nl << "Constructing dsmcCloud " << endl;
|
||||
|
||||
dsmcCloud dsmc("dsmc", mesh);
|
||||
|
||||
Info<< "\nStarting time loop\n" << endl;
|
||||
|
||||
while (runTime.loop())
|
||||
|
||||
Reference in New Issue
Block a user