Go to the documentation of this file.
71 #ifndef epsilonWallFunctionFvPatchScalarField_H
72 #define epsilonWallFunctionFvPatchScalarField_H
87 class epsilonWallFunctionFvPatchScalarField
89 public fixedValueFvPatchField<scalar>
bool initialised_
Initialised flag.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual label & master()
Return non-const access to the master patch ID.
scalar kappa_
Von Karman constant.
virtual ~epsilonWallFunctionFvPatchScalarField()
Destructor.
A class for managing temporary objects.
static scalar tolerance_
Tolerance used in weighted calculations.
scalar Cmu_
Cmu coefficient.
virtual void createAveragingWeights()
Create the averaging weights for cells which are bounded by.
epsilonWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
const dimensionedScalar epsilon0
Electric constant: default SI units: [F/m].
scalarField & epsilon(bool init=false)
Return non-const access to the master's epsilon field.
virtual void checkType()
Check the type of the patch.
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.
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
autoPtr< compressible::turbulenceModel > turbulence
const dimensionedScalar G0
Conductance quantum: default SI units: [S].
virtual void writeLocalEntries(Ostream &) const
Write local wall function variables.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a turbulence dissipation wall function condition for high Reynolds n...
virtual void calculate(const turbulenceModel &turbulence, const List< scalar > &cornerWeights, const fvPatch &patch, scalarField &G, scalarField &epsilon)
Calculate the epsilon and G.
virtual void write(Ostream &) const
Write.
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).
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
scalarField G_
Local copy of turbulence G field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void manipulateMatrix(fvMatrix< scalar > &matrix)
Manipulate matrix.
virtual void calculateTurbulenceFields(const turbulenceModel &turbulence, scalarField &G0, scalarField &epsilon0)
Main driver to calculate the turbulence fields.
virtual epsilonWallFunctionFvPatchScalarField & epsilonPatch(const label patchi)
Helper function to return non-const access to an epsilon patch.
scalarField epsilon_
Local copy of turbulence epsilon field.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("epsilonWallFunction")
Runtime type information.
label master_
Master patch ID.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual void setMaster()
Set the master patch - master is responsible for updating all.
Foam::fvPatchFieldMapper.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
const fvPatch & patch() const
Return patch.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
List< List< scalar > > cornerWeights_
List of averaging corner weights.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...