8 lines
230 B
C
8 lines
230 B
C
# include "readTimeControls.H"
|
|
# include "readPISOControls.H"
|
|
|
|
bool checkMeshCourantNo = false;
|
|
if (piso.found("checkMeshCourantNo"))
|
|
{
|
|
checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo"));
|
|
}
|