28 #include "surfaceInterpolate.H" 35 namespace functionObjects
51 bool Foam::functionObjects::PecletNo::calc()
53 if (foundObject<surfaceScalarField>(fieldName_))
55 tmp<volScalarField> nuEff
59 momentumTransportModel::typeName
72 *mesh_.surfaceInterpolation::deltaCoeffs()
79 cannotFindObject<surfaceScalarField>(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
CompressibleMomentumTransportModel< dynamicTransportModel > momentumTransportModel
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.
defineTypeNameAndDebug(Qdot, 0)
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 > &)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField