11 lines
222 B
C++
11 lines
222 B
C++
|
# include "createTimeControls.H"
|
||
|
|
||
|
Switch correctPhi(false);
|
||
|
Switch checkMeshCourantNo(false);
|
||
|
|
||
|
// Number of outer correctors
|
||
|
label nOuterCorrectors = 1;
|
||
|
|
||
|
label pRefCell = 0;
|
||
|
scalar pRefValue = 0;
|