|
MBDyn-1.7.3
|
#include "mbconfig.h"#include <limits>#include <unistd.h>#include <cfloat>#include "dataman.h"#include "dataman_.h"#include "modules.h"#include "readlinsol.h"#include "drive.h"#include "drive_.h"#include "filedrv.h"#include "presnode.h"#include "j2p.h"#include "sah.h"#include "thermalnode.h"#include "aeroelem.h"#include "beam.h"#include "rbk_impl.h"
Go to the source code of this file.
Classes | |
| class | NotAllowed |
Functions | |
| static int | GetDofOrder (MBDynParser &HP, Node *pNode, int iIndex) |
| ScalarDof | ReadScalarDof (const DataManager *pDM, MBDynParser &HP, bool bDof, bool bOrder) |
| OrientationDescription | ReadOrientationDescription (MBDynParser &HP) |
| OrientationDescription | ReadOptionalOrientationDescription (DataManager *pDM, MBDynParser &HP) |
|
static |
Definition at line 2360 of file dataman3.cc.
References StructDispNode::ComputeAccelerations(), DofOrder::DIFFERENTIAL, SimulationEntity::GetDofType(), HighParser::GetInt(), WithLabel::GetLabel(), IncludeParser::GetLineData(), Node::GetNodeType(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, and psNodeNames.
Referenced by ReadScalarDof().

| OrientationDescription ReadOptionalOrientationDescription | ( | DataManager * | pDM, |
| MBDynParser & | HP | ||
| ) |
Definition at line 2531 of file dataman3.cc.
References EULER_123, IncludeParser::GetLineData(), DataManager::GetOrientationDescription(), HighParser::IsKeyWord(), ReadOrientationDescription(), and UNKNOWN_ORIENTATION_DESCRIPTION.
Referenced by ReadAerodynamicCustomOutput(), ReadBeamCustomOutput(), ReadStructNode(), and MBDynParser::Reference_int().

| OrientationDescription ReadOrientationDescription | ( | MBDynParser & | HP | ) |
Definition at line 2502 of file dataman3.cc.
References EULER_123, EULER_313, EULER_321, IncludeParser::GetLineData(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, ORIENTATION_MATRIX, ORIENTATION_VECTOR, and UNKNOWN_ORIENTATION_DESCRIPTION.
Referenced by Eu2PhiDCR::Read(), DataManager::ReadControl(), and ReadOptionalOrientationDescription().

| ScalarDof ReadScalarDof | ( | const DataManager * | pDM, |
| MBDynParser & | HP, | ||
| bool | bDof, | ||
| bool | bOrder | ||
| ) |
Definition at line 2423 of file dataman3.cc.
References DEBUGLCOUT, DofOrder::DIFFERENTIAL, GetDofOrder(), SimulationEntity::GetDofType(), HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetWord(), SimulationEntity::iGetNumDof(), MBDYN_EXCEPT_ARGS, MYDEBUG_INPUT, DataManager::pFindNode(), psNodeNames, psReadNodesNodes, SAFENEWWITHCONSTRUCTOR, and Node::UNKNOWN.
Referenced by DofDCR::Read(), ReadBulk(), ReadElectric(), ReadForce(), ReadGenel(), DataManager::ReadNodes(), and ReadScalarValue().
