Skip to content
Snippets Groups Projects
Commit 2870be40 authored by Henry Weller's avatar Henry Weller
Browse files

rigidBodyDynamics/rigidBodySolvers: Added run-time selectable solvers to...

rigidBodyDynamics/rigidBodySolvers: Added run-time selectable solvers to integrate the rigid-body motion

Currently supported solvers: symplectic, Newmark, CrankNicolson

The symplectic solver should only be used if iteration over the forces
and body-motion is not required.  Newmark and CrankNicolson both require
iteration to provide 2nd-order behavior.

See applications/test/rigidBodyDynamics/spring for an example of the
application of the Newmark solver.

This development is sponsored by Carnegie Wave Energy Ltd.
parent 1b90b1b9
No related merge requests found
Showing
with 1572 additions and 27 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment