SPH algorithm for floating bodies
dear developer,
in which Source code the SPH algorithm for floating bodies is implemented?
I only found the DEM algorithm in source codes but in XML files there is an option for SPH rigid body algorithm.
Regards
in which Source code the SPH algorithm for floating bodies is implemented?
I only found the DEM algorithm in source codes but in XML files there is an option for SPH rigid body algorithm.
Regards
Comments
Regards
do you mean in : JSphCpu::Interaction_Forces
in this part of code due to bool parameter COMPUTE floating-floating or floating-bound interactions will not be computed in this part.