99 momentumTransportModel::typeName,
115 const scalar Cmu25 =
pow025(nutw.Cmu());
126 scalar
yPlus = uTau*y[facei]/nuw[facei];
128 if (yPlus > nutw.yPlusLam())
132 v2[facei] = Cv2/nutw.kappa()*
log(yPlus) + Bv2;
137 v2[facei] = Cv2*
pow4(yPlus);
140 v2[facei] *=
sqr(uTau);
const char *const group
Group name for atomic constants.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
#define forAll(list, i)
Loop across all elements in list.
dimensionedScalar log(const dimensionedScalar &ds)
label index() const
Return the index of this patch in the fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool updated() const
Return true if the boundary condition has already been updated.
This boundary condition provides a turbulence stress normal to streamlines wall function condition fo...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
dimensionedScalar pow025(const dimensionedScalar &ds)
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
label k
Boltzmann constant.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
const volScalarField::Boundary & y() const
Return the near wall distance.
Macros for easy insertion into run-time selection tables.
static const nutWallFunctionFvPatchScalarField & nutw(const momentumTransportModel &turbModel, const label patchi)
Return the nut patchField for the given wall patch.
This boundary condition provides a turbulent kinematic viscosity condition when using wall functions...
virtual const labelUList & faceCells() const
Return faceCells.
static word groupName(Name name, const word &group)
Foam::fvPatchFieldMapper.
v2WallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
const fvPatch & patch() const
Return patch.
makePatchTypeField(fvPatchScalarField, fWallFunctionFvPatchScalarField)
virtual tmp< volScalarField > k() const =0
Return the turbulence kinetic energy.
Abstract base class for turbulence models (RAS, LES and laminar).
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensionedScalar pow4(const dimensionedScalar &ds)
const objectRegistry & db() const
Return local objectRegistry.
A class for managing temporary objects.
const DimensionedField< Type, volMesh > & internalField() const
Return dimensioned internal field reference.