|
|
The faces of a boundary face zone (which have cells only on one side) are oriented such that the normals are all pointing in one direction. However, for internal face zones (which have cells on both sides), the normals are allowed to point in either direction. To orient them so that they all point in one direction, you can use the following TUI command:
mesh
modify-zones
orient-face-zone
Having all of the normals oriented in one direction is needed for some boundary condition types. For example, the fan boundary condition type determines the flow direction based on its normals. If some of the normals are pointing in one direction and some in the other, the correct flow orientation cannot be determined, which leads to incorrect results.