PressureFieldContact.jl

Elastic foundation contact model for rigid body dynamics.
Author ryanelandt
Popularity
8 Stars
Updated Last
2 Years Ago
Started In
September 2018

PressureFieldContact.jl

Build Status codecov.io

This module implements the elastic foundation-themed contact model for rigid body dynamics described in this short video. This paper describes the method in greater detail. UNDER CONSTRUCTION: See the latest documentation for installation instructions, a quick-start guide and summary of how the different pieces of this method work.

Summary

The surface of bodies are represented with a triangular mesh. The compliant portion of bodies is represented with a tetrahedral mesh. The easiest way to get started is to run the boxes.jl example in the test directory. More examples will come soon.

Friction Models

This package can model friction using either a regularized Coulomb friction model or a bristle friction model. A regularized Coulomb friction model is simple at the cost of allowing creep (i.e. a block will slide down a ramp irrespective of slope). The bristle friction model adds extra state variables that model deformation. This friction model allows objects to have zero tangential velocity even when applied tangential forces are not zero. Try both to see which is best for your application.