39 scalar omegaWallFunctionFvPatchScalarField::tolerance_ = 1
e-5;
58 if (isA<omegaWallFunctionFvPatchScalarField>(bf[
patchi]))
105 if (isA<omegaWallFunctionFvPatchScalarField>(bf[
patchi]))
107 omegaPatches.append(patchi);
112 label celli = faceCells[i];
142 refCast<const omegaWallFunctionFvPatchScalarField>(bf[
patchi]);
211 const scalar Cmu5 =
sqrt(nutw.
Cmu());
217 const scalar w = cornerWeights[facei];
219 const scalar
Rey = y[facei]*
sqrt(k[celli])/nuw[facei];
225 const scalar lamFrac =
exp(-Rey/11);
226 const scalar turbFrac = 1 - lamFrac;
228 const scalar uStar =
sqrt 230 lamFrac*nuw[facei]*magGradUw[facei] + turbFrac*Cmu5*k[celli]
233 const scalar omegaVis = 6*nuw[facei]/(
beta1_*
sqr(y[facei]));
234 const scalar omegaLog = uStar/(Cmu5*nutw.
kappa()*y[facei]);
236 omega0[celli] += w*(lamFrac*omegaVis + turbFrac*omegaLog);
244 *
sqr(uStar*magGradUw[facei]*y[facei]/uPlus)
252 const scalar omegaVis = 6*nuw[facei]/(
beta1_*
sqr(y[facei]));
254 omega0[celli] += w*omegaVis;
256 G0[celli] += w*G[celli];
260 const scalar uStar =
sqrt(Cmu5*k[celli]);
261 const scalar omegaLog = uStar/(Cmu5*nutw.
kappa()*y[facei]);
263 omega0[celli] += w*omegaLog;
267 sqr(uStar*magGradUw[facei]*y[facei]/uPlus)
397 momentumTransportModel::typeName,
425 G[celli] = G0[celli];
426 omega[celli] = omega0[celli];
448 momentumTransportModel::typeName,
477 scalar w = weights[facei];
483 G[celli] = (1.0 - w)*G[celli] + w*G0[celli];
484 omega[celli] = (1.0 - w)*omega[celli] + w*omega0[celli];
485 omegaf[facei] = omega[celli];
527 label nConstrainedCells = 0;
537 label celli = faceCells[facei];
539 constraintCells.
append(celli);
540 constraintomega.append(omega[celli]);
547 <<
": number of constrained cells = " << nConstrainedCells
virtual tmp< volScalarField > nu() const =0
Return the laminar viscosity.
const char *const group
Group name for atomic constants.
bool changing() const
Is mesh changing (topology changing and/or moving)
#define forAll(list, i)
Loop across all elements in list.
bool empty() const
Return true if the UList is empty (ie, size() is zero)
Switch blended_
Blending switch (defaults to false)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
virtual tmp< Field< Type > > snGrad() const
Return patch-normal gradient.
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...
omegaWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
bool updated() const
Return true if the boundary condition has already been updated.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
void size(const label)
Override size to be inconsistent with allocated storage.
virtual void updateWeightedCoeffs(const scalarField &weights)
Update the coefficients associated with the patch field.
dimensionedScalar sqrt(const dimensionedScalar &ds)
Ostream & endl(Ostream &os)
Add newline and flush stream.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
dimensionedScalar pow025(const dimensionedScalar &ds)
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void createAveragingWeights()
Create the averaging weights for cells which are bounded by.
const nearWallDist & y() const
Return the near wall distances.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const dimensionSet dimless
label k
Boltzmann constant.
const Time & time() const
Return the top-level database.
bool manipulatedMatrix() const
Return true if the matrix has already been manipulated.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
scalar Cmu() const
Return Cmu.
Macros for easy insertion into run-time selection tables.
virtual void operator==(const fvPatchField< Type > &)
scalarField & G(bool init=false)
Return non-const access to the master's G field.
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 omegaWallFunctionFvPatchScalarField & omegaPatch(const label patchi)
Helper function to return non-const access to an omega patch.
dimensionedScalar exp(const dimensionedScalar &ds)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual const labelUList & faceCells() const
Return faceCells.
static word groupName(Name name, const word &group)
scalar E() const
Return E.
void setValues(const labelUList &cells, const UList< Type > &values)
Set solution in given cells to the specified values.
Foam::fvPatchFieldMapper.
virtual void write(Ostream &) const
Write.
DynamicList< T, SizeInc, SizeMult, SizeDiv > & append(const T &)
Append an element at the end of the list.
static scalar tolerance_
Tolerance used in weighted calculations.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
virtual void manipulateMatrix(fvMatrix< Type > &matrix)
Manipulate matrix.
bool initialised_
Initialised flag.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const fvPatch & patch() const
Return patch.
virtual label size() const
Return size.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual tmp< Field< Type > > patchInternalField() const
Return internal field next to patch as patch field.
const Mesh & mesh() const
Return mesh.
List< List< scalar > > cornerWeights_
List of averaging corner weights.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
virtual void calculateTurbulenceFields(const momentumTransportModel &turbulence, scalarField &G0, scalarField &omega0)
Main driver to calculate the turbulence fields.
scalarField G_
Local copy of turbulence G field.
virtual tmp< volScalarField > k() const =0
Return the turbulence kinetic energy.
Abstract base class for turbulence models (RAS, LES and laminar).
scalarField & omega(bool init=false)
Return non-const access to the master's omega field.
void setSize(const label)
Reset size of List.
const volVectorField & U() const
Access function to velocity field.
This boundary condition provides a wall constraint on turbulnce specific dissipation, omega for both low and high Reynolds number turbulence models.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dimensionedScalar G0
Conductance quantum: default SI units: [S].
prefixOSstream Pout(cout, "Pout")
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Mesh data needed to do the Finite Volume discretisation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const objectRegistry & db() const
Return local objectRegistry.
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual void setMaster()
Set the master patch - master is responsible for updating all.
const doubleScalar e
Elementary charge.
word GName() const
Helper function to return the name of the turbulence G field.
virtual const word & name() const
Return name.
static scalar yPlusLam(const scalar kappa, const scalar E)
Calculate the Y+ at the edge of the laminar sublayer.
A class for managing temporary objects.
label master_
Master patch ID.
virtual label & master()
Return non-const access to the master patch ID.
virtual void calculate(const momentumTransportModel &turbulence, const List< scalar > &cornerWeights, const fvPatch &patch, scalarField &G, scalarField &omega)
Calculate the omega and G.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual void manipulateMatrix(fvMatrix< scalar > &matrix)
Manipulate matrix.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
label size() const
Return the number of elements in the UList.
scalarField omega_
Local copy of turbulence omega field.
scalar kappa() const
Return kappa.
scalar beta1_
beta1 coefficient
const DimensionedField< Type, volMesh > & internalField() const
Return dimensioned internal field reference.