Go to the source code of this file.
scalar maxCo |
( |
pimpleDict.lookupOrDefault< scalar > |
"maxCo", 0.8 | ) |
|
scalar rDeltaTSmoothingCoeff |
( |
pimpleDict.lookupOrDefault< scalar > |
"rDeltaTSmoothingCoeff", 0.02 | ) |
|
scalar rDeltaTDampingCoeff |
( |
pimpleDict.lookupOrDefault< scalar > |
"rDeltaTDampingCoeff", 1.0 | ) |
|
scalar maxDeltaT |
( |
pimpleDict.lookupOrDefault< scalar > |
"maxDeltaT", GREAT | ) |
|
volScalarField rDeltaT0 |
( |
"rDeltaT0" |
, |
|
|
rDeltaT |
|
|
) |
| |
rDeltaT dimensionedInternalField |
( |
| ) |
|
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 36 of file setRDeltaT.H.
References dimensionedInternalField(), Foam::endl(), Foam::gMax(), Foam::gMin(), Foam::Info, Foam::MULES::interpolate(), Foam::mag(), Foam::max(), maxCo(), mesh, phid(), psi, rDeltaT0(), rDeltaTDampingCoeff(), rDeltaTSmoothingCoeff(), Foam::fvc::smooth(), Foam::fvc::surfaceSum(), and U.
rDeltaT correctBoundaryConditions |
( |
| ) |
|