www.cemf.ir
boundarySphereInteractionList.cpp
Go to the documentation of this file.
1 
2 
3 template <typename CFModel, typename gMModel>
5 (
6  const sphereParticles &sphPrtcls,
7  const gMModel &geomMotion
8 )
9 :
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,
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