This boundary condition provides a turbulence specific dissipation, (omega) inlet condition based on a specified mixing length. The patch values are calculated using:
More...
Private Attributes | |
scalar | mixingLength_ |
Turbulent length scale. More... | |
word | kName_ |
Name of the turbulent kinetic energy field. More... | |
This boundary condition provides a turbulence specific dissipation, (omega) inlet condition based on a specified mixing length. The patch values are calculated using:
where
![]() | = | patch omega values |
![]() | = | Model coefficient, set to 0.09 |
![]() | = | turbulence kinetic energy |
![]() | = | length scale |
Patch usage
Property | Description | Required | Default value |
---|---|---|---|
mixingLength | Length scale [m] | yes | |
phi | flux field name | no | phi |
k | turbulence kinetic energy field name | no | k |
Example of the boundary condition specification:
myPatch { type turbulentMixingLengthFrequencyInlet; mixingLength 0.005; value uniform 200; // placeholder }
Definition at line 128 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 42 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 72 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
References dict, dictionary::lookupOrDefault(), fvPatchField::operator=(), and p.
turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const turbulentMixingLengthFrequencyInletFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
turbulentMixingLengthFrequencyInletFvPatchScalarField onto a new patch
Definition at line 58 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const turbulentMixingLengthFrequencyInletFvPatchScalarField & | ptf | ) |
Construct as copy.
Definition at line 93 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const turbulentMixingLengthFrequencyInletFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 104 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
TypeName | ( | "turbulentMixingLengthFrequencyInlet" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 182 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 202 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 117 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
References turbulenceModel::coeffDict(), dimensionedInternalField(), Foam::constant::atomic::group, IOobject::groupName(), turbulentMixingLengthFrequencyInletFvPatchScalarField::kName_, dictionary::lookupOrDefault(), turbulentMixingLengthFrequencyInletFvPatchScalarField::mixingLength_, Foam::pos(), Foam::pow(), turbulenceModel::propertiesName, and Foam::sqrt().
|
virtual |
Write.
Definition at line 153 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField::write(), and Ostream::writeKeyword().
|
private |
Turbulent length scale.
Definition at line 135 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
Referenced by turbulentMixingLengthFrequencyInletFvPatchScalarField::updateCoeffs().
|
private |
Name of the turbulent kinetic energy field.
Definition at line 138 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
Referenced by turbulentMixingLengthFrequencyInletFvPatchScalarField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.