This boundary condition provides a turbulence specific dissipation,
(omega) inlet condition based on a specified mixing length. The patch values are calculated using:
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 |
| 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:
<patchName>
{
type turbulentMixingLengthFrequencyInlet;
mixingLength 0.005;
value uniform 200; // placeholder
}Definition at line 125 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
| turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 38 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
Referenced by turbulentMixingLengthFrequencyInletFvPatchScalarField::clone().

| turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 68 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
References dict, dictionary::getOrDefault(), fvPatchField< scalar >::operator=(), p, and UList< T >::size().

| 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 54 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
| turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const turbulentMixingLengthFrequencyInletFvPatchScalarField & | ptf | ) |
Construct as copy.
Definition at line 89 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
| turbulentMixingLengthFrequencyInletFvPatchScalarField | ( | const turbulentMixingLengthFrequencyInletFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 100 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
| TypeName | ( | "turbulentMixingLengthFrequencyInlet" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 196 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 220 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 113 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
References turbulenceModel::coeffDict(), dictionary::getOrDefault(), Foam::constant::atomic::group, IOobject::groupName(), Foam::foamVersion::patch, Foam::pos0(), Foam::pow(), turbulenceModel::propertiesName, and Foam::sqrt().

|
virtual |
Write.
Definition at line 149 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.C.
References os(), fvPatchField< scalar >::write(), and Ostream::writeEntry().

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.