JuliaFEM / FEMPlates.jl

Plate bending formulations for JuliaFEM
MIT License
4 stars 4 forks source link

Implement DKQ element #12

Open JHenneberg opened 5 years ago

JHenneberg commented 5 years ago

DKQ - Discrete Kirchhof Quadrilateral The DKT element is already implemented and the DKQ element does not really need a lot of adjustments.

ahojukka5 commented 5 years ago

Yes, you are right on this. There's still a couple of issues I would like to consider before continuing on plate and shell development. The first is that we should be able to couple elements with continuum elements, and also rotate elements in 3d space, to make some practical use for these in real-life simulations. Another thing I would like to consider is how the basis functions, which depends on the geometry of the elements, should be defined.

JHenneberg commented 5 years ago

Sure I understand. Anyway I need to dive deeper into Julia and this project Looks pretty interesting so far, because otherwise there only pretty much legacy open source programs for FEM.

ahojukka5 commented 5 years ago

@ahniemi is our plate & shell expert if you need some theoretical guidance. And of course, you can always ask from me if there are some parts of code hard to understand.

JHenneberg commented 5 years ago

Sounds good. Is there any roadmap which elements you want to implement?

ahojukka5 commented 5 years ago

Well, I'm working on assumed strain 8-node solid-shell element.