MBDyn-1.7.3
|
#include <constltp_impl.h>
Public Member Functions | |
ElasticConstitutiveLaw (const TplDriveCaller< T > *pDC, const T &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< T, Tder > | |
ConstitutiveLaw (void) | |
virtual | ~ConstitutiveLaw (void) |
virtual ConstitutiveLaw< T, Tder > * | pCopy (void) const =0 |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual void | Update (const T &Eps, const T &EpsPrime=mb_zero< T >())=0 |
virtual void | AfterConvergence (const T &Eps, const T &EpsPrime=mb_zero< T >()) |
virtual const T & | GetEpsilon (void) const |
virtual const T & | GetEpsilonPrime (void) const |
virtual const T & | GetF (void) const |
virtual const Tder & | GetFDE (void) const |
virtual const Tder & | 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 std::ostream & | OutputAppend (std::ostream &out) const |
virtual void | ReadInitialState (MBDynParser &HP) |
Public Member Functions inherited from TplDriveOwner< T > | |
TplDriveOwner (const TplDriveCaller< T > *pDC=0) | |
virtual | ~TplDriveOwner (void) |
void | Set (const TplDriveCaller< T > *pDC) |
TplDriveCaller< T > * | pGetDriveCaller (void) const |
T | Get (const doublereal &dVar) const |
T | Get (void) const |
virtual bool | bIsDifferentiable (void) const |
virtual T | GetP (void) const |
Protected Member Functions | |
virtual std::ostream & | Restart_int (std::ostream &out) const |
Protected Attributes | |
T | PreStress |
Protected Attributes inherited from ConstitutiveLaw< T, Tder > | |
T | Epsilon |
T | EpsilonPrime |
T | F |
Tder | FDE |
Tder | FDEPrime |
Protected Attributes inherited from WithLabel | |
unsigned int | uLabel |
std::string | sName |
Protected Attributes inherited from TplDriveOwner< T > | |
TplDriveCaller< T > * | pTplDriveCaller |
Additional Inherited Members | |
Public Types inherited from ConstitutiveLaw< T, Tder > | |
typedef ConstitutiveLaw< T, Tder >::ErrNotAvailable | Err |
Public Types inherited from SimulationEntity | |
typedef std::vector< Hint * > | Hints |
Definition at line 163 of file constltp_impl.h.
|
inline |
Definition at line 183 of file constltp_impl.h.
|
inlinevirtual |
Definition at line 189 of file constltp_impl.h.
|
inlinevirtual |
Implements ConstitutiveLaw< T, Tder >.
Reimplemented in TurbulentViscoElasticConstitutiveLaw< T, Tder >, DoubleLinearViscoElasticConstitutiveLaw< T, Tder >, LinearViscoElasticGenericAxialTorsionCouplingConstitutiveLaw< T, Tder >, LTVViscoElasticGenericConstitutiveLaw< T, Tder >, LinearViscoElasticGenericConstitutiveLaw< T, Tder >, LinearViscoElasticIsotropicConstitutiveLaw< T, Tder >, LinearViscousGenericConstitutiveLaw< T, Tder >, LinearViscousIsotropicConstitutiveLaw< T, Tder >, SymbolicViscoElasticConstitutiveLaw< T, Tder >, SymbolicViscoElasticConstitutiveLaw< doublereal, doublereal >, SymbolicViscousConstitutiveLaw< T, Tder >, SymbolicViscousConstitutiveLaw< doublereal, doublereal >, NLPViscoElasticConstitutiveLaw< T, Tder >, and NLSFViscoElasticConstitutiveLaw< T, Tder >.
Definition at line 194 of file constltp_impl.h.
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 230 of file constltp_impl.h.
|
inlineprotectedvirtual |
Reimplemented in MusclePennestriReflexiveCL, MusclePennestriErgoCL, and MusclePennestriCL.
Definition at line 169 of file constltp_impl.h.
Referenced by GiNaCElasticConstitutiveLaw< T, Tder >::Restart(), HuntCrossleyCL::Restart(), NLPViscoElasticConstitutiveLaw< T, Tder >::Restart(), MusclePennestriCL::Restart(), NLSFViscoElasticConstitutiveLaw< T, Tder >::Restart(), ContContactCL::Restart(), NLSFViscoElasticConstitutiveLaw< doublereal, doublereal >::Restart(), NLPViscoElasticConstitutiveLaw< doublereal, doublereal >::Restart(), GiNaCElasticConstitutiveLaw< doublereal, doublereal >::Restart(), LinearElasticIsotropicConstitutiveLaw< T, Tder >::Restart(), LinearElasticGenericConstitutiveLaw< T, Tder >::Restart(), GiNaCViscousConstitutiveLaw< T, Tder >::Restart(), ContContact3DCL::Restart(), LinearElasticGenericAxialTorsionCouplingConstitutiveLaw< Vec6, Mat6x6 >::Restart(), GiNaCViscousConstitutiveLaw< doublereal, doublereal >::Restart(), GiNaCViscoElasticConstitutiveLaw< T, Tder >::Restart(), LogConstitutiveLaw< doublereal, doublereal >::Restart(), DoubleLinearElasticConstitutiveLaw< doublereal, doublereal >::Restart(), DoubleLinearElasticConstitutiveLaw< Vec3, Mat3x3 >::Restart(), GiNaCViscoElasticConstitutiveLaw< doublereal, doublereal >::Restart(), IsotropicHardeningConstitutiveLaw< T, Tder >::Restart(), ContactConstitutiveLaw< doublereal, doublereal >::Restart(), ContactConstitutiveLaw< Vec3, Mat3x3 >::Restart(), LinearViscousIsotropicConstitutiveLaw< T, Tder >::Restart(), LinearViscousGenericConstitutiveLaw< T, Tder >::Restart(), LinearViscoElasticIsotropicConstitutiveLaw< T, Tder >::Restart(), LinearViscoElasticGenericConstitutiveLaw< T, Tder >::Restart(), LTVViscoElasticGenericConstitutiveLaw< T, Tder >::Restart(), LinearViscoElasticGenericAxialTorsionCouplingConstitutiveLaw< Vec6, Mat6x6 >::Restart(), DoubleLinearViscoElasticConstitutiveLaw< doublereal, doublereal >::Restart(), DoubleLinearViscoElasticConstitutiveLaw< Vec3, Mat3x3 >::Restart(), and TurbulentViscoElasticConstitutiveLaw< doublereal, doublereal >::Restart().
|
inlinevirtual |
Reimplemented from SimulationEntity.
Definition at line 198 of file constltp_impl.h.
|
protected |
Definition at line 166 of file constltp_impl.h.
Referenced by LinearElasticGenericAxialTorsionCouplingConstitutiveLaw< Vec6, Mat6x6 >::pCopy(), LogConstitutiveLaw< doublereal, doublereal >::pCopy(), DoubleLinearElasticConstitutiveLaw< doublereal, doublereal >::pCopy(), DoubleLinearElasticConstitutiveLaw< Vec3, Mat3x3 >::pCopy(), ContactConstitutiveLaw< doublereal, doublereal >::pCopy(), ContactConstitutiveLaw< Vec3, Mat3x3 >::pCopy(), DoubleLinearViscoElasticConstitutiveLaw< doublereal, doublereal >::pCopy(), DoubleLinearViscoElasticConstitutiveLaw< Vec3, Mat3x3 >::pCopy(), TurbulentViscoElasticConstitutiveLaw< doublereal, doublereal >::pCopy(), ElasticConstitutiveLaw< doublereal, doublereal >::Restart_int(), ElasticConstitutiveLaw< doublereal, doublereal >::SetValue(), LinearElasticGenericAxialTorsionCouplingConstitutiveLaw< Vec6, Mat6x6 >::Update(), LogConstitutiveLaw< doublereal, doublereal >::Update(), DoubleLinearElasticConstitutiveLaw< doublereal, doublereal >::Update(), DoubleLinearElasticConstitutiveLaw< Vec3, Mat3x3 >::Update(), ContactConstitutiveLaw< doublereal, doublereal >::Update(), DoubleLinearViscoElasticConstitutiveLaw< doublereal, doublereal >::Update(), DoubleLinearViscoElasticConstitutiveLaw< Vec3, Mat3x3 >::Update(), and TurbulentViscoElasticConstitutiveLaw< doublereal, doublereal >::Update().