1

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

Fixed Velocity Boundary Condition

p:

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



U:

 boundaryField
 {
    ".*_inlet"
    {
        type            fixedValue;
        value           ( 1 0 0 );
    }
  }