13 lines
338 B
C
13 lines
338 B
C
# include "createTimeControls.H"
|
|
|
|
bool correctPhi = true;
|
|
if (pimple.found("correctPhi"))
|
|
{
|
|
correctPhi = Switch(pimple.lookup("correctPhi"));
|
|
}
|
|
|
|
bool checkMeshCourantNo = false;
|
|
if (pimple.found("checkMeshCourantNo"))
|
|
{
|
|
checkMeshCourantNo = Switch(pimple.lookup("checkMeshCourantNo"));
|
|
}
|