Aviumtechnologies APM Docs
  • Introduction to APM
  • Quick start
    • Set up your licence key
  • Release notes
  • User guide
    • The configuration file
      • Calculating pressure
      • Calculating skin friction
      • Creating control surfaces
      • Creating actuator disks
    • The mesh file
      • Creating meshes
        • OpenVSP
        • SUMO
    • Preprocessor
    • Solver
      • Steady simulations
      • Unsteady simulations
      • Symmetry
      • Wake
        • Interaction with the body
        • Viscous vortex particle wake
    • Output files
  • Examples
  • Sphere
  • Ellipsoid
  • NACA4412 wing
  • NACA0015 wing
  • Caradonna-Tung rotor in hover
  • NREL Phase IV wind turbine
  • AGARD-AR-303 E6
  • Wing-tail configuration
  • Fixed-wing UAV
  • Aerosonde UAV
Powered by GitBook
On this page

Was this helpful?

  1. User guide
  2. The configuration file

Creating actuator disks

PreviousCreating control surfacesNextThe mesh file

Last updated 3 years ago

Was this helpful?

This is still an experimental feature! Use with caution.

The APM Solver has the ability to simulate propellers by using the actuator disk model. To create an actuator disk add the following lines to the end of the .conf file:

[actuator_disk]
x = 0
y = 0
z = 0
nx = 0
ny = 0 
nz = 0
R = 0
CT = 0

The x,y,z variables specify the centre of the actuator disk. The nx, ny, nz specify the unit normal vector of the actuator disk and the R and CT variables specify the radius and the thrust coefficient. The image below shows the centre of the actuator disk, its radius and its unit normal vector.

The unit normal vector should point in the direction of the thrust vector.

The images below show some examples of actuator disks.

Definition of an actuator disk
NACAA 4412 Wing with actuator disk
Fixed-wing UAV with two actuator disks