Re: nonlinear spring interaction between two DEM particles

Posted by Cédric Hubert on
URL: http://granoo.326.s1.nabble.com/nonlinear-spring-interaction-between-two-DEM-particles-tp329p333.html

Hi,

I suppose that yes.
You could start by having a look at class Spring: the main job is done by the Process() method, in which the force (and moments in case of a beam) are computed.

You the implementation will be clear to you, you can write your "SuperSpring" class, or simply derive "SuperSpring" from "Spring".