www.cemf.ir
boundarySphereInteractionList.cpp
Go to the documentation of this file.
1
2
3
template
<
typename
CFModel,
typename
gMModel>
4
pFlow::boundarySphereInteractionList<CFModel, gMModel>::boundarySphereInteractionList
5
(
6
const
sphereParticles
&sphPrtcls,
7
const
gMModel &geomMotion
8
)
9
:
10
ListPtr<boundarySphereInteraction<CFModel,gMModel>
>(6),
11
boundaries_(sphPrtcls.
pStruct
().
boundaries
())
12
{
13
//gSettings::sleepMiliSeconds(1000*pFlowProcessors().localRank());
14
for
(
uint32
i=0; i<6; i++)
15
{
16
this->set(
17
i,
18
boundarySphereInteraction<CFModel, gMModel>::create
(
19
boundaries_[i],
20
sphPrtcls,
21
geomMotion));
22
}
23
}
pFlow::boundarySphereInteractionList::boundarySphereInteractionList
boundarySphereInteractionList(const sphereParticles &sphPrtcls, const geometryMotionModel &geomMotion)
Definition:
boundarySphereInteractionList.cpp:5
pFlow::ListPtr
Definition:
ListPtr.hpp:37
pFlow::boundarySphereInteraction
Definition:
boundarySphereInteraction.hpp:32
pFlow::uint32
unsigned int uint32
Definition:
builtinTypes.hpp:56
pFlow::sphereParticles
Class for managing spherical particles.
Definition:
sphereParticles.hpp:42
pFlow::pointStructure::boundaries
auto & boundaries()
Definition:
pointStructure.hpp:118
pFlow::particles::pStruct
const pointStructure & pStruct() const
Definition:
particles.hpp:106
src
Interaction
sphereInteraction
boundaries
boundarySphereInteractionList.cpp
Generated by
1.8.17