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


Public Member Functions | |
| GenelStateSpaceSISO (unsigned int uLabel, const DofOwner *pDO, const ScalarDof &y, ScalarValue *u, unsigned int Order, doublereal *pE, doublereal *pA, doublereal *pB, doublereal *pC, doublereal D, bool bBalance, doublereal *pdX0, doublereal *pdXP0, flag fOutput) | |
| virtual | ~GenelStateSpaceSISO (void) |
| virtual unsigned int | iGetNumDof (void) const |
| virtual DofOrder::Order | GetDofType (unsigned int i) const |
| virtual std::ostream & | Restart (std::ostream &out) const |
| virtual Genel::Type | GetGenelType (void) const |
| virtual void | WorkSpaceDim (integer *piNumRows, integer *piNumCols) const |
| virtual VariableSubMatrixHandler & | AssJac (VariableSubMatrixHandler &WorkMat, doublereal dCoef, const VectorHandler &, const VectorHandler &) |
| virtual SubVectorHandler & | AssRes (SubVectorHandler &WorkVec, doublereal, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
| void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *ph=0) |
| virtual void | Output (OutputHandler &OH) const |
| virtual void | GetConnectedNodes (std::vector< const Node * > &connectedNodes) const |
Public Member Functions inherited from Genel | |
| Genel (unsigned int uL, const DofOwner *pDO, flag fOut) | |
| virtual | ~Genel (void) |
| virtual Elem::Type | GetElemType (void) 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 DofOrder::Order | GetEqType (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 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) |
Protected Attributes | |
| ScalarDof | SD_y |
| ScalarValue * | SV_u |
| unsigned int | iNumDofs |
| doublereal * | pdE |
| doublereal * | pdA |
| doublereal * | pdB |
| doublereal * | pdC |
| doublereal | dD |
| doublereal * | pdX |
| doublereal * | pdXP |
Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel |
| std::string | sName |
Protected Attributes inherited from ToBeOutput | |
| flag | fOutput |
Additional Inherited Members | |
Public Types inherited from Genel | |
| enum | Type { UNKNOWN = -1, SWASHPLATE = 0, ROTORTRIM, CLAMP, DISTANCE, SPRING, SPRINGSUPPORT, CROSSSPRINGSUPPORT, SPRINGDAMPER, SPRINGDAMPERSUPPORT, CROSSSPRINGDAMPERSUPPORT, MASS, SCALARFILTER, STATESPACESISO, STATESPACEMIMO, LASTGENELTYPE } |
Public Types inherited from Elem | |
| enum | Type { UNKNOWN = -1, AIRPROPERTIES = 0, INDUCEDVELOCITY, AUTOMATICSTRUCTURAL, GRAVITY, BODY, JOINT, JOINT_REGULARIZATION, BEAM, PLATE, FORCE, INERTIA, ELECTRICBULK, ELECTRIC, THERMAL, HYDRAULIC, BULK, LOADABLE, DRIVEN, EXTERNAL, AEROMODAL, AERODYNAMIC, GENEL, SOCKETSTREAM_OUTPUT, RTAI_OUTPUT = SOCKETSTREAM_OUTPUT, LASTELEMTYPE } |
Public Types inherited from SimulationEntity | |
| typedef std::vector< Hint * > | Hints |
Public Types inherited from ToBeOutput | |
| enum | { OUTPUT = 0x1U, OUTPUT_MASK = 0xFU, OUTPUT_PRIVATE = 0x10U, OUTPUT_PRIVATE_MASK = ~OUTPUT_MASK } |
| GenelStateSpaceSISO::GenelStateSpaceSISO | ( | unsigned int | uLabel, |
| const DofOwner * | pDO, | ||
| const ScalarDof & | y, | ||
| ScalarValue * | u, | ||
| unsigned int | Order, | ||
| doublereal * | pE, | ||
| doublereal * | pA, | ||
| doublereal * | pB, | ||
| doublereal * | pC, | ||
| doublereal | D, | ||
| bool | bBalance, | ||
| doublereal * | pdX0, | ||
| doublereal * | pdXP0, | ||
| flag | fOutput | ||
| ) |
Definition at line 49 of file genfilt.cc.
References ASSERT, DEBUGCOUT, iNumDofs, ScalarDof::iOrder, pdA, pdB, pdC, pdE, pdX, pdXP, SAFENEWARR, and SD_y.
|
virtual |
Definition at line 141 of file genfilt.cc.
References pdA, pdB, pdC, pdE, pdX, SAFEDELETE, SAFEDELETEARR, and SV_u.
|
virtual |
Implements Elem.
Definition at line 204 of file genfilt.cc.
References DEBUGCOUT, Node::iGetFirstColIndex(), DofOwnerOwner::iGetFirstIndex(), Node::iGetFirstRowIndex(), FullSubMatrixHandler::IncCoef(), iNumDofs, ScalarDof::iOrder, pdA, pdB, pdC, pdE, ScalarDof::pNode, FullSubMatrixHandler::PutCoef(), FullSubMatrixHandler::PutColIndex(), FullSubMatrixHandler::PutRowIndex(), FullSubMatrixHandler::ResizeReset(), SD_y, VariableSubMatrixHandler::SetFull(), SV_u, and WorkSpaceDim().

