MBDyn-1.7.3
|
#include "mbconfig.h"
#include "aerodyn_.h"
#include "dataman.h"
#include "tpldrive.h"
#include "gust.h"
Go to the source code of this file.
Functions | |
static void | ReadAirstreamData (DataManager *pDM, MBDynParser &HP, TplDriveCaller< Vec3 > *&pDC, std::vector< const Gust * > &gust) |
Elem * | ReadAirProperties (DataManager *pDM, MBDynParser &HP) |
Elem* ReadAirProperties | ( | DataManager * | pDM, |
MBDynParser & | HP | ||
) |
Definition at line 521 of file aerodyn.cc.
References a, Elem::AIRPROPERTIES, DEBUGLCOUT, DataManager::fReadOutput(), MBDynParser::GetDriveCaller(), IncludeParser::GetLineData(), HighParser::GetReal(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, MYDEBUG_INPUT, DataManager::pGetRBK(), R, ReadAirstreamData(), and SAFENEWWITHCONSTRUCTOR.
Referenced by DataManager::ReadElems().
|
static |
Definition at line 507 of file aerodyn.cc.
References ASSERT, HighParser::IsKeyWord(), ReadDC3D(), and ReadGustData().
Referenced by ReadAirProperties().