Dear all,
I just have a query about the fix/spring self output. If the spring direction is set as y (for instance), would the fix output be equal to Σ(1/2kdyi^2) or Σ(1/2k( dxi^2 +dyi^2+dzi^2))?
Thank you in advance.
Kind Regards,
Michalis
Dear all,
I just have a query about the fix/spring self output. If the spring direction is set as y (for instance), would the fix output be equal to Σ(1/2kdyi^2) or Σ(1/2k( dxi^2 +dyi^2+dzi^2))?
Thank you in advance.
Kind Regards,
Michalis
Dear all,
I just have a query about the fix/spring self output. If the spring
direction is set as y (for instance), would the fix output be equal to
Σ(1/2*k*dyi^2) or Σ(1/2*k*( dxi^2 +dyi^2+dzi^2))?
if you set the direction to y, fix spring/self will internally set dx
and dy to 0.0;
thus you should get the former. please see the source code for confirmation.
axel.