|
virtual |
Implements Elem.
Definition at line 287 of file genfilt.cc.
References dD, DEBUGCOUT, ScalarValue::dGetValue(), ScalarNode::dGetX(), DofOwnerOwner::iGetFirstIndex(), Node::iGetFirstRowIndex(), iNumDofs, pdA, pdB, pdC, pdE, pdX, pdXP, ScalarDof::pNode, VectorHandler::PutCoef(), SubVectorHandler::PutRowIndex(), VectorHandler::ResizeReset(), SD_y, SV_u, and WorkSpaceDim().

|
virtual |
Reimplemented from Elem.
Definition at line 398 of file genfilt.cc.
References ScalarDof::pNode, SD_y, and SV_u.
|
virtual |
Reimplemented from Elem.
Definition at line 176 of file genfilt.cc.
References ASSERT, DofOrder::DIFFERENTIAL, and iNumDofs.
|
inlinevirtual |
|
virtual |
|
virtual |
Reimplemented from ToBeOutput.
Definition at line 382 of file genfilt.cc.
References ToBeOutput::bToBeOutput(), OutputHandler::Genels(), WithLabel::GetLabel(), iNumDofs, pdX, and pdXP.

|
virtual |
Reimplemented from Genel.
Definition at line 184 of file genfilt.cc.
|
virtual |
Reimplemented from SimulationEntity.
Definition at line 351 of file genfilt.cc.
References ScalarValue::dGetValue(), DofOwnerOwner::iGetFirstIndex(), iNumDofs, pdA, pdB, pdE, pdX, pdXP, and SV_u.

|
protected |
|
protected |
Definition at line 47 of file genfilt.h.
Referenced by AssJac(), AssRes(), GenelStateSpaceSISO(), GetDofType(), iGetNumDof(), Output(), SetValue(), and WorkSpaceDim().
|
protected |
Definition at line 50 of file genfilt.h.
Referenced by AssJac(), AssRes(), GenelStateSpaceSISO(), SetValue(), and ~GenelStateSpaceSISO().
|
protected |
Definition at line 51 of file genfilt.h.
Referenced by AssJac(), AssRes(), GenelStateSpaceSISO(), SetValue(), and ~GenelStateSpaceSISO().
|
protected |
Definition at line 52 of file genfilt.h.
Referenced by AssJac(), AssRes(), GenelStateSpaceSISO(), and ~GenelStateSpaceSISO().
|
protected |
Definition at line 49 of file genfilt.h.
Referenced by AssJac(), AssRes(), GenelStateSpaceSISO(), SetValue(), and ~GenelStateSpaceSISO().
|
protected |
Definition at line 55 of file genfilt.h.
Referenced by AssRes(), GenelStateSpaceSISO(), Output(), SetValue(), and ~GenelStateSpaceSISO().
|
protected |
Definition at line 56 of file genfilt.h.
Referenced by AssRes(), GenelStateSpaceSISO(), Output(), and SetValue().
|
protected |
Definition at line 44 of file genfilt.h.
Referenced by AssJac(), AssRes(), GenelStateSpaceSISO(), and GetConnectedNodes().
|
protected |
Definition at line 45 of file genfilt.h.
Referenced by AssJac(), AssRes(), GetConnectedNodes(), SetValue(), WorkSpaceDim(), and ~GenelStateSpaceSISO().