| MBDyn-1.7.3
    | 
#include <actuator.h>


| Public Member Functions | |
| Actuator (unsigned int uL, const DofOwner *pD, const PressureNode *p1, const PressureNode *p2, const StructNode *pN1, const StructNode *pN2, const Vec3 &f1Tmp, const Vec3 &f2Tmp, const Vec3 &axisTmp, HydraulicFluid *hf1, HydraulicFluid *hf2, doublereal A_1, doublereal A_2, doublereal l, flag fOut) | |
| ~Actuator (void) | |
| virtual HydraulicElem::Type | GetHydraulicType (void) const | 
| virtual std::ostream & | Restart (std::ostream &out) const | 
| virtual unsigned int | iGetNumDof (void) const | 
| virtual DofOrder::Order | GetDofType (unsigned int i) const | 
| virtual DofOrder::Order | GetEqType (unsigned int i) const | 
| virtual void | WorkSpaceDim (integer *piNumRows, integer *piNumCols) const | 
| VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | Output (OutputHandler &OH) const | 
| virtual void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *ph=0) | 
| virtual void | GetConnectedNodes (std::vector< const Node * > &connectedNodes) const | 
|  Public Member Functions inherited from Elem | |
| Elem (unsigned int uL, flag fOut) | |
| virtual | ~Elem (void) | 
| virtual std::ostream & | DescribeDof (std::ostream &out, const char *prefix="", bool bInitial=false) const | 
| virtual void | DescribeDof (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const | 
| virtual std::ostream & | DescribeEq (std::ostream &out, const char *prefix="", bool bInitial=false) const | 
| virtual void | DescribeEq (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const | 
| virtual void | AssMats (VariableSubMatrixHandler &WorkMatA, VariableSubMatrixHandler &WorkMatB, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual bool | bInverseDynamics (void) const | 
| void | SetInverseDynamicsFlags (unsigned uIDF) | 
| unsigned | GetInverseDynamicsFlags (void) const | 
| bool | bIsErgonomy (void) const | 
| bool | bIsRightHandSide (void) const | 
| virtual VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, const VectorHandler &XCurr) | 
| virtual SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr, const VectorHandler &XPrimePrimeCurr, InverseDynamics::Order iOrder=InverseDynamics::INVERSE_DYNAMICS) | 
| virtual int | GetNumConnectedNodes (void) const | 
|  Public Member Functions inherited from WithLabel | |
| WithLabel (unsigned int uL=0, const std::string &sN="") | |
| virtual | ~WithLabel (void) | 
| void | PutLabel (unsigned int uL) | 
| void | PutName (const std::string &sN) | 
| unsigned int | GetLabel (void) const | 
| const std::string & | GetName (void) const | 
|  Public Member Functions inherited from SimulationEntity | |
| SimulationEntity (void) | |
| virtual | ~SimulationEntity (void) | 
| virtual bool | bIsValidIndex (unsigned int i) const | 
| virtual Hint * | ParseHint (DataManager *pDM, const char *s) const | 
| virtual void | BeforePredict (VectorHandler &, VectorHandler &, VectorHandler &, VectorHandler &) const | 
| virtual void | AfterPredict (VectorHandler &X, VectorHandler &XP) | 
| virtual void | Update (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | DerivativesUpdate (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) | 
| virtual void | Update (const VectorHandler &XCurr, InverseDynamics::Order iOrder) | 
| virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) | 
| virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP, const VectorHandler &XPP) | 
| virtual unsigned int | iGetNumPrivData (void) const | 
| virtual unsigned int | iGetPrivDataIdx (const char *s) const | 
| virtual doublereal | dGetPrivData (unsigned int i) const | 
| virtual std::ostream & | OutputAppend (std::ostream &out) const | 
| virtual void | ReadInitialState (MBDynParser &HP) | 
|  Public Member Functions inherited from ToBeOutput | |
| ToBeOutput (flag fOut=fDefaultOut) | |
| virtual | ~ToBeOutput (void) | 
| virtual void | OutputPrepare (OutputHandler &OH) | 
| virtual void | Output (OutputHandler &OH, const VectorHandler &X, const VectorHandler &XP) const | 
| virtual flag | fToBeOutput (void) const | 
| virtual bool | bToBeOutput (void) const | 
| virtual void | SetOutputFlag (flag f=flag(1)) | 
|  Public Member Functions inherited from HydraulicElem | |
| HydraulicElem (unsigned int uL, const DofOwner *pDO, HydraulicFluid *hf, flag fOut) | |
| virtual | ~HydraulicElem (void) | 
| virtual Elem::Type | GetElemType (void) const | 
|  Public Member Functions inherited from ElemWithDofs | |
| ElemWithDofs (unsigned int uL, const DofOwner *pDO, flag fOut) | |
| virtual | ~ElemWithDofs (void) | 
|  Public Member Functions inherited from DofOwnerOwner | |
| DofOwnerOwner (const DofOwner *pDO) | |
| virtual | ~DofOwnerOwner () | 
| virtual const DofOwner * | pGetDofOwner (void) const | 
| virtual integer | iGetFirstIndex (void) const | 
| virtual void | SetInitialValue (VectorHandler &X) | 
| Private Attributes | |
| const PressureNode * | pNodeHyd1 | 
| const PressureNode * | pNodeHyd2 | 
| HydraulicFluid * | HF2 | 
| doublereal | area1 | 
| doublereal | area2 | 
| doublereal | dl | 
| const Vec3 | axis | 
| doublereal | dp1 | 
| doublereal | dp2 | 
| doublereal | dpP1 | 
| doublereal | dpP2 | 
| doublereal | flow1 | 
| doublereal | flow2 | 
| doublereal | Vol1 | 
| doublereal | Vol2 | 
| doublereal | density1 | 
| doublereal | density2 | 
| const StructNode * | pNodeStr1 | 
| const StructNode * | pNodeStr2 | 
| const Vec3 | f1 | 
| const Vec3 | f2 | 
Definition at line 44 of file actuator.h.
| Actuator::Actuator | ( | unsigned int | uL, | 
| const DofOwner * | pD, | ||
| const PressureNode * | p1, | ||
| const PressureNode * | p2, | ||
| const StructNode * | pN1, | ||
| const StructNode * | pN2, | ||
| const Vec3 & | f1Tmp, | ||
| const Vec3 & | f2Tmp, | ||
| const Vec3 & | axisTmp, | ||
| HydraulicFluid * | hf1, | ||
| HydraulicFluid * | hf2, | ||
| doublereal | A_1, | ||
| doublereal | A_2, | ||
| doublereal | l, | ||
| flag | fOut | ||
| ) | 
Definition at line 100 of file actuator.cc.
References area1, area2, ASSERT, dl, PressureNode::GetNodeType(), StructDispNode::GetNodeType(), HF2, Node::HYDRAULIC, pNodeHyd1, pNodeHyd2, pNodeStr1, pNodeStr2, and Node::STRUCTURAL.

| Actuator::~Actuator | ( | void | ) | 
| 
 | virtual | 
Implements Elem.
Definition at line 193 of file actuator.cc.
References FullSubMatrixHandler::Add(), area1, area2, axis, Vec3::Cross(), DEBUGCOUT, density1, density2, Vec3::dGet(), HydraulicFluid::dGetDensity(), HydraulicFluid::dGetDensityDPres(), ScalarAlgebraicNode::dGetX(), dl, Vec3::Dot(), dpP1, dpP2, f1, f2, StructNode::GetRRef(), StructDispNode::GetVCurr(), StructNode::GetWRef(), StructDispNode::GetXCurr(), HF1, HF2, Node::iGetFirstColIndex(), DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstMomentumIndex(), StructDispNode::iGetFirstPositionIndex(), Node::iGetFirstRowIndex(), MatCross, pNodeHyd1, pNodeHyd2, pNodeStr1, pNodeStr2, FullSubMatrixHandler::PutCoef(), FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), FullSubMatrixHandler::ResizeReset(), VariableSubMatrixHandler::SetFull(), and FullSubMatrixHandler::Sub().

| 
 | virtual | 
Implements Elem.
Definition at line 367 of file actuator.cc.
References VectorHandler::Add(), area1, area2, axis, Vec3::Cross(), density1, density2, HydraulicFluid::dGetDensity(), HydraulicFluid::dGetDensityDPres(), ScalarAlgebraicNode::dGetX(), dl, Vec3::Dot(), dp1, dp2, dpP1, dpP2, f1, f2, flow1, flow2, StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), StructDispNode::GetXCurr(), HF1, HF2, DofOwnerOwner::iGetFirstIndex(), StructDispNode::iGetFirstMomentumIndex(), Node::iGetFirstRowIndex(), pNodeHyd1, pNodeHyd2, pNodeStr1, pNodeStr2, VectorHandler::PutCoef(), SubVectorHandler::PutRowIndex(), VectorHandler::ResizeReset(), VectorHandler::Sub(), Vol1, and Vol2.

| 
 | inlinevirtual | 
| 
 | virtual | 
Reimplemented from Elem.
Definition at line 171 of file actuator.cc.
References DofOrder::DIFFERENTIAL.
| 
 | virtual | 
Reimplemented from SimulationEntity.
Definition at line 177 of file actuator.cc.
References DofOrder::DIFFERENTIAL.
| 
 | virtual | 
Implements HydraulicElem.
Definition at line 152 of file actuator.cc.
References HydraulicElem::ACTUATOR.
| 
 | virtual | 
| 
 | virtual | 
Reimplemented from ToBeOutput.
Definition at line 464 of file actuator.cc.
References ToBeOutput::bToBeOutput(), density1, density2, dp1, dp2, dpP1, dpP2, flow1, flow2, WithLabel::GetLabel(), OutputHandler::Hydraulic(), Vol1, and Vol2.

| 
 | virtual | 
Implements Elem.
Definition at line 159 of file actuator.cc.
| 
 | virtual | 
Reimplemented from SimulationEntity.
Definition at line 479 of file actuator.cc.
References ScalarAlgebraicNode::dGetX(), dp1, dp2, dpP1, dpP2, DofOwnerOwner::iGetFirstIndex(), pNodeHyd1, pNodeHyd2, and VectorHandler::PutCoef().

Implements Elem.
Definition at line 184 of file actuator.cc.
| 
 | private | 
Definition at line 49 of file actuator.h.
Referenced by Actuator(), AssJac(), and AssRes().
| 
 | private | 
Definition at line 50 of file actuator.h.
Referenced by Actuator(), AssJac(), and AssRes().
| 
 | private | 
Definition at line 55 of file actuator.h.
| 
 | private | 
Definition at line 66 of file actuator.h.
| 
 | private | 
Definition at line 67 of file actuator.h.
| 
 | private | 
Definition at line 52 of file actuator.h.
Referenced by Actuator(), AssJac(), and AssRes().
| 
 | private | 
Definition at line 57 of file actuator.h.
Referenced by AssRes(), Output(), and SetValue().
| 
 | private | 
Definition at line 58 of file actuator.h.
Referenced by AssRes(), Output(), and SetValue().
| 
 | private | 
Definition at line 59 of file actuator.h.
Referenced by AssJac(), AssRes(), Output(), and SetValue().
| 
 | private | 
Definition at line 60 of file actuator.h.
Referenced by AssJac(), AssRes(), Output(), and SetValue().
| 
 | private | 
Definition at line 71 of file actuator.h.
| 
 | private | 
Definition at line 72 of file actuator.h.
| 
 | private | 
Definition at line 62 of file actuator.h.
| 
 | private | 
Definition at line 63 of file actuator.h.
| 
 | private | 
Definition at line 48 of file actuator.h.
Referenced by Actuator(), AssJac(), AssRes(), and ~Actuator().
| 
 | private | 
Definition at line 46 of file actuator.h.
Referenced by Actuator(), AssJac(), AssRes(), GetConnectedNodes(), and SetValue().
| 
 | private | 
Definition at line 47 of file actuator.h.
Referenced by Actuator(), AssJac(), AssRes(), GetConnectedNodes(), and SetValue().
| 
 | private | 
Definition at line 69 of file actuator.h.
Referenced by Actuator(), AssJac(), AssRes(), and GetConnectedNodes().
| 
 | private | 
Definition at line 70 of file actuator.h.
Referenced by Actuator(), AssJac(), AssRes(), and GetConnectedNodes().
| 
 | private | 
Definition at line 64 of file actuator.h.
| 
 | private | 
Definition at line 65 of file actuator.h.