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