1

Previous: Flow Rate Family of Up: Flow Rate Family of Next: Inlet Boundary Conditions for
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Flow Rate Boundary Condition

The simple flow rate can be prescribed at the inlet. Its fixed value is equal to massFlowRate.

p:

 boundaryField
 {
    ".*_inlet"
    {
     type            zeroGradient;
    }
 }



U:

 boundaryField
 {
    ".*_inlet"
    {
        type            flowRateInletVelocity;
        massFlowRate    6.8;
        value           $internalField;
    }
  }