85#ifndef atmAlphatkWallFunctionFvPatchScalarField_H
86#define atmAlphatkWallFunctionFvPatchScalarField_H
105 public fixedValueFvPatchScalarField
118 autoPtr<Function1<scalar>>
Pr_;
121 autoPtr<PatchFunction1<scalar>>
Prt_;
124 autoPtr<PatchFunction1<scalar>>
z0_;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
This boundary condition provides a wall constraint on the kinematic turbulent thermal conductivity (i...
atmAlphatkWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
TypeName("atmAlphatkWallFunction")
Runtime type information.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
autoPtr< PatchFunction1< scalar > > z0_
Surface roughness length [m].
virtual tmp< fvPatchField< scalar > > clone(const DimensionedField< scalar, volMesh > &iF) const
Clone with an internal field reference.
virtual tmp< fvPatchField< scalar > > clone() const
Return a clone.
void writeLocalEntries(Ostream &) const
Write local wall function variables.
static scalar tolerance_
Solution parameters.
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
autoPtr< Function1< scalar > > Pr_
Molecular Prandtl number.
const scalar kappa_
von Kármán constant
const scalar Cmu_
Empirical model constant.
autoPtr< PatchFunction1< scalar > > Prt_
Turbulent Prandtl number field.
virtual void checkType()
Check the type of the patch.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-volume patch fields.
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
Abstract base class for turbulence models (RAS, LES and laminar).
List< label > labelList
A List of labels.
fvPatchField< scalar > fvPatchScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.