![]() |
CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
data of nacelle type of wing More...
#include <ms2data_struct.h>
Public Attributes | |
| MS2_Profile | Profil |
| airfoil data | |
| int | NUp |
| division of top part - number of wing sections | |
| int | NDown |
| division of bottom part - number of wing sections | |
| int | SwirlType |
| swirl direction (external or internal) | |
| int | SwirlRange |
| full or half | |
| double | X0 |
| x coordinate of origin | |
| double | Y0 |
| y coordinate of origin | |
| double | Z0 |
| z coordinate of origin | |
| double | L |
| length (chord) | |
| double | CvFactUp |
| convexity factor of top part | |
| double | CvFactDown |
| convexity factor of bottom part | |
| double | Y |
| Y dimension (semiaxis longwise Y) | |
| double | ZUp |
| Z up dimension (upper semiaxis longwise Z) | |
| double | ZDown |
| Z down dimension (lower semiaxis longwise Z) | |
| double | fi |
| roll rotation angle [deg] | |
| double | theta |
| pitch rotation angle [deg] | |
| double | psi |
| yaw rotation angles [deg] | |
data of nacelle type of wing
Definition at line 260 of file ms2data_struct.h.
| double MS2_NacelleWing::CvFactDown |
convexity factor of bottom part
Definition at line 272 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::CvFactUp |
convexity factor of top part
Definition at line 271 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::fi |
roll rotation angle [deg]
Definition at line 276 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::L |
length (chord)
Definition at line 270 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| int MS2_NacelleWing::NDown |
division of bottom part - number of wing sections
Definition at line 264 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| int MS2_NacelleWing::NUp |
division of top part - number of wing sections
Definition at line 263 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| MS2_Profile MS2_NacelleWing::Profil |
airfoil data
Definition at line 262 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::psi |
yaw rotation angles [deg]
Definition at line 278 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| int MS2_NacelleWing::SwirlRange |
full or half
Definition at line 266 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| int MS2_NacelleWing::SwirlType |
swirl direction (external or internal)
Definition at line 265 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::theta |
pitch rotation angle [deg]
Definition at line 277 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::X0 |
x coordinate of origin
Definition at line 267 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::Y |
Y dimension (semiaxis longwise Y)
Definition at line 273 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::Y0 |
y coordinate of origin
Definition at line 268 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::Z0 |
z coordinate of origin
Definition at line 269 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::ZDown |
Z down dimension (lower semiaxis longwise Z)
Definition at line 275 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().
| double MS2_NacelleWing::ZUp |
Z up dimension (upper semiaxis longwise Z)
Definition at line 274 of file ms2data_struct.h.
Referenced by MS2_Data::ClearNacelleWing(), MS2_Data::ReadWing(), MS2_Data::SetNacelleWingDefs(), and MS2_Data::WriteWing().