![]() |
CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
wake More...
#include <ms2data_struct.h>
Public Attributes | |
| std::string | Name |
| name of particular wake information | |
| int | Active |
| 1 - active, 0 - not active | |
| int | Type |
| type of wake plane WAKE_H (horizontal) or WAKE_V (vertical) | |
| int | Wing1No |
| number of 1'st wing (INDEPENDENT) | |
| int | Wing2No |
| number of 2'nd wing | |
| int | Wing1Rib |
| number of wing's 1 rib connected to wing 2 by wake line | |
| int | Wing2Rib |
| number of wing's 2 rib which modifies wake line | |
| int | Wing2Surf |
| wing 2 surface for wake modification (0-bottom, 1-top in case of vertical wake or 0-exterior, 1-interior in case of horizontal wake ) | |
wake
Definition at line 401 of file ms2data_struct.h.
| int MS2_Wake::Active |
1 - active, 0 - not active
Definition at line 404 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| std::string MS2_Wake::Name |
name of particular wake information
Definition at line 403 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| int MS2_Wake::Type |
type of wake plane WAKE_H (horizontal) or WAKE_V (vertical)
Definition at line 405 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| int MS2_Wake::Wing1No |
number of 1'st wing (INDEPENDENT)
Definition at line 406 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| int MS2_Wake::Wing1Rib |
number of wing's 1 rib connected to wing 2 by wake line
Definition at line 408 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| int MS2_Wake::Wing2No |
number of 2'nd wing
Definition at line 407 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| int MS2_Wake::Wing2Rib |
number of wing's 2 rib which modifies wake line
Definition at line 409 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().
| int MS2_Wake::Wing2Surf |
wing 2 surface for wake modification (0-bottom, 1-top in case of vertical wake or 0-exterior, 1-interior in case of horizontal wake )
Definition at line 410 of file ms2data_struct.h.
Referenced by MS2_Data::ClearWake(), MS2_Data::Read(), and MS2_Data::SetWakeDefs().