Go to the source code of this file.
scalar maxCo |
( |
pimpleDict.lookupOrDefault< scalar > |
"maxCo", 0.2 | ) |
|
scalar maxDeltaT |
( |
pimpleDict.lookupOrDefault< scalar > |
"maxDeltaT", GREAT | ) |
|
scalar rDeltaTSmoothingCoeff |
( |
pimpleDict.lookupOrDefault< scalar > |
"rDeltaTSmoothingCoeff", 0.02 | ) |
|
surfaceScalarField maxPhi |
( |
"maxPhi" |
, |
|
|
phi |
|
|
) |
| |
Definition at line 23 of file setRDeltaT.H.
References Foam::dimTime, Foam::endl(), Foam::gMax(), Foam::gMin(), Foam::Info, Foam::mag(), Foam::max(), maxCo(), maxDeltaT(), maxPhi(), mesh, phasei, phases, phi, rDeltaTSmoothingCoeff(), Foam::fvc::smooth(), and Foam::fvc::surfaceSum().
rDeltaT correctBoundaryConditions |
( |
| ) |
|