SPHinXsys  alpha version
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
SPH::BaseBodyRelationContact Class Reference

The base relation between a SPH body and its contact SPH bodies. More...

#include <base_body_relation.h>

Inherits SPH::SPHBodyRelation.

Inherited by SPH::BodyRelationContact, and SPH::SolidBodyRelationContact.

Public Member Functions

 BaseBodyRelationContact (SPHBody &sph_body, RealBodyVector contact_bodies)
 
 BaseBodyRelationContact (SPHBody &sph_body, BodyPartVector contact_body_parts)
 
virtual void updateConfigurationMemories () override
 
- Public Member Functions inherited from SPH::SPHBodyRelation
 SPHBodyRelation (SPHBody &sph_body)
 
void subscribeToBody ()
 
virtual void updateConfiguration ()=0
 

Public Attributes

RealBodyVector contact_bodies_
 
ContactParticleConfiguration contact_configuration_
 
- Public Attributes inherited from SPH::SPHBodyRelation
SPHBodysph_body_
 
BaseParticlesbase_particles_
 

Protected Member Functions

virtual void resetNeighborhoodCurrentSize ()
 

Protected Attributes

UniquePtrKeepers< SearchDepthMultiResolutionsearch_depth_multi_resolution_ptr_vector_keeper_
 
UniquePtrKeepers< NeighborRelationContactneighbor_relation_contact_ptr_vector_keeper_
 
StdVec< CellLinkedList * > target_cell_linked_lists_
 
StdVec< SearchDepthMultiResolution * > get_search_depths_
 
StdVec< NeighborRelationContact * > get_contact_neighbors_
 

Detailed Description

The base relation between a SPH body and its contact SPH bodies.

Member Data Documentation

◆ contact_configuration_

ContactParticleConfiguration SPH::BaseBodyRelationContact::contact_configuration_

Configurations for particle interaction between bodies.


The documentation for this class was generated from the following files: