10 lines
222 B
C++
10 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;
|