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.
References Foam::Zero.
| 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(), IOobjectOption::MUST_READ, and Foam::Zero.

| 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 |
Return a clone.
Definition at line 205 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 214 of file turbulentMixingLengthFrequencyInletFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
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::neg(), Foam::foamVersion::patch, Foam::pow(), turbulenceModel::propertiesName, and Foam::sqrt().

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