mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
17 lines
435 B
C++
17 lines
435 B
C++
|
|
#include "processorBoundarySphereInteraction.hpp"
|
|
#include "geometryMotions.hpp"
|
|
#include "contactForceModels.hpp"
|
|
|
|
|
|
template class pFlow::MPI::processorBoundarySphereInteraction
|
|
<
|
|
pFlow::cfModels::limitedNonLinearNormalRolling,
|
|
pFlow::rotationAxisMotionGeometry
|
|
>;
|
|
|
|
template class pFlow::MPI::processorBoundarySphereInteraction
|
|
<
|
|
pFlow::cfModels::nonLimitedNonLinearNormalRolling,
|
|
pFlow::rotationAxisMotionGeometry
|
|
>; |