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

Profile definition. More...

#include <ms2data_struct.h>

Inheritance diagram for MS2_Profile:
MS2_FusAirfoil

Public Attributes

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

Profile definition.

Definition at line 196 of file ms2data_struct.h.

Member Data Documentation

◆ iType

◆ NACAnumber

◆ Name

◆ ShortName

◆ Xd

std::vector<double> MS2_Profile::Xd

X coordinate of lower contour of airfoil.

Definition at line 203 of file ms2data_struct.h.

Referenced by MS2_Data::ClearPrf(), MS2_Data::ReadProfile(), MS2_Data::ReadProfile(), and MS2_Data::SetPrfDefs().

◆ Xg

std::vector<double> MS2_Profile::Xg

X coordinate of upper contour of airfoil.

Definition at line 204 of file ms2data_struct.h.

Referenced by MS2_Data::ClearPrf(), MS2_Data::ReadProfile(), MS2_Data::ReadProfile(), and MS2_Data::SetPrfDefs().

◆ Zd

std::vector<double> MS2_Profile::Zd

Z coordinate of lower contour of airfoil.

Definition at line 205 of file ms2data_struct.h.

Referenced by MS2_Data::ClearPrf(), MS2_Data::ReadProfile(), MS2_Data::ReadProfile(), and MS2_Data::SetPrfDefs().

◆ Zg

std::vector<double> MS2_Profile::Zg

Z coordinate of upper contour of airfoil.

Definition at line 206 of file ms2data_struct.h.

Referenced by MS2_Data::ClearPrf(), MS2_Data::ReadProfile(), MS2_Data::ReadProfile(), and MS2_Data::SetPrfDefs().


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