CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
definition of section (used in "Section Wing") More...
#include <ms2data_struct.h>
Public Attributes | |
MS2_Profile | Profil |
airfoil data | |
double | r |
distance through wing curvature from root section (currently only for modular wings) | |
double | X |
X coordinate of origin [m]. | |
double | Y |
Y coordinate of origin [m]. | |
double | Z |
Z coordinate of origin [m]. | |
double | RotX |
rotation angle along X axis [deg] | |
double | RotY |
rotation angle along Y axis [deg] | |
double | RotZ |
rotation angle along Z axis [deg] | |
double | Chord |
chord [m] | |
bool | CtrlFlag |
control surface flag: 1 - present, 0 - does not exist | |
bool | CoefPosFlag |
position definition flag (see MS2ControlSurfaceDef) | |
double | Deflection |
control surface deflection [deg] (+ down deflection) | |
double | Hinge_X |
hinge X position | |
double | Hinge_Z |
hinge Z position | |
int | No |
section number | |
definition of section (used in "Section Wing")
Definition at line 209 of file ms2data_struct.h.
double MS2_Section::Chord |
chord [m]
Definition at line 219 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
bool MS2_Section::CoefPosFlag |
position definition flag (see MS2ControlSurfaceDef)
Definition at line 221 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
bool MS2_Section::CtrlFlag |
control surface flag: 1 - present, 0 - does not exist
Definition at line 220 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::Deflection |
control surface deflection [deg] (+ down deflection)
Definition at line 222 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::Hinge_X |
hinge X position
Definition at line 223 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::Hinge_Z |
hinge Z position
Definition at line 224 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
int MS2_Section::No |
section number
Definition at line 225 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
MS2_Profile MS2_Section::Profil |
airfoil data
Definition at line 211 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::r |
distance through wing curvature from root section (currently only for modular wings)
Definition at line 212 of file ms2data_struct.h.
double MS2_Section::RotX |
rotation angle along X axis [deg]
Definition at line 216 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::RotY |
rotation angle along Y axis [deg]
Definition at line 217 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::RotZ |
rotation angle along Z axis [deg]
Definition at line 218 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::X |
X coordinate of origin [m].
Definition at line 213 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::Y |
Y coordinate of origin [m].
Definition at line 214 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().
double MS2_Section::Z |
Z coordinate of origin [m].
Definition at line 215 of file ms2data_struct.h.
Referenced by MS2_Data::ClearSection(), MS2_Data::ReadSection(), MS2_Data::SetSectionDefs(), and MS2_Data::WriteSection().