Go to the documentation of this file.
21 #ifndef __interaction_hpp__
22 #define __interaction_hpp__
105 #endif //__interaction_hpp__
const auto & control() const
Const ref to systemControl.
~interaction() override=default
const geometry & geometry_
reference to geometry object
static uniquePtr< interaction > create(systemControl &control, const particles &prtcl, const geometry &geom)
const auto & Geometry() const
create_vCtor(interaction, systemControl,(systemControl &control, const particles &prtcl, const geometry &geom),(control, prtcl, geom))
A base class for every main component of DEM system.
const auto & Particles() const
static const message msg_
const particles & particles_
reference to particles object
property holds the pure properties of materials.
Base class for geometry for managing tri-surfaces, geometry motion, and surface physical properties.
interaction(systemControl &control, const particles &prtcl, const geometry &geom)