mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
9 lines
228 B
C
9 lines
228 B
C
#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
|