1

Previous: Fixed Static Pressure Family Up: Fixed Static Pressure Family Next: Zero Gradient Family of
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

fixedValue Static Pressure Boundary Condition

fixedValue boundary condition simply prescribe fixed value for the quantity. Fixed value can be uniform or nonuniform.

p:

 boundaryField
 {
 ".*_outlet"
    {
        type            fixedValue;
        value           uniform 0;
    }
 }