12 lines
217 B
C
12 lines
217 B
C
#include "createTimeControls.H"
|
|
|
|
bool correctPhi
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("correctPhi", true)
|
|
);
|
|
|
|
bool checkMeshCourantNo
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false)
|
|
);
|