Corotational FEM integration into Bullet Physics?

Please don't post Bullet support questions here, use the above forums instead.
johnfield
Posts: 2
Joined: Tue Mar 17, 2015 8:02 pm

Corotational FEM integration into Bullet Physics?

Post by johnfield »

Hello,

I'm working on a dissertation research for dynamic deformation/fracture. I'm basing my research on two papers: O'Brien and Muller.

I'm using (and learning) BulletPhysics and I would like to use the corotational finite element for my simulations. I saw there are a couple of demos in the solution that uses an external library, OpenTissue, for FEM which it is not integrated with rigidbodies.

I'm thinking of starting this integration and I would love to contribute too.

Is anybody working on this specific task already?

Regards,
Giovanni
mobeen
Posts: 122
Joined: Thu May 05, 2011 11:47 am

Re: Corotational FEM integration into Bullet Physics?

Post by mobeen »

Hi Giovanni,
The book physics based animation gives a lot of detail about implementation of Corotated Linear FEM but as you have also noticed, all open source packages like OpenTissue use templates heavily. Probably the best paper to understand Corotated linear FEM is Interactive Virtual Materials. I wrote a stripped down version in my OpenClothproject which shows how to get started with it without using templates. You can have a look at it as a starter. Although this was not implemented in Bullet, I found it simpler to write from scratch.
Thought I would add in some useful resource for you.

Thanks,
Mobeen
johnfield
Posts: 2
Joined: Tue Mar 17, 2015 8:02 pm

Re: Corotational FEM integration into Bullet Physics?

Post by johnfield »

Hi Mobeen,

sorry for late reply. Thanks for sharing the links, I gave a look at your project and looks awesome! There are a lot of interesting things you did there. I will have a closer look at your FEM implementation. After a quick glance looks easier to "port" and to read rather that the one in OpenTissue.

Thanks again,
Giovanni