77 int Read(
char *PrjFile );
79 int Write(
char *PrjFile );
Simple I/O functions class.
Parameters file for PanProject program - creates data set for SDSA.
int iNum2
number of the last panel taken for global coefficients calculation
double dAlfa0
left (lower) bound of angle of attack [deg]
double dV
rudder deflection corresponding to mesh from DAT_file3 [deg]
char SDSA_dir[256]
path name for output - aerodynamic data files set for SDSA
char DAT_file1[256]
data (mesh+wake) file [.DAT] elevator deflected
int iCompress
compressibility flag (0-none, 1-Prandtl-Galuert, 2-Karman-Tsien, 3-direct)
double dAlf
step of angle of attack [deg]
char DAT_file3[256]
data (mesh+wake) file [.DAT] rudder deflected
int iMaxProc
max number of parallel process (shouldn't be greater than real number of CPUs (cores)
double dH
elevator deflection corresponding to mesh from DAT_file1 [deg]
int iPitchX
flag to take X component of forces for pitching moment calculation(0/1)
int iH
flag to compute configuration with elevator deflected (0/1)
double dBeta
sideslip angle [deg]
double dMak
right (upper) bound of Mach number range
double dL
aileron deflection corresponding to mesh from DAT_file2 [deg]
double dXNum2
upper bound of range of X coordinate taken for global coefficients calculation
int iProc
current number of CPUs (cores) - set by program
double dP
roll rate [rad/s]
int iMeth
number of differentiation method (see PANUKL manual)
double dR
yaw rate [rad/s]
double dAlfak
right (upper) bound of angle of attack [deg]
double dMa0
left (lower) bound of Mach number range
void Clean()
cleans local variables
char DAT_file2[256]
data (mesh+wake) file [.DAT] aileron deflected
int iV
flag to compute configuration with rudder deflected (0/1)
int Write(char *PrjFile)
writes the [.prj] file
double dAoA_max
max. value of angle of attack [deg]
char DAT_file[256]
data (mesh+wake) file [.DAT] for basic configuration
double dCfe
parasite drag coefficient
double dMa
step of Mach number
double dXNum1
lower bound of range of X coordinate taken for global coefficients calculation
int iAngle
averaging flag (0/1)
int iL
flag to compute configuration with aileron deflected (0/1)
int iNum1
number of the first panel taken for global coefficients calculation
int Read(char *PrjFile)
reads the [.prj] file
double dQ
pitch rate [rad/s]
This file contains some smart I/O functions.