www.cemf.ir
boundarySphereInteractionList.hpp
Go to the documentation of this file.
1 #ifndef __boundarySphereInteractionList_hpp__
2 #define __boundarySphereInteractionList_hpp__
3 
4 
5 #include "boundaryList.hpp"
6 #include "ListPtr.hpp"
8 
9 
10 namespace pFlow
11 {
12 
13 
14 template<typename contactForceModel,typename geometryMotionModel>
16 :
17  public ListPtr<boundarySphereInteraction<contactForceModel,geometryMotionModel>>
18 {
19 private:
20 
22 
23 public:
24 
26  const sphereParticles& sphPrtcls,
27  const geometryMotionModel& geomMotion
28  );
29 
31 
32 };
33 
34 
35 
36 }
37 
39 
40 #endif //__boundarySphereInteractionList_hpp__
pFlow::boundarySphereInteractionList::boundarySphereInteractionList
boundarySphereInteractionList(const sphereParticles &sphPrtcls, const geometryMotionModel &geomMotion)
Definition: boundarySphereInteractionList.cpp:5
pFlow::ListPtr
Definition: ListPtr.hpp:37
ListPtr.hpp
boundarySphereInteraction.hpp
pFlow::boundaryList
Definition: boundaryList.hpp:35
pFlow
Definition: demGeometry.hpp:27
pFlow::sphereParticles
Class for managing spherical particles.
Definition: sphereParticles.hpp:42
boundaryList.hpp
pFlow::boundarySphereInteractionList::boundaries_
const boundaryList & boundaries_
Definition: boundarySphereInteractionList.hpp:21
boundarySphereInteractionList.cpp
pFlow::boundarySphereInteractionList::~boundarySphereInteractionList
~boundarySphereInteractionList()=default
pFlow::boundarySphereInteractionList
Definition: boundarySphereInteractionList.hpp:15