This boundary condition provides a turbulence dissipation,
(epsilon) inlet condition based on a specified mixing length. The patch values are calculated using:
More...


This boundary condition provides a turbulence dissipation,
(epsilon) inlet condition based on a specified mixing length. The patch values are calculated using:
where
| = | patch epsilon 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 turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005;
value uniform 200; // placeholder
}Note: In the event of reverse flow, a zero-gradient condition is applied
Definition at line 123 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.H.
| turbulentMixingLengthDissipationRateInletFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 40 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.C.
References dict, fvPatchField< Type >::operator=(), and p.

| turbulentMixingLengthDissipationRateInletFvPatchScalarField | ( | const turbulentMixingLengthDissipationRateInletFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given.
turbulentMixingLengthDissipationRateInletFvPatchScalarField onto a new patch
Definition at line 62 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| turbulentMixingLengthDissipationRateInletFvPatchScalarField | ( | const turbulentMixingLengthDissipationRateInletFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 77 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.C.
| TypeName | ( | "turbulentMixingLengthDissipationRateInlet" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 177 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 92 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.C.
References momentumTransportModel::coeffDict(), dictionary::lookupOrDefault(), Foam::neg(), Foam::pow(), and Foam::sqrt().

|
virtual |
Write.
Definition at line 122 of file turbulentMixingLengthDissipationRateInletFvPatchScalarField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().
