MBDyn-1.7.3
|
Public Types | |
enum | Type { CC_FLORES_ET_AL = ContContactCL::CC_FLORES_ET_AL, CC_HUNT_CROSSLEY = ContContactCL::CC_HUNT_CROSSLEY, CC_LANKARANI_NIKRAVESH = ContContactCL::CC_LANKARANI_NIKRAVESH } |
Public Types inherited from ConstitutiveLaw< Vec3, Mat3x3 > | |
typedef ConstitutiveLaw< Vec3, Mat3x3 >::ErrNotAvailable | Err |
Public Types inherited from SimulationEntity | |
typedef std::vector< Hint * > | Hints |
Public Member Functions | |
ContContact3DCL (const TplDriveCaller< Vec3 > *pTplDC, doublereal dSign, ContContact3DCL::Type type, doublereal dRest, doublereal dK, doublereal dExp, doublereal dInitialEpsPrimeTol) | |
virtual | ~ContContact3DCL (void) |
virtual ConstLawType::Type | GetConstLawType (void) const |
virtual ConstitutiveLaw< Vec3, Mat3x3 > * | pCopy (void) const |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual void | Update (const Vec3 &Eps, const Vec3 &EpsPrime) |
virtual std::ostream & | OutputAppend (std::ostream &out) const |
virtual void | AfterConvergence (const Vec3 &Eps, const Vec3 &EpsPrime=Zero3) |
Public Member Functions inherited from ElasticConstitutiveLaw< Vec3, Mat3x3 > | |
ElasticConstitutiveLaw (const TplDriveCaller< Vec3 > *pDC, const Vec3 &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< Vec3, Mat3x3 > | |
ConstitutiveLaw (void) | |
virtual | ~ConstitutiveLaw (void) |
virtual const Vec3 & | GetEpsilon (void) const |
virtual const Vec3 & | GetEpsilonPrime (void) const |
virtual const Vec3 & | GetF (void) const |
virtual const Mat3x3 & | GetFDE (void) const |
virtual const Mat3x3 & | 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 unsigned int | iGetNumPrivData (void) const |
virtual unsigned int | iGetPrivDataIdx (const char *s) const |
virtual doublereal | dGetPrivData (unsigned int i) const |
virtual void | ReadInitialState (MBDynParser &HP) |
Public Member Functions inherited from TplDriveOwner< Vec3 > | |
TplDriveOwner (const TplDriveCaller< Vec3 > *pDC=0) | |
virtual | ~TplDriveOwner (void) |
void | Set (const TplDriveCaller< Vec3 > *pDC) |
TplDriveCaller< Vec3 > * | pGetDriveCaller (void) const |
Vec3 | Get (const doublereal &dVar) const |
Vec3 | Get (void) const |
virtual bool | bIsDifferentiable (void) const |
virtual Vec3 | GetP (void) const |
Protected Attributes | |
const doublereal | m_dSign |
const doublereal | m_dInitialEpsPrimeTol |
const doublereal | m_dRest |
ContContact3DCL::Type | m_type |
const doublereal | m_dK |
const doublereal | m_dExp |
bool | m_bActive |
bool | m_bToggling |
doublereal | m_dInitialEpsPrime |
doublereal | m_dDissCoef |
Protected Attributes inherited from ElasticConstitutiveLaw< Vec3, Mat3x3 > | |
Vec3 | PreStress |
Protected Attributes inherited from ConstitutiveLaw< Vec3, Mat3x3 > | |
Vec3 | Epsilon |
Vec3 | EpsilonPrime |
Vec3 | F |
Mat3x3 | FDE |
Mat3x3 | FDEPrime |
Protected Attributes inherited from WithLabel | |
unsigned int | uLabel |
std::string | sName |
Protected Attributes inherited from TplDriveOwner< Vec3 > | |
TplDriveCaller< Vec3 > * | pTplDriveCaller |
Additional Inherited Members | |
Protected Member Functions inherited from ElasticConstitutiveLaw< Vec3, Mat3x3 > | |
virtual std::ostream & | Restart_int (std::ostream &out) const |
Definition at line 359 of file module-cont-contact.cc.
Enumerator | |
---|---|
CC_FLORES_ET_AL | |
CC_HUNT_CROSSLEY | |
CC_LANKARANI_NIKRAVESH |
Definition at line 362 of file module-cont-contact.cc.
|
inline |
Definition at line 388 of file module-cont-contact.cc.
References NO_OP.
Referenced by pCopy().
|
inlinevirtual |
Definition at line 399 of file module-cont-contact.cc.
References NO_OP.
|
inlinevirtual |
Reimplemented from ConstitutiveLaw< Vec3, Mat3x3 >.
Definition at line 509 of file module-cont-contact.cc.
References ConstitutiveLaw< T, Tder >::Epsilon, ConstitutiveLaw< T, Tder >::F, m_bActive, m_bToggling, m_dInitialEpsPrime, and m_dSign.
|
inlinevirtual |
Implements ConstitutiveLaw< Vec3, Mat3x3 >.
Definition at line 403 of file module-cont-contact.cc.
References ConstLawType::VISCOELASTIC.
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 505 of file module-cont-contact.cc.
References m_dDissCoef, and m_dInitialEpsPrime.
|
inlinevirtual |
Implements ConstitutiveLaw< Vec3, Mat3x3 >.
Definition at line 407 of file module-cont-contact.cc.
References ContContact3DCL(), m_dExp, m_dInitialEpsPrimeTol, m_dK, m_dRest, m_dSign, m_type, TplDriveOwner< Vec3 >::pGetDriveCaller(), and SAFENEWWITHCONSTRUCTOR.
|
inlinevirtual |
Reimplemented from ConstitutiveLaw< Vec3, Mat3x3 >.
Definition at line 418 of file module-cont-contact.cc.
References CC_FLORES_ET_AL, CC_HUNT_CROSSLEY, CC_LANKARANI_NIKRAVESH, m_dExp, m_dInitialEpsPrimeTol, m_dK, m_dRest, m_dSign, m_type, and ElasticConstitutiveLaw< T, Tder >::Restart_int().
Implements ConstitutiveLaw< Vec3, Mat3x3 >.
Definition at line 446 of file module-cont-contact.cc.
References CC_FLORES_ET_AL, CC_HUNT_CROSSLEY, CC_LANKARANI_NIKRAVESH, ConstitutiveLaw< T, Tder >::Epsilon, ConstitutiveLaw< T, Tder >::EpsilonPrime, ConstitutiveLaw< T, Tder >::F, ConstitutiveLaw< T, Tder >::FDE, ConstitutiveLaw< T, Tder >::FDEPrime, TplDriveOwner< T >::Get(), m_bActive, m_bToggling, m_dDissCoef, m_dExp, m_dInitialEpsPrime, m_dInitialEpsPrimeTol, m_dK, m_dRest, m_dSign, m_type, grad::pow(), Zero3, and Zero3x3.
|
mutableprotected |
Definition at line 382 of file module-cont-contact.cc.
Referenced by AfterConvergence(), and Update().
|
mutableprotected |
Definition at line 383 of file module-cont-contact.cc.
Referenced by AfterConvergence(), and Update().
|
mutableprotected |
Definition at line 385 of file module-cont-contact.cc.
Referenced by OutputAppend(), and Update().
|
protected |
Definition at line 380 of file module-cont-contact.cc.
|
mutableprotected |
Definition at line 384 of file module-cont-contact.cc.
Referenced by AfterConvergence(), OutputAppend(), and Update().
|
protected |
Definition at line 370 of file module-cont-contact.cc.
|
protected |
Definition at line 379 of file module-cont-contact.cc.
|
protected |
Definition at line 372 of file module-cont-contact.cc.
|
protected |
Definition at line 369 of file module-cont-contact.cc.
Referenced by AfterConvergence(), pCopy(), Restart(), and Update().
|
protected |
Definition at line 374 of file module-cont-contact.cc.