1

Previous: Boundary Conditions for Specific Up: Boundary Conditions for Specific Next: turbulentMixingLengthDissipationRateInlet –
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Uniform Fixed Valu $ \omega$

The widely used boundary condition for 2 8 simple fixed valued everywhere at the inlet patch.

omega:

 boundaryField
 {
".*_inlet"
    {
        type            fixedValue;
        value           uniform 1000;
    }
 }