MBDyn-1.7.3
|
#include <vector>
#include <string>
#include "mbsleep.h"
#include "force.h"
#include "converged.h"
#include "mbc.h"
Go to the source code of this file.
Classes | |
class | ExtFileHandlerBase |
class | ExtFileHandler |
class | ExtForce |
Functions | |
void | ReadExtForce (DataManager *pDM, MBDynParser &HP, unsigned int uLabel, ExtFileHandlerBase *&pEFH, bool &bSendAfterPredict, int &iCoupling) |
void | ReadExtFileParams (DataManager *pDM, MBDynParser &HP, unsigned int uLabel, mbsleep_t &SleepTime, std::streamsize &Precision) |
void ReadExtFileParams | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
unsigned int | uLabel, | ||
mbsleep_t & | SleepTime, | ||
std::streamsize & | Precision | ||
) |
Definition at line 845 of file extforce.cc.
References HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetTimeout(), HighParser::IsKeyWord(), and MBDYN_EXCEPT_ARGS.
Referenced by ReadExtFileHandler(), ReadExtFileHandlerEDGE(), and ReadExtSocketHandler().
void ReadExtForce | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
unsigned int | uLabel, | ||
ExtFileHandlerBase *& | pEFH, | ||
bool & | bSendAfterPredict, | ||
int & | iCoupling | ||
) |
Definition at line 1141 of file extforce.cc.
References ExtForce::COUPLING_LOOSE, ExtForce::COUPLING_NONE, ExtForce::COUPLING_STAGGERED, ExtForce::COUPLING_TIGHT, HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetYesNo(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, and ReadExtFileHandler().
Referenced by ReadModalExtForce(), ReadModalMappingExtForce(), ReadStructExtForce(), and ReadStructMappingExtForce().