28 #include "surfaceInterpolate.H" 35 namespace functionObjects
51 bool Foam::functionObjects::PecletNo::calc()
53 if (foundObject<surfaceScalarField>(fieldName_))
55 tmp<volScalarField> nuEff
72 *mesh_.surfaceInterpolation::deltaCoeffs()
95 setResultName(
"Pe",
"phi");
A list of keyword definitions, which are a keyword followed by any number of values (e...
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
PecletNo(const word &name, const Time &runTime, const dictionary &dict)
Construct for given objectRegistry and dictionary.
virtual ~PecletNo()
Destructor.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
dimensioned< scalar > mag(const dimensioned< Type > &)
defineTypeNameAndDebug(fvMeshFunctionObject, 0)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
addToRunTimeSelectionTable(functionObject, add, dictionary)