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