11 lines
231 B
C
11 lines
231 B
C
# include "readTimeControls.H"
|
|
|
|
bool correctPhi
|
|
(
|
|
piso.dict().lookupOrDefault("correctPhi", false)
|
|
);
|
|
|
|
bool checkMeshCourantNo
|
|
(
|
|
piso.dict().lookupOrDefault("checkMeshCourantNo", false)
|
|
);
|