Hi. I am looking for possible examples or demos or tutorials to implement the Kirchhoff-Love theory for thin shells via FEniCS. All I could find was the Naghdi problem of fenics-shell, which is a bit heavier for my current level of understanding.
I am a newbie in FEniCS, variational formulation, UFL etc…So any kind of guidance and code snippets is deeply appreciated.
Hi,
Kirchhoff-Love shells is not the easiest to implement as it requires C^1-continuity of the deflection field and FEniCS does not provide elements ensuring this continuity. A first remedy is to resort to a DG formulation as detailed here Clamped Kirchhoff-Love plate — fenics-shells
Thanks for the reply. I had actually seen all these links but your answer has put them in the right perspective for me ! will start by trying out these tutorials.
can you please give more insights and examples into this statement?