6

Next: turbulentMixingLengthDissipationRateInlet – Up: Boundary Conditions for Specific Previous: Boundary Conditions for Specific   Contents   Index

Uniform Fixed Value – $ \color{white} \omega$

The widely used boundary condition for $ \color{white} \omega$ simple fixed valued everywhere at the inlet patch. omega:
 boundaryField
 {
".*_inlet"
    {
        type            fixedValue;
        value           uniform 1000;
    }
 }