6

Next: outletVent Boundary Condition Up: Fixed Static Pressure Family Previous: fixedValue Static Pressure Boundary   Contents   Index

fixedMeanValue Static Pressure Boundary Condition

fixedMeanValue boundary condition prescribes the average (mean value) for the quantity. A certain freedom of distribution of the quantity on the patch is left. The average of the quantity is equal to meanValue.

p:

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