Go to the documentation of this file.
66 #ifndef epsilonLowReWallFunctionFvPatchScalarField_H
67 #define epsilonLowReWallFunctionFvPatchScalarField_H
80 class epsilonLowReWallFunctionFvPatchScalarField
82 public epsilonWallFunctionFvPatchScalarField
112 TypeName(
"epsilonLowReWallFunction");
A class for managing temporary objects.
epsilonLowReWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
This boundary condition provides a turbulence dissipation wall function condition for low- and high-R...
scalar yPlusLam_
Y+ at the edge of the laminar sublayer.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
scalar yPlusLam(const scalar kappa, const scalar E)
Calculate the Y+ at the edge of the laminar sublayer.
scalarField & epsilon(bool init=false)
Return non-const access to the master's epsilon field.
Pre-declare SubField and related Field type.
autoPtr< compressible::turbulenceModel > turbulence
TypeName("epsilonLowReWallFunction")
Runtime type information.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a turbulence dissipation wall function condition for high Reynolds n...
scalarField & G(bool init=false)
Return non-const access to the master's G 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....
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
virtual ~epsilonLowReWallFunctionFvPatchScalarField()
Destructor.
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
Return patch.
virtual void calculate(const turbulenceModel &turbulence, const List< scalar > &cornerWeights, const fvPatch &patch, scalarField &G, scalarField &epsilon)
Calculate the epsilon and G.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...