Go to the source code of this file.
Functions | |
| scalar | maxCo (pimpleDict.lookupOrDefault< scalar >("maxCo", 0.2)) |
| scalar | maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", GREAT)) |
| scalar | rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.02)) |
| rDeltaT | ref () |
| rDeltaT | correctBoundaryConditions () |
Variables | |
| const dictionary & | pimpleDict = pimple.dict() |
| scalar maxCo | ( | pimpleDict.lookupOrDefault< scalar > | "maxCo", 0.2 | ) |
| scalar maxDeltaT | ( | pimpleDict.lookupOrDefault< scalar > | "maxDeltaT", GREAT | ) |
| scalar rDeltaTSmoothingCoeff | ( | pimpleDict.lookupOrDefault< scalar > | "rDeltaTSmoothingCoeff", 0.02 | ) |
| rDeltaT ref | ( | ) |
| rDeltaT correctBoundaryConditions | ( | ) |
| const dictionary& pimpleDict = pimple.dict() |
Definition at line 4 of file setRDeltaT.H.
1.8.11