![]() |
CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
This file contains class for PANUKL input and output files manipulation. More...
#include <string>#include <vector>#include <cstdio>#include <errno.h>#include "iofun.h"#include "memfun.h"#include "panel.h"Go to the source code of this file.
Classes | |
| struct | MS2_OBJ |
| structure that contains data of main airplane objects (wings, fuselage) More... | |
| class | GRID_ARRAYS |
| main class for PANUKL input and output files manipulation More... | |
Macros | |
| #define | MaxWakePanelNumber 1000 |
| limit of numbers of panels in wake strip | |
| #define | MaxWakesNumber 1000 |
| limit of numbers of wake strips | |
| #define | VERSION 4.00 |
| VERSION of the data file [.inp] format currently is equal to 4.00 | |
This file contains class for PANUKL input and output files manipulation.
Definition in file panukl_struct.h.
| #define MaxWakePanelNumber 1000 |
limit of numbers of panels in wake strip
Definition at line 37 of file panukl_struct.h.
Referenced by GRID_ARRAYS::GRID_ARRAYS().
| #define MaxWakesNumber 1000 |
limit of numbers of wake strips
Definition at line 38 of file panukl_struct.h.
Referenced by GRID_ARRAYS::GRID_ARRAYS().
| #define VERSION 4.00 |
VERSION of the data file [.inp] format currently is equal to 4.00
Definition at line 60 of file panukl_struct.h.
Referenced by GRID_ARRAYS::GRID_ARRAYS().