6

Next: fixedMeanValue Static Pressure Boundary Up: Fixed Static Pressure Family Previous: Fixed Static Pressure Family   Contents   Index

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;
    }
 }