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

Comments

  • During particle interaction you can see how the interactions floating-floating or floating-bound are computed.

    Regards
  • thank you for replying
    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.
Sign In or Register to comment.