template pFlow::boundarySphereInteractionList::boundarySphereInteractionList ( const sphereParticles &sphPrtcls, const gMModel &geomMotion ) : boundaryListPtr>(), boundaries_(sphPrtcls.pStruct().boundaries()) { ForAllActiveBoundariesPtr(i, this) { this->set( i, boundarySphereInteraction::create( boundaries_[i], sphPrtcls, geomMotion)); } }