MBDyn-1.7.3
|
Public Member Functions | |
GRAALLDamperConstitutiveLaw (const DriveCaller *pDC, const doublereal &rla, const char *const filename) | |
virtual | ~GRAALLDamperConstitutiveLaw (void) |
ConstLawType::Type | GetConstLawType (void) const |
virtual ConstitutiveLaw < doublereal, doublereal > * | pCopy (void) const |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual void | Update (const doublereal &Eps, const doublereal &EpsPrime=0.) |
Public Member Functions inherited from ConstitutiveLaw< doublereal, doublereal > | |
ConstitutiveLaw (void) | |
virtual | ~ConstitutiveLaw (void) |
virtual void | AfterConvergence (const doublereal &Eps, const doublereal &EpsPrime=mb_zero< doublereal >()) |
virtual const doublereal & | GetEpsilon (void) const |
virtual const doublereal & | GetEpsilonPrime (void) const |
virtual const doublereal & | GetF (void) const |
virtual const doublereal & | GetFDE (void) const |
virtual const doublereal & | GetFDEPrime (void) const |
virtual unsigned int | iGetNumDof (void) const |
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 DofOrder::Order | GetDofType (unsigned int i) 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 void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *h=0) |
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) |
Private Types | |
enum | { RLA = 1, PNTR = 2, P0 = 3, A0 = 4, RL0 = 5, PLTREX = 6, TCOST = 7, TLIN = 8, TEMPORIF = 9, VELRIF = 10, CORONA = 11, TRIFVUOTO = 12, T = 13, TRIFTEMP = 14, RNURIF = 15, ASTNT = 16, R0 = 17, TIME = 18 } |
Private Attributes | |
doublereal | v [TIME] |
integer | NPDMR |
integer | NPDMA |
integer | NPCVR |
integer | NPCVA |
integer | NPVT |
doublereal * | TBDMR |
doublereal * | TBDMA |
doublereal * | TBCVR |
doublereal * | TBCVA |
doublereal * | VETVIS |
doublereal | dT0 |
DriveOwner | Time |
flag | fWorking |
Additional Inherited Members | |
Public Types inherited from ConstitutiveLaw< doublereal, doublereal > | |
typedef ConstitutiveLaw < doublereal, doublereal > ::ErrNotAvailable | Err |
Public Types inherited from SimulationEntity | |
typedef std::vector< Hint * > | Hints |
Protected Attributes inherited from ConstitutiveLaw< doublereal, doublereal > | |
doublereal | Epsilon |
doublereal | EpsilonPrime |
doublereal | F |
doublereal | FDE |
doublereal | FDEPrime |
Protected Attributes inherited from WithLabel | |
unsigned int | uLabel |
std::string | sName |
Definition at line 63 of file module-damper-graall.cc.
|
private |
Enumerator | |
---|---|
RLA | |
PNTR | |
P0 | |
A0 | |
RL0 | |
PLTREX | |
TCOST | |
TLIN | |
TEMPORIF | |
VELRIF | |
CORONA | |
TRIFVUOTO | |
T | |
TRIFTEMP | |
RNURIF | |
ASTNT | |
R0 | |
TIME |
Definition at line 66 of file module-damper-graall.cc.
|
inline |
Definition at line 130 of file module-damper-graall.cc.
References A0, ASTNT, CORONA, DEBUGLCOUT, DriveOwner::dGet(), MYDEBUG_INPUT, NPCVA, NPCVR, NPDMA, NPDMR, NPVT, P0, PLTREX, PNTR, R0, RL0, RLA, RNURIF, SAFENEWARR, T, TBCVA, TBCVR, TBDMA, TBDMR, TCOST, TEMPORIF, TIME, Time, TLIN, TRIFTEMP, TRIFVUOTO, v, VELRIF, and VETVIS.
|
inlinevirtual |
Definition at line 352 of file module-damper-graall.cc.
References SAFEDELETEARR, TBCVA, TBCVR, TBDMA, TBDMR, and VETVIS.
|
inlinevirtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 360 of file module-damper-graall.cc.
References ConstLawType::VISCOELASTIC.
|
inlinevirtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 364 of file module-damper-graall.cc.
|
inlinevirtual |
Reimplemented from ConstitutiveLaw< doublereal, doublereal >.
Definition at line 368 of file module-damper-graall.cc.
|
inlinevirtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 372 of file module-damper-graall.cc.
References DriveOwner::dGet(), dmpfr(), dT0, ConstitutiveLaw< doublereal, doublereal >::Epsilon, ConstitutiveLaw< doublereal, doublereal >::EpsilonPrime, ConstitutiveLaw< doublereal, doublereal >::F, grad::fabs(), ConstitutiveLaw< doublereal, doublereal >::FDE, ConstitutiveLaw< doublereal, doublereal >::FDEPrime, fWorking, NPCVA, NPCVR, NPDMA, NPDMR, NPVT, RLA, TBCVA, TBCVR, TBDMA, TBDMR, TIME, Time, v, and VETVIS.
|
private |
Definition at line 125 of file module-damper-graall.cc.
Referenced by Update().
|
private |
Definition at line 127 of file module-damper-graall.cc.
Referenced by Update().
|
private |
Definition at line 118 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 118 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 118 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 118 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 118 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 122 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), Update(), and ~GRAALLDamperConstitutiveLaw().
|
private |
Definition at line 121 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), Update(), and ~GRAALLDamperConstitutiveLaw().
|
private |
Definition at line 120 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), Update(), and ~GRAALLDamperConstitutiveLaw().
|
private |
Definition at line 119 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), Update(), and ~GRAALLDamperConstitutiveLaw().
|
private |
Definition at line 126 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 87 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), and Update().
|
private |
Definition at line 123 of file module-damper-graall.cc.
Referenced by GRAALLDamperConstitutiveLaw(), Update(), and ~GRAALLDamperConstitutiveLaw().