CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
Loading...
Searching...
No Matches
panukl_struct.h File Reference

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
 

Detailed Description

This file contains class for PANUKL input and output files manipulation.

Definition in file panukl_struct.h.

Macro Definition Documentation

◆ MaxWakePanelNumber

#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().

◆ MaxWakesNumber

#define MaxWakesNumber   1000

limit of numbers of wake strips

Definition at line 38 of file panukl_struct.h.

Referenced by GRID_ARRAYS::GRID_ARRAYS().

◆ VERSION

#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().