- both versions handle the same input words. Only need the <Switch> version when the destination variable is also a Switch and we need to output the word later.
10 lines
242 B
C
10 lines
242 B
C
# include "readTimeControls.H"
|
|
# include "readPISOControls.H"
|
|
|
|
const bool correctPhi =
|
|
piso.lookupOrDefault("correctPhi", true);
|
|
|
|
const bool checkMeshCourantNo =
|
|
piso.lookupOrDefault("checkMeshCourantNo", false);
|
|
|