MBDyn-1.7.3
|
#include <shockabsorber.h>
Public Member Functions | |
ShockAbsorberConstitutiveLaw (const DataManager *pDM, TplDriveCaller< doublereal > *pDC, MBDynParser &HP) | |
virtual | ~ShockAbsorberConstitutiveLaw (void) |
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.) |
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 |
Public Member Functions inherited from ElasticConstitutiveLaw< doublereal, doublereal > | |
ElasticConstitutiveLaw (const TplDriveCaller< doublereal > *pDC, const doublereal &PStress) | |
virtual | ~ElasticConstitutiveLaw (void) |
ConstLawType::Type | GetConstLawType (void) const |
void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *ph=0) |
virtual Hint * | ParseHint (DataManager *pDM, const char *s) const |
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 | 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 void | ReadInitialState (MBDynParser &HP) |
Public Member Functions inherited from TplDriveOwner< doublereal > | |
TplDriveOwner (const TplDriveCaller< doublereal > *pDC=0) | |
virtual | ~TplDriveOwner (void) |
void | Set (const TplDriveCaller< doublereal > *pDC) |
TplDriveCaller< doublereal > * | pGetDriveCaller (void) const |
doublereal | Get (const doublereal &dVar) const |
doublereal | Get (void) const |
virtual bool | bIsDifferentiable (void) const |
virtual doublereal | GetP (void) const |
Private Member Functions | |
ShockAbsorberConstitutiveLaw (const ShockAbsorberConstitutiveLaw *p) | |
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 Member Functions inherited from ElasticConstitutiveLaw< doublereal, doublereal > | |
virtual std::ostream & | Restart_int (std::ostream &out) const |
Protected Attributes inherited from ElasticConstitutiveLaw< doublereal, doublereal > | |
doublereal | PreStress |
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 |
Protected Attributes inherited from TplDriveOwner< doublereal > | |
TplDriveCaller< doublereal > * | pTplDriveCaller |
Definition at line 92 of file shockabsorber.h.
|
inlineprivate |
Definition at line 171 of file shockabsorber.h.
References ShockAbsorberConstitutiveLaw< T, Tder >::pCopy().
|
inline |
Definition at line 204 of file shockabsorber.h.
References defaultEpsMax, defaultEpsMin, defaultPenalty, defaultPenaltyPrime, ConstitutiveLaw< T, Tder >::F, MBDynParser::GetDriveCaller(), IncludeParser::GetLineData(), HighParser::GetReal(), HighParser::IsArg(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, DriveCaller::pCopy(), and ShockAbsorberConstitutiveLaw< T, Tder >::Update().
|
inlinevirtual |
Definition at line 355 of file shockabsorber.h.
References NO_OP.
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 587 of file shockabsorber.h.
References ASSERT, SimulationEntity::iGetNumPrivData(), and MBDYN_EXCEPT_ARGS.
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 543 of file shockabsorber.h.
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 556 of file shockabsorber.h.
References ASSERT.
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 609 of file shockabsorber.h.
|
inlinevirtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 360 of file shockabsorber.h.
References SAFENEWWITHCONSTRUCTOR.
|
inlinevirtual |
Reimplemented from ConstitutiveLaw< doublereal, doublereal >.
Definition at line 369 of file shockabsorber.h.
References ConstitutiveLaw< T, Tder >::Epsilon, TplDriveOwner< T >::pGetDriveCaller(), and Write().
|
inlinevirtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 424 of file shockabsorber.h.
References copysign(), ConstitutiveLaw< T, Tder >::Epsilon, ConstitutiveLaw< T, Tder >::EpsilonPrime, ConstitutiveLaw< T, Tder >::F, grad::fabs(), ConstitutiveLaw< T, Tder >::FDE, ConstitutiveLaw< T, Tder >::FDEPrime, TplDriveOwner< T >::Get(), MBDYN_EXCEPT_ARGS, grad::pow(), and grad::tanh().
|
private |
Definition at line 133 of file shockabsorber.h.
|
private |
Definition at line 153 of file shockabsorber.h.
|
private |
Definition at line 144 of file shockabsorber.h.
|
private |
Definition at line 155 of file shockabsorber.h.
|
private |
Definition at line 134 of file shockabsorber.h.
|
private |
Definition at line 164 of file shockabsorber.h.
|
private |
Definition at line 165 of file shockabsorber.h.
|
private |
Definition at line 166 of file shockabsorber.h.
|
private |
Definition at line 163 of file shockabsorber.h.
|
private |
Definition at line 140 of file shockabsorber.h.
|
private |
Definition at line 141 of file shockabsorber.h.
|
private |
Definition at line 157 of file shockabsorber.h.
|
private |
Definition at line 158 of file shockabsorber.h.
|
private |
Definition at line 135 of file shockabsorber.h.
|
private |
Definition at line 132 of file shockabsorber.h.
|
private |
Definition at line 151 of file shockabsorber.h.
|
private |
Definition at line 150 of file shockabsorber.h.
|
private |
Definition at line 149 of file shockabsorber.h.
|
private |
Definition at line 142 of file shockabsorber.h.
|
private |
Definition at line 143 of file shockabsorber.h.
|
private |
Definition at line 154 of file shockabsorber.h.