applications/solvers: Added -postProcess option

See also commit 30e2f912e5
This commit is contained in:
Henry Weller
2016-05-09 14:08:15 +01:00
parent a4ac0f06fd
commit 15545786b4
40 changed files with 104 additions and 82 deletions

View File

@ -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