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
"
8
#include "
boundarySphereParticles.hpp
"
9
10
namespace
pFlow
11
{
12
13
class
boundarySphereParticlesList
14
:
15
public
ListPtr
<boundarySphereParticles>
16
{
17
private
:
18
19
const
boundaryList
&
boundaries_
;
20
21
public
:
22
23
boundarySphereParticlesList
(
24
const
boundaryList
& bndrs,
25
sphereParticles
& prtcls
26
);
27
28
~boundarySphereParticlesList
()=
default
;
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
src
Particles
SphereParticles
boundarySphereParticlesList.hpp
Generated by
1.8.17