www.cemf.ir
boundarySphereParticlesList.hpp
Go to the documentation of this file.
1 
2 
3 #ifndef __boundarySphereParticlesList_hpp__
4 #define __boundarySphereParticlesList_hpp__
5 
6 #include "ListPtr.hpp"
7 #include "boundaryList.hpp"
9 
10 namespace pFlow
11 {
12 
14 :
15  public ListPtr<boundarySphereParticles>
16 {
17 private:
18 
20 
21 public:
22 
24  const boundaryList& bndrs,
25  sphereParticles& prtcls
26  );
27 
29 
30 };
31 
32 }
33 
34 
35 
36 #endif
pFlow::ListPtr
Definition: ListPtr.hpp:37
ListPtr.hpp
boundarySphereParticles.hpp
pFlow::boundarySphereParticlesList::boundarySphereParticlesList
boundarySphereParticlesList(const boundaryList &bndrs, sphereParticles &prtcls)
Definition: boundarySphereParticlesList.cpp:3
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::boundarySphereParticlesList
Definition: boundarySphereParticlesList.hpp:13
pFlow::boundarySphereParticlesList::boundaries_
const boundaryList & boundaries_
Definition: boundarySphereParticlesList.hpp:19
pFlow::boundarySphereParticlesList::~boundarySphereParticlesList
~boundarySphereParticlesList()=default