Go to the documentation of this file.
39 namespace functionObjects
50 Foam::functionObjects::CourantNo::byRho
52 const tmp<volScalarField::Internal>& Co
64 bool Foam::functionObjects::CourantNo::calc()
66 if (foundObject<surfaceScalarField>(fieldName_))
69 lookupObject<surfaceScalarField>(fieldName_);
71 tmp<volScalarField::Internal> Coi
75 (0.5*mesh_.time().deltaT())
81 if (foundObject<volScalarField>(resultName_,
false))
84 lookupObjectRef<volScalarField>(resultName_);
87 Co.correctBoundaryConditions();
96 mesh_.time().timeName(),
103 zeroGradientFvPatchScalarField::typeName
105 tCo.ref().ref() = Coi();
106 tCo.ref().correctBoundaryConditions();
107 mesh_.objectRegistry::store(tCo.ptr());
140 rhoName_ =
dict.getOrDefault<
word>(
"rho",
"rho");
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
const objectRegistry & obr_
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
static constexpr const zero Zero
const dimensionSet dimDensity
bool read(const char *buf, int32_t &val)
virtual bool read(const dictionary &dict)
CourantNo(const word &name, const Time &runTime, const dictionary &dict)
void setResultName(const word &typeName, const word &defaultArg)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const Type & lookupObject(const word &name, const bool recursive=false) const
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
virtual bool read(const dictionary &)
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
addToRunTimeSelectionTable(functionObject, ObukhovLength, dictionary)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
static tmp< T > New(Args &&... args)
defineTypeNameAndDebug(ObukhovLength, 0)
word name(const expressions::valueTypeCode typeCode)
const dimensionSet dimless