|
| CoulombContactLaw (const std::map< std::string, T > &props={}) |
|
| ContactLawBase (const std::map< std::string, T > &props={}) |
| constructor
|
|
virtual | ~ContactLawBase ()=default |
| destructor
|
|
virtual std::vector< std::string > | symmetricContactScalars () |
| Symmetric contact scalar variables.
|
|
virtual std::vector< std::string > | symmetricContactVectors () |
| Symmetric contact vector variables.
|
|
virtual void | initialize (StateVariable< T > &sv) |
| initialize the contact law
|
|
ContactLawBase & | operator= (const ContactLawBase &other) |
| move operator
|
|
T | frictionCoefficient (int idx, const StateVariable< T > &sv0, const StateVariable< T > &sv) |
| calculate the friction coefficient combined with different criteria
|
|
Eigen::Matrix< T, 3, 3 > | forceDisplacement (int idx, Eigen::Matrix< T, 3, 1 > &ddisp, Eigen::Matrix< T, 3, 3 > &Ke, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| integrate the force-displacement relation
|
|
Eigen::Matrix< T, 3, 3 > | elasticStiffness (int idx, T fn, const StateVariable< T > &sv0, const StateVariable< T > &sv) override |
| Calculate the elastic stiffness matrix.
|
|
|
Eigen::Matrix< T, 3, 3 > | stiffness (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const StateVariable< T > &sv0, StateVariable< T > &sv) override |
| calculate the elastoplastic stiffness matrix
|
|
void | postIncrement (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const StateVariable< T > &sv0, StateVariable< T > &sv) override |
| post-processing after the increment
|
|
Eigen::Matrix< T, 3, 3 > | integrate (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const Eigen::Matrix< T, 3, 3 > &Ke, const StateVariable< T > &sv0, StateVariable< T > &sv) override |
| integrate the force-displacement contact law, with a number of increments.
|
|
Eigen::Matrix< T, 3, 3 > | increment (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const Eigen::Matrix< T, 3, 3 > &Ke, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| Calculate one increment.
|
|
virtual void | check (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| check the convergence of the contact law
|
|
virtual void | preIntegration (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| pre-processing before the integration
|
|
virtual void | postIntegration (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| post-processing after the integration
|
|
virtual void | preIncrement (int idx, const Eigen::Matrix< T, 3, 1 > &ddisp, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| pre-processing before the increment
|
|
virtual T | CSL (int idx, const StateVariable< T > &sv0, StateVariable< T > &sv) |
| calculate the critical state line
|
|
template<typename T>
struct micromechanical::contacts::CoulombContactLaw< T >
Coulomb contact law.
- Note
- 286 state variables