![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Go to the source code of this file.
Namespaces | |
| namespace | contact |
Functions | |
| std::unique_ptr< PairForce > | contact::makePairForce (const std::string &friction_law) |
| Build pair-force object from friction-law name. | |
| std::unique_ptr< Damping > | contact::makeDamping (const std::string &name) |
| Build COM damping object, or nullptr when the law has no COM term. | |
| bool | contact::usesComDamping (const std::string &damping_law) |
| True for com / com_and_node. | |
| bool | contact::usesNodeDamping (const std::string &damping_law) |
| True for node / com_and_node. | |