50 inletOutletFvPatchScalarField(
p, iF),
54 this->refValue() =
Zero;
55 this->refGrad() =
Zero;
56 this->valueFraction() = 0.0;
68 inletOutletFvPatchScalarField(ptf,
p, iF, mapper),
69 mixingLength_(ptf.mixingLength_),
81 inletOutletFvPatchScalarField(
p, iF),
82 mixingLength_(
dict.get<scalar>(
"mixingLength")),
83 kName_(
dict.getOrDefault<
word>(
"k",
"k"))
85 this->phiName_ =
dict.getOrDefault<
word>(
"phi",
"phi");
89 this->refValue() =
Zero;
90 this->refGrad() =
Zero;
91 this->valueFraction() = 0.0;
100 inletOutletFvPatchScalarField(ptf),
101 mixingLength_(ptf.mixingLength_),
112 inletOutletFvPatchScalarField(ptf, iF),
113 mixingLength_(ptf.mixingLength_),
128 const turbulenceModel& turbModel = db().lookupObject<turbulenceModel>
133 internalField().group()
140 const scalar Cmu25 =
pow(Cmu, 0.25);
148 this->refValue() =
sqrt(kp)/(Cmu25*mixingLength_);
149 this->valueFraction() =
neg(phip);
151 inletOutletFvPatchScalarField::updateCoeffs();
161 os.writeEntry(
"mixingLength", mixingLength_);
162 os.writeEntry(
"phi", this->phiName_);
163 os.writeEntry(
"k", kName_);
173 turbulentMixingLengthFrequencyInletFvPatchScalarField
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
@ MUST_READ
Reading required.
static word groupName(StringType base, const word &group)
Create dot-delimited name.group string.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
T getOrDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
Find and return a T, or return the given default value. FatalIOError if it is found and the number of...
A FieldMapper for finite-volume patch fields.
virtual void write(Ostream &) const
Write.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class for turbulence models (RAS, LES and laminar).
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual const dictionary & coeffDict() const =0
Const access to the coefficients dictionary.
This boundary condition provides a turbulence specific dissipation, (omega) inlet condition based on...
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
turbulentMixingLengthFrequencyInletFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
Define a concrete fvPatchField type and add to run-time tables Example, (fvPatchScalarField,...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensionedScalar neg(const dimensionedScalar &ds)
static constexpr const zero Zero
Global zero (0).
fvPatchField< scalar > fvPatchScalarField