CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
Loading...
Searching...
No Matches
PropDef Struct Reference

Structure to define actuator (propeller disc) More...

#include <panukl_acd.h>

Public Attributes

int Id
 identification number
 
double X0
 X coordinate of disc center.
 
double Y0
 Y coordinate of disc center.
 
double Z0
 Z coordinate of disc center.
 
double Xthrust
 X component of thrust direction (for definition vector normal to actuator disc plane, components can be non-dimensional example: [1, 0, 0])
 
double Ythrust
 Y component of thrust direction.
 
double Zthrust
 Z component of thrust direction.
 
double Omega
 propeller angular rate in RPM, positive direction of rotation (right hand rule) defined around the thrust vector
 
double D
 propeller diameter [m]
 
double T
 thrust generated by propeller [N]
 
double P
 shaft power of propeller [W]
 

Detailed Description

Structure to define actuator (propeller disc)

Definition at line 29 of file panukl_acd.h.

Member Data Documentation

◆ D

double PropDef::D

propeller diameter [m]

Definition at line 39 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Id

int PropDef::Id

identification number

Definition at line 31 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Omega

double PropDef::Omega

propeller angular rate in RPM, positive direction of rotation (right hand rule) defined around the thrust vector

Definition at line 38 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ P

double PropDef::P

shaft power of propeller [W]

Definition at line 41 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ T

double PropDef::T

thrust generated by propeller [N]

Definition at line 40 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ X0

double PropDef::X0

X coordinate of disc center.

Definition at line 32 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Xthrust

double PropDef::Xthrust

X component of thrust direction (for definition vector normal to actuator disc plane, components can be non-dimensional example: [1, 0, 0])

Definition at line 35 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Y0

double PropDef::Y0

Y coordinate of disc center.

Definition at line 33 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Ythrust

double PropDef::Ythrust

Y component of thrust direction.

Definition at line 36 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Z0

double PropDef::Z0

Z coordinate of disc center.

Definition at line 34 of file panukl_acd.h.

Referenced by ACD_FILE::Read().

◆ Zthrust

double PropDef::Zthrust

Z component of thrust direction.

Definition at line 37 of file panukl_acd.h.

Referenced by ACD_FILE::Read().


The documentation for this struct was generated from the following file: