Go to the documentation of this file.
63 /(magGradU + ROOTVSMALL)
79 uPlus[faceI] = uPlusTable_.interpolateLog10(
Rey[faceI]);
96 uPlusTableName_(
"undefined-uPlusTableName"),
209 writeEntry(
"value", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
virtual tmp< Field< Type > > snGrad() const
Return patch-normal gradient.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual tmp< volScalarField > nu() const =0
Return the laminar viscosity.
static word groupName(Name name, const word &group)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
This boundary condition provides a turbulent kinematic viscosity condition when using wall functions....
rDeltaT dimensionedInternalField()
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual tmp< scalarField > calcNut() const
Calculate the turbulence viscosity.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const char *const group
Group name for atomic constants.
const nearWallDist & y() const
Return the near wall distances.
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual tmp< scalarField > calcUPlus(const scalarField &Rey) const
Calculate wall u+ from table.
Constant dispersed-phase particle diameter model.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
uniformInterpolationTable< scalar > uPlusTable_
U+ table.
virtual tmp< scalarField > yPlus() const
Calculate and return the yPlus at the boundary.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< Field< Type > > patchInternalField() const
Return internal field next to patch as patch field.
nutUTabulatedWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
Abstract base class for turbulence models (RAS, LES and laminar).
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
virtual void write(Ostream &os) const
Write.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
word uPlusTableName_
Name of u+ table.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface....
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
This boundary condition provides a turbulent kinematic viscosity condition when using wall functions,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const volVectorField & U() const
Access function to velocity field.