CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
Loading...
Searching...
No Matches
MS2_FusAirfoil Struct Reference

data of airfoil taken to fuselage geometry generating More...

#include <ms2data_struct.h>

Inheritance diagram for MS2_FusAirfoil:
MS2_Profile

Public Attributes

int Side
 airfoil's side
 
- Public Attributes inherited from MS2_Profile
int iType
 type of profile data: 0 - from file, 1 - NACA 4 or 5 digits airfoil, 2 - data embedded in MS2 file
 
std::string Name
 full name with file path
 
std::string ShortName
 airfoil name without file path
 
int NACAnumber
 code number of NACA - 4 or 5 digits in case iType == AIRFOIL_NACA
 
std::vector< double > Xd
 X coordinate of lower contour of airfoil.
 
std::vector< double > Xg
 X coordinate of upper contour of airfoil.
 
std::vector< double > Zd
 Z coordinate of lower contour of airfoil.
 
std::vector< double > Zg
 Z coordinate of upper contour of airfoil.
 

Detailed Description

data of airfoil taken to fuselage geometry generating

Definition at line 330 of file ms2data_struct.h.

Member Data Documentation

◆ Side

int MS2_FusAirfoil::Side

The documentation for this struct was generated from the following file: