Go to the documentation of this file.
47 bool & foundField)
const
68 return tModel.kappaEff();
88 const fvMesh&
mesh = refCast<const fvMesh>(obr);
90 bool foundField =
true;
124 heatFlux.boundaryField();
135 if (isA<wallFvPatch>(currPatch))
138 whfp = patchHeatFlux[
patchi];
139 writeStatistics(whfp, currPatch.
name(), FIELD_NAME);
144 wallHeatFlux.write();
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
const Time & time() const
Return time.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &vf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
static const word propertiesName
Default name of the turbulence properties dictionary.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
virtual void write(const objectRegistry &obr)
Write derived field.
A simple single-phase transport model based on viscosityModel.
Dimension set for the base types.
tmp< volScalarField > htc(const objectRegistry &obr, bool &foundField) const
Return heat transfer coefficient.
const word & name() const
Return name.
Registry of regIOobjects.
Write wallHeatFlux field.
Pre-declare SubField and related Field type.
Basis for writers used in derivedFields e.g., wallShearStressWriter.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
dimensionedScalar Pr("Pr", dimless, laminarTransport)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.
bool foundObject(const word &name) const
Is the named Type found?
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
Templated abstract base class for single-phase incompressible turbulence models.
wallHeatFluxWriter(const dictionary &dict)
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
static const GeometricField< Type, PatchField, GeoMesh > & null()
Return a null geometric field.
static const word FIELD_NAME
Field file name.
Generic GeometricField class.
defineTypeNameAndDebug(combustionModel, 0)