CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
Reference values. More...
#include <ms2data_struct.h>
Public Attributes | |
bool | AutoComp |
compute reference parameters automatically (flag) | |
double | S |
reference (main wing) area | |
double | B |
wing span | |
double | MAC |
Mean Aerodynamic Chord. | |
double | MX |
X coordinate of reference point for moment calculation. | |
double | MZ |
Z coordinate of reference point for moment calculation. | |
double | Scale |
scale of geometry (default Scale=1) | |
Reference values.
Definition at line 185 of file ms2data_struct.h.
bool MS2_Ref::AutoComp |
compute reference parameters automatically (flag)
Definition at line 187 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
double MS2_Ref::B |
wing span
Definition at line 189 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
double MS2_Ref::MAC |
Mean Aerodynamic Chord.
Definition at line 190 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
double MS2_Ref::MX |
X coordinate of reference point for moment calculation.
Definition at line 191 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
double MS2_Ref::MZ |
Z coordinate of reference point for moment calculation.
Definition at line 192 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
double MS2_Ref::S |
reference (main wing) area
Definition at line 188 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
double MS2_Ref::Scale |
scale of geometry (default Scale=1)
Definition at line 193 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().