Go to the source code of this file.
|
| const scalar | maxCo (pimpleDict.lookupOrDefault< scalar >("maxCo", 0.8)) |
| |
| const scalar | rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.02)) |
| |
| const scalar | maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", great)) |
| |
| const scalar | minDeltaT (pimpleDict.lookupOrDefault< scalar >("minDeltaT", small)) |
| |
| const volScalarField | rDeltaT0 ("rDeltaT0", rDeltaT) |
| |
| rDeltaT | ref () |
| |
| | if (pimple.transonic()) |
| |
| rDeltaT | correctBoundaryConditions () |
| |
◆ maxCo()
| const scalar maxCo |
( |
pimpleDict.lookupOrDefault< scalar > |
"maxCo", 0.8 | ) |
|
◆ rDeltaTSmoothingCoeff()
| const scalar rDeltaTSmoothingCoeff |
( |
pimpleDict.lookupOrDefault< scalar > |
"rDeltaTSmoothingCoeff", 0.02 | ) |
|
◆ maxDeltaT()
| const scalar maxDeltaT |
( |
pimpleDict.lookupOrDefault< scalar > |
"maxDeltaT", great | ) |
|
◆ minDeltaT()
| const scalar minDeltaT |
( |
pimpleDict.lookupOrDefault< scalar > |
"minDeltaT", small | ) |
|
◆ rDeltaT0()
| const volScalarField rDeltaT0 |
( |
"rDeltaT0" |
, |
|
|
rDeltaT |
|
|
) |
| |
◆ ref()
◆ if()
| if |
( |
pimple. |
transonic() | ) |
|
Definition at line 41 of file setRDeltaT.H.
References Foam::endl(), Foam::fvc::flux(), Foam::gMax(), Foam::gMin(), Foam::Info, Foam::fvc::interpolate(), Foam::mag(), Foam::max(), maxCo(), mesh, psi, rDeltaT0(), rDeltaTDampingCoeff(), rDeltaTSmoothingCoeff(), Foam::fvc::smooth(), Foam::fvc::surfaceSum(), and U.
◆ correctBoundaryConditions()
| rDeltaT correctBoundaryConditions |
( |
| ) |
|
◆ pimpleDict