52 std::vector <PropDef>
Prop;
59 int Read(
char *FileName );
61 int Write(
char *Filename );
Parameters file to add propellers info to 3D panel code.
void Clean()
cleans local variables
int Read(char *FileName)
reads parameters file
int Write(char *Filename)
writes parameters file
double ro
air density [kg/m^3]
std::vector< PropDef > Prop
vector of propellers
Structure to define actuator (propeller disc)
double Zthrust
Z component of thrust direction.
double Y0
Y coordinate of disc center.
double P
shaft power of propeller [W]
double Ythrust
Y component of thrust direction.
int Id
identification number
double D
propeller diameter [m]
double T
thrust generated by propeller [N]
double Xthrust
X component of thrust direction (for definition vector normal to actuator disc plane,...
double X0
X coordinate of disc center.
double Z0
Z coordinate of disc center.
double Omega
propeller angular rate in RPM, positive direction of rotation (right hand rule) defined around the th...