61 #ifndef nutURoughWallFunctionFvPatchScalarField_H 62 #define nutURoughWallFunctionFvPatchScalarField_H 75 class nutURoughWallFunctionFvPatchScalarField
77 public nutWallFunctionFvPatchScalarField
84 scalar roughnessHeight_;
87 scalar roughnessConstant_;
90 scalar roughnessFactor_;
178 return roughnessHeight_;
184 return roughnessHeight_;
191 return roughnessConstant_;
197 return roughnessConstant_;
203 return roughnessFactor_;
210 return roughnessFactor_;
This boundary condition provides a turbulent kinematic viscosity condition when using wall functions ...
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("nutURoughWallFunction")
Runtime type information.
scalar roughnessConstant() const
Return the roughness constant scale.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Foam::fvPatchFieldMapper.
virtual void write(Ostream &os) const
Write.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
virtual tmp< scalarField > yPlus() const
Calculate and return the yPlus at the boundary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
nutURoughWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
scalar roughnessHeight() const
Return the roughness height.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
scalar roughnessFactor() const
Return the roughness scale factor.
A class for managing temporary objects.