MBDyn-1.7.3
|
#include "mbconfig.h"
#include "mynewmem.h"
#include "aerodata_impl.h"
#include "gauss.h"
#include "submat.h"
#include "aerod2.h"
#include "dataman.h"
#include "drive_.h"
Go to the source code of this file.
Macros | |
#define | USE_POLCOE |
Functions | |
static AeroData::UnsteadyModel | ReadUnsteadyFlag (MBDynParser &HP) |
static void | ReadC81MultipleAeroData (DataManager *pDM, MBDynParser &HP, AeroData **aerodata, int iGP, int iDim, bool bInterp=false) |
void | ReadAeroData (DataManager *pDM, MBDynParser &HP, int iDim, Shape **ppChord, Shape **ppForce, Shape **ppVelocity, Shape **ppTwist, Shape **ppTipLoss, integer *piNumber, DriveCaller **ppDC, AeroData **aerodata) |
#define USE_POLCOE |
Definition at line 63 of file aerodata.cc.
void ReadAeroData | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
int | iDim, | ||
Shape ** | ppChord, | ||
Shape ** | ppForce, | ||
Shape ** | ppVelocity, | ||
Shape ** | ppTwist, | ||
Shape ** | ppTipLoss, | ||
integer * | piNumber, | ||
DriveCaller ** | ppDC, | ||
AeroData ** | aerodata | ||
) |
Definition at line 593 of file aerodata.cc.
References DEBUGCOUTFNAME, DEBUGLCOUT, MBDynParser::GetC81Data(), MBDynParser::GetDriveCaller(), HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetString(), HighParser::IsArg(), HighParser::IsKeyWord(), LASTKEYWORD, MBDYN_EXCEPT_ARGS, MYDEBUG_INPUT, DataManager::pGetDrvHdl(), ReadC81MultipleAeroData(), ReadShape(), ReadUnsteadyFlag(), SAFENEW, SAFENEWWITHCONSTRUCTOR, and AeroData::STEADY.
Referenced by ReadAerodynamicBeam(), ReadAerodynamicBeam2(), and ReadAerodynamicBody().
|
static |
Definition at line 496 of file aerodata.cc.
References DEBUGLCOUT, MBDynParser::GetC81Data(), HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetReal(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, MYDEBUG_INPUT, DataManager::pGetDrvHdl(), ReadUnsteadyFlag(), SAFENEWWITHCONSTRUCTOR, and AeroData::STEADY.
Referenced by ReadAeroData().
|
static |
Definition at line 427 of file aerodata.cc.
References AeroData::BIELAWA, HighParser::GetInt(), IncludeParser::GetLineData(), AeroData::HARRIS, HighParser::IsArg(), HighParser::IsKeyWord(), AeroData::LAST, MBDYN_EXCEPT_ARGS, and AeroData::STEADY.
Referenced by ReadAeroData(), and ReadC81MultipleAeroData().