CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
A struct containing airfoil data. More...
#include <naca.h>
Public Attributes | |
const char * | name |
4- or 5-digit airfoil code | |
double | maxor |
the maximum camber | |
double | posmax |
the location of maximum camber | |
double | thmax |
the maximum thickness | |
double | k1 |
constant to determine the desired lift coefficient (5-digit serie) | |
enum series | serie |
type of serie - 4- or 5-digit | |
int | ireflex |
reflex flag - if ireflex = 1, Cm should be close to 0 (5-digit serie) | |
int | iTE0 |
trailing edge flag, 1 - TE thickness equal to zero | |
int NACA_AIRFOIL_DATA::ireflex |
int NACA_AIRFOIL_DATA::iTE0 |
trailing edge flag, 1 - TE thickness equal to zero
Definition at line 54 of file naca.h.
Referenced by NACA_PROFILE::setTE0().
double NACA_AIRFOIL_DATA::k1 |
double NACA_AIRFOIL_DATA::maxor |
the maximum camber
Definition at line 48 of file naca.h.
Referenced by NACA_PROFILE::generate_naca().
const char* NACA_AIRFOIL_DATA::name |
4- or 5-digit airfoil code
Definition at line 47 of file naca.h.
Referenced by NACA_PROFILE::generate_naca().
double NACA_AIRFOIL_DATA::posmax |
the location of maximum camber
Definition at line 49 of file naca.h.
Referenced by NACA_PROFILE::generate_naca().
enum series NACA_AIRFOIL_DATA::serie |
type of serie - 4- or 5-digit
Definition at line 52 of file naca.h.
Referenced by NACA_PROFILE::generate_naca().
double NACA_AIRFOIL_DATA::thmax |
the maximum thickness
Definition at line 50 of file naca.h.
Referenced by NACA_PROFILE::generate_naca().