Skip to content
Snippets Groups Projects
Commit c07bc87f 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 f4baa3a8
Branches
Tags
1 merge request!33Merge foundation
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