1

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

Total Pressure Boundary Condition

Total pressure is uniform total pressure applied everywhere in the inlet patch. Total pressure value is equal to p0.

p:

 boundaryField
 {
    ".*_inlet"
    {
        type            totalPressure;
        p0              uniform 97.5;
        gamma		 0.0;
        value           $internalField;
    }
 }



U:

 boundaryField
 {
    ".*_inlet"
    {
        type            pressureInletVelocity;
        value           $internalField;
    }
  }