CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
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] | |
Structure to define actuator (propeller disc)
Definition at line 29 of file panukl_acd.h.
double PropDef::D |
int PropDef::Id |
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().
double PropDef::P |
shaft power of propeller [W]
Definition at line 41 of file panukl_acd.h.
Referenced by ACD_FILE::Read().
double PropDef::T |
thrust generated by propeller [N]
Definition at line 40 of file panukl_acd.h.
Referenced by ACD_FILE::Read().
double PropDef::X0 |
X coordinate of disc center.
Definition at line 32 of file panukl_acd.h.
Referenced by ACD_FILE::Read().
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().
double PropDef::Y0 |
Y coordinate of disc center.
Definition at line 33 of file panukl_acd.h.
Referenced by ACD_FILE::Read().
double PropDef::Ythrust |
Y component of thrust direction.
Definition at line 36 of file panukl_acd.h.
Referenced by ACD_FILE::Read().
double PropDef::Z0 |
Z coordinate of disc center.
Definition at line 34 of file panukl_acd.h.
Referenced by ACD_FILE::Read().
double PropDef::Zthrust |
Z component of thrust direction.
Definition at line 37 of file panukl_acd.h.
Referenced by ACD_FILE::Read().