setRDeltaT.H File Reference

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
 

Detailed Description

Original source file setRDeltaT.H

Definition in file setRDeltaT.H.

Function Documentation

◆ maxCo()

scalar maxCo ( pimpleDict.lookup< scalar >  "maxCo")

◆ maxDeltaT()

scalar maxDeltaT ( pimpleDict.lookupOrDefault< scalar >  "maxDeltaT", great)

◆ rDeltaTSmoothingCoeff()

scalar rDeltaTSmoothingCoeff ( pimpleDict.lookupOrDefault< scalar >  "rDeltaTSmoothingCoeff", 0.1)

◆ rDeltaTDampingCoeff()

scalar rDeltaTDampingCoeff ( pimpleDict.lookupOrDefault< scalar >  "rDeltaTDampingCoeff", 1.0)

◆ alphaTemp()

scalar alphaTemp ( pimpleDict.  lookupOrDefault"alphaTemp", 0.05)

◆ alphaY()

scalar alphaY ( pimpleDict.  lookupOrDefault"alphaY", 1.0)

◆ field()

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().

Here is the caller graph for this function:

◆ if() [1/3]

if ( foundY  )

Definition at line 136 of file setRDeltaT.H.

References Foam::endl(), Foam::gMax(), Foam::gMin(), Foam::Info, and Foam::max().

Here is the call graph for this function:

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

◆ if() [2/3]

if ( )

Definition at line 156 of file setRDeltaT.H.

References rDeltaTSmoothingCoeff(), and Foam::fvc::smooth().

Here is the call graph for this function:

◆ if() [3/3]

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().

Here is the call graph for this function:

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 29 of file setRDeltaT.H.

◆ else

else
Initial value:
{
IOWarningIn(args.executable().c_str(), Yref)
<< "Cannot find any active species in Yref " << Yref
<< endl
const word & executable() const
Name of executable without the path.
Definition: argListI.H:36
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
#define IOWarningIn(functionName, ios)
Report an IO warning using Foam::Warning.
Foam::argList args(argc, argv)

Definition at line 145 of file setRDeltaT.H.