MBDyn-1.7.3
|
#include "ac/f2c.h"
#include "myassert.h"
#include "withlab.h"
#include "drive.h"
#include "dofown.h"
#include "matvec6.h"
#include "matvec3n.h"
#include "shape.h"
#include "aerodc81.h"
Go to the source code of this file.
Classes | |
class | C81Data |
class | AeroMemory |
class | AeroData |
Functions | |
void | ReadAeroData (DataManager *pDM, MBDynParser &HP, int dim, Shape **ppChord, Shape **ppForce, Shape **ppVelocity, Shape **ppTwist, Shape **ppTipLoss, integer *piNumber, DriveCaller **ppDC, AeroData **aerodata) |
void ReadAeroData | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
int | dim, | ||
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().