chrono::fea::ChContactSurfaceSegmentSet Class Reference
Description
Class which defines a contact surface for FEA elements.
Suitable for cable and beam elements, it uses one or more capsules per element (depending on the number of nodes).
#include <ChContactSurfaceSegmentSet.h>
Inheritance diagram for chrono::fea::ChContactSurfaceSegmentSet:

Collaboration diagram for chrono::fea::ChContactSurfaceSegmentSet:

Public Member Functions | |
ChContactSurfaceSegmentSet (std::shared_ptr< ChContactMaterial > material, ChMesh *mesh=nullptr) | |
void | AddAllSegments (const ChMesh &mesh, double sphere_swept=0.0) |
Utility function to add segments for all 1D elements of the specified FEA mesh to this collision set. | |
virtual ChAABB | GetAABB () const override |
Get the current axis-aligned bounding box. | |
std::vector< std::shared_ptr< ChContactSegmentXYZ > > & | GetSegmentsXYZ () |
Get the list of segments. | |
std::vector< std::shared_ptr< ChContactSegmentXYZRot > > & | GetSegmentsXYZRot () |
Get the list of segments for nodes with rotational DOFs. | |
unsigned int | GetNumSegments () const |
Get the total number of segments. | |
virtual void | SyncCollisionModels () const override |
virtual void | AddCollisionModelsToSystem (ChCollisionSystem *coll_sys) const override |
virtual void | RemoveCollisionModelsFromSystem (ChCollisionSystem *coll_sys) const override |
![]() | |
ChContactSurface (std::shared_ptr< ChContactMaterial > material, ChPhysicsItem *mesh=nullptr) | |
ChPhysicsItem * | GetPhysicsItem () |
Get the owner physics item (e.g., an FEA mesh). | |
void | SetPhysicsItem (ChPhysicsItem *physics_item) |
Set the owner physics item (e.g., an FEA mesh). | |
void | DisableSelfCollisions (int family) |
Disable self-collisions (default: enabled). More... | |
std::shared_ptr< ChContactMaterial > & | GetMaterialSurface () |
Get the surface contact material. | |
Additional Inherited Members | |
![]() | |
std::shared_ptr< ChContactMaterial > | m_material |
contact material properties | |
ChPhysicsItem * | m_physics_item |
associated physics item (e.g., an FEA mesh) | |
bool | m_self_collide |
include self-collisions? | |
int | m_collision_family |
collision family (if no self-collisions) | |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/fea/ChContactSurfaceSegmentSet.h
- /builds/uwsbel/chrono/src/chrono/fea/ChContactSurfaceSegmentSet.cpp