2. API#

2.1. Qprop2#

program  qprop2#

The main entry point for the program.

2.2. Loader#

2.3. m_Propeller#

The Propeller module handles loading geometric ans aerodynamic data for the selected propeller.

2.4. d_prop_data#

All Propeller input data is encapsulate din the prop_data module.

Module

Description

input propeller data store

Quick access

Variables

beta, chord, max_points, nblades, prop_name

Variables

  • prop_data/beta (51) [real]#
  • prop_data/chord (51) [real]#
  • prop_data/max_points [integer,parameter=51]#
  • prop_data/nblades [integer,optional/default=2]#
  • prop_data/prop_name [character,optional/default='default_prop']#

2.5. m_Motor#

2.6. d_motor_data#

Module

Description

input motor data store

Quick access

Variables

max_name_length, motor_name, motor_type

Variables

  • motor_data/max_name_length [integer,parameter=32]#
  • motor_data/motor_name [character,optional/default="default"]#
  • motor_data/motor_type [integer,optional/default=1]#