applications/solvers: Added -postProcess option
See also commit 30e2f912e5
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
#if defined(NO_CONTROL)
|
||||
#elif defined(PISO_CONTROL)
|
||||
#include "createPisoControl.H"
|
||||
#elif defined(PIMPLE_CONTROL)
|
||||
#include "createPimpleControl.H"
|
||||
#elif defined(SIMPLE_CONTROL)
|
||||
#include "createSimpleControl.H"
|
||||
#endif
|
||||
Reference in New Issue
Block a user