Go to the source code of this file.
Functions | |
scalar | maxCo (pimpleDict.lookup< scalar >("maxCo")) |
scalar | maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", great)) |
scalar | rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1)) |
scalar | rDeltaTDampingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTDampingCoeff", 1.0)) |
scalar | alphaTemp (pimpleDict.lookupOrDefault("alphaTemp", 0.05)) |
scalar | alphaY (pimpleDict.lookupOrDefault("alphaY", 1.0)) |
rDeltaTY | field () |
if (foundY) | |
rDeltaT | correctBoundaryConditions () |
if (rDeltaTSmoothingCoeff< 1) | |
if (rDeltaTDampingCoeff< 1 &&runTime.timeIndex() > runTime.startTimeIndex()+1) | |
Variables | |
const dictionary & | pimpleDict = pimple.dict() |
else | |
Original source file setRDeltaT.H
Definition in file setRDeltaT.H.
scalar maxCo | ( | pimpleDict.lookup< scalar > | "maxCo" | ) |
scalar maxDeltaT | ( | pimpleDict.lookupOrDefault< scalar > | "maxDeltaT", great | ) |
scalar rDeltaTSmoothingCoeff | ( | pimpleDict.lookupOrDefault< scalar > | "rDeltaTSmoothingCoeff", 0.1 | ) |
scalar rDeltaTDampingCoeff | ( | pimpleDict.lookupOrDefault< scalar > | "rDeltaTDampingCoeff", 1.0 | ) |
scalar alphaTemp | ( | pimpleDict. | lookupOrDefault"alphaTemp", 0.05 | ) |
scalar alphaY | ( | pimpleDict. | lookupOrDefault"alphaY", 1.0 | ) |
rDeltaTY field | ( | ) |
Referenced by sampledSurface::average(), DimensionedField< Type, Foam::pointMesh >::average(), rotorDiskSource::calculate(), MomentumCloud< Foam::DSMCCloud >::cloneBare(), fieldValue::combineFields(), kinematicSingleLayer::CourantNumber(), Foam::MULES::explicitSolve(), multivariateSurfaceInterpolationScheme< Type >::fieldScheme::fieldScheme(), volFieldValue::filterField(), fvConstraints::global(), sampledSurface::integrate(), fieldInterpolation< scalar, interpolationCellPoint< scalar > >::interpolate(), ensightPart::localPoints::localPoints(), Foam::MapDimensionedFields(), Foam::MapGeometricFields(), MapInternalField< Type, MeshMapper, surfaceMesh >::MapInternalField(), MapInternalField< Type, MeshMapper, volMesh >::MapInternalField(), MapInternalField< Type, MeshMapper, GeoMesh >::MapInternalField(), MapInternalField< Type, MeshMapper, pointMesh >::MapInternalField(), MapInternalField< Type, MeshMapper, surfaceMesh >::operator()(), MapInternalField< Type, MeshMapper, volMesh >::operator()(), MapInternalField< Type, MeshMapper, pointMesh >::operator()(), multivariateIndependentScheme< Type >::operator()(), multivariateScheme< Type, Scheme >::operator()(), multivariateSelectionScheme< Type >::operator()(), multivariateUpwind< Type >::operator()(), sampledSurface::project(), ensightParts::size(), regionFunctionObject::store(), cyclicAMIPolyPatch::transform(), Foam::vtkWritePolyData::unpackFieldTypeValues(), advectiveFvPatchField< Type >::updateCoeffs(), DimensionedField< Type, Foam::pointMesh >::weightedAverage(), histogram::write(), and regionFunctionObject::writeObject().
if | ( | foundY | ) |
Definition at line 136 of file setRDeltaT.H.
References Foam::endl(), Foam::gMax(), Foam::gMin(), Foam::Info, and Foam::max().
rDeltaT correctBoundaryConditions | ( | ) |
if | ( | ) |
Definition at line 156 of file setRDeltaT.H.
References rDeltaTSmoothingCoeff(), and Foam::fvc::smooth().
if | ( | rDeltaTDampingCoeff< 1 &&runTime.timeIndex() > runTime.startTimeIndex()+ | 1 | ) |
Definition at line 165 of file setRDeltaT.H.
References Foam::gMax(), Foam::gMin(), Foam::Info, Foam::max(), rDeltaT0(), and rDeltaTDampingCoeff().
const dictionary& pimpleDict = pimple.dict() |
Definition at line 29 of file setRDeltaT.H.
else |
Definition at line 145 of file setRDeltaT.H.