Skip to main content

CFD: External Flow

This tutorial shows how to run an external aerodynamics simulation around a fixed-wing aircraft body. You will set a box flow domain, define freestream conditions, run a CFD analysis, inspect result fields, create a cut plane, save the section, enable streamlines, and read the aerodynamic report.

Figure 1. External Flow tutorial welcome step

What You Will Learn

  • Confirm the prepared fixed-wing CAD model.
  • Build a Box Flow domain around the aircraft.
  • Set wind speed, angle of attack, sideslip, flow direction, and lift direction.
  • Choose accuracy and acceleration settings before solving.
  • Monitor residuals while the mesh and analysis run.
  • Review pressure, velocity, turbulence, vorticity, wall shear stress, and other CFD fields.
  • Use Cut and Streamline tools to inspect the internal flow structure.
  • Read lift, drag, force, and moment report sections.

The in-workbench tutorial panel highlights the required fields and keeps the checklist synchronized with the current stage.

Figure 2. Tutorial checklist and highlighted fields


1. Geometry

The tutorial starts with plane_sample.step already imported. The model appears in the Geometry stage as Sample_Plane Assembly.

Figure 3. Geometry stage with fixed-wing sample

  1. Open the Geometry stage.
  2. Confirm that Geometry loaded is checked.
  3. Verify that plane_sample.step appears in the file list.
  4. Rotate, pan, and zoom the 3D viewport to confirm that the model is visible.

This stage is only a readiness check; the tutorial uses the prepared sample aircraft.


2. Model: Flow Domain

In the Model stage, define the air volume around the aircraft. For this tutorial, use Box Flow because the aircraft is moving through still air.

Figure 4. Box Flow domain around the aircraft

  1. In Flow Type, select Box Flow.
  2. Under Domain Size, choose the 3x preset.
  3. Keep the domain centered around the aircraft unless your tutorial checklist asks for a different value.
  4. Use Air as the fluid property.
  5. Keep the default air properties unless you need to model a different environment.

The domain preview shows the inlet and outlet faces. The inlet side is where the air enters the domain, and the outlet side is where it exits after passing around the aircraft.


3. Physics: Flow Conditions

Use the Physics stage to define the incoming flow and aircraft orientation.

Figure 5. Freestream flow conditions

Recommended tutorial settings:

  • Wind Speed: 12 m/s
  • Angle of Attack: 12 degrees
  • Sideslip: 0 degrees
  • Flow Direction: Auto (+X)
  • Lift Direction: Auto (+Z)

The 3D preview displays blue flow streaks and an angle-of-attack guide around the aircraft. This lets you confirm that the incoming air direction and lift direction are aligned before solving.


4. Solve

The Solve stage controls result quality, CPU usage, and run submission.

Figure 6. Solve accuracy and acceleration settings

  1. Set Accuracy to 3.
  2. Set Simulation Acceleration to 1x.
  3. Confirm that the mesh is set to Auto - accuracy-based.
  4. Click Run Simulation.

After the run begins, the workbench creates the mesh and starts the analysis. The left panel shows mesh progress, analysis status, and run cards.

Figure 7. Run and convergence monitoring

Open Residuals while the analysis runs. Residual curves show whether the solution is stabilizing.

Figure 8. Residual chart while solving

Use residuals as a convergence indicator, but do not judge the run only from the chart. Also inspect the final flow fields and force trends in the report.


5. Results: Field Review

When results are ready, the Results stage lists the computed fields. Typical fields include Velocity, Pressure, Turbulence (k), Turbulence (μt), Turbulence (ε), Q-criterion, Vorticity, and Wall Shear Stress.

Figure 9. Result fields in the result tree

Start with a broad field:

  1. In the Result Tree, select Pressure or Velocity.
  2. Confirm that the model is colored by the selected field.
  3. Use the color legend to compare high and low regions.
  4. Toggle result entries on or off to isolate the aircraft body, domain, cut plane, or saved sections.

Pressure is useful for lift and drag interpretation. Velocity is useful for identifying acceleration around the body and flow changes near the wake.


6. Results: Cut Plane and Saved Section

A cut plane reveals internal values in the flow volume, not just values on the aircraft surface.

Figure 10. Creating a cut plane

  1. Select the Cut tool from the toolbar.
  2. Choose the cut axis. The tutorial uses X.
  3. Move the plane position to reveal the area you want to inspect.
  4. Use Flip or Reset if the section orientation needs adjustment.

Save the cut as its own result entry when you want to analyze it independently.

Figure 11. Saving a cut section

After saving, the cut appears in the Result Tree with the same field list as the original model. You can color the saved cut by Pressure, Velocity, or a turbulence field.

Figure 12. Viewing the cut head-on

For a clean section view:

  1. Use the camera view tool and choose the same axis as the cut.
  2. Hide the main result body if it blocks the cut.
  3. Select the saved cut entry and choose a field such as Turbulence (k).

Figure 13. Turbulence field on the saved cut

The saved section helps you inspect the flow core, mesh distribution, and turbulence concentration around the aircraft.


7. Results: Streamlines

Streamlines show how the flow moves through the domain.

Figure 14. Streamline setup and playback

  1. Turn on Streamline.
  2. Select a vector field, such as velocity.
  3. Choose a line or sphere seed.
  4. Position the seed upstream of the aircraft.
  5. Adjust count, tube radius, maximum length, and speed as needed.
  6. Click Play to animate the flow.

Use streamlines to inspect whether air passes smoothly around the body, separates, or forms a disturbed wake.


8. Report

The Report stage turns the simulation into numerical summaries and charts.

Figure 15. Aerodynamic performance report

Start with the core performance metrics:

Figure 16. Lift and drag coefficient gauges

  • Lift Coefficient (Cl): nondimensional lift value.
  • Drag Coefficient (Cd): nondimensional drag value.
  • Velocity, Mach Number, Reynolds Number: flow characteristics for interpreting the run.
  • Reference Area, Mean Chord Length, Fluid Density, Dynamic Viscosity: settings used to calculate nondimensional quantities.

Then review force and moment distribution.

Figure 17. Force and moment distribution report

The bar charts show final pressure and viscous force/moment components by axis. The iteration histories show whether those values stabilize over time.


Practical Notes

  • Use Box Flow for external aerodynamics around a body moving through air.
  • Increase domain size if inlet, outlet, or side boundaries appear to influence the solution.
  • Use higher accuracy when you need finer results, but expect longer solve times.
  • Check residuals, field plots, cut planes, streamlines, and report trends together.
  • If results look incorrect, review model scale, flow direction, angle of attack, lift direction, and whether the selected result field is displayed on the intended object.