Skip to main content

lagrange multiplier

Lagrange Multipliers in Multi-body Finite Element Code

Submitted by peter.greaves on
Choose a channel featured in the header of iMechanica

I'm working on a Multibody dynamics code using the finite element method to simulate the behaviour of flexible beams (using this paper if anyone is interested/ it is relevant). I'd like to model joints, and as I only need spherical friction free joints I believe this should be easy using Lagrange multipliers.

When I run the code, the two bodies part company immediately. Any ideas where I'm going wrong? I'm just simulating a double pendulum with 10 elements in each body for now.

MLPG mixed collocation essential BC

Submitted by Johannes T.B. … on

I am currently implementing some meshfree methods in Matlab. I have already implemented the EFG method. Now I'm trying to implement the MLPG mixed collocation method, and here I run into a problem.