1

Next: Boundary Conditions for Specific Up: Inlet Boundary Conditions for Previous: Turbulent Intensity Boundary Condition   Contents   Index

k varying with height or radius boundary condition

54 may be prescribed with any number of radial/axial intervals.

k:

 boundaryField
 {
".*_inlet"
    {
        type            turboFixedValue;
        value           $internalField;
        axis            ( 0 0 1 );
        h               ( 
                          -0.1
                           0.0
                           0.1   
                        );
        values          ( 
                            0.169777
                            0.0945885
                            0.163558
                        );

    }
 }

The inlet patch is virtually divided in to number of intervals. When parameter r or h is prescribed (with e.g. three height levels), the inlet patch is virtually divided into radial or axial intervals. Into each interval is prescribed corresponding value (linear interpolation is employed here).