I have a some basic questions about the 2D geometry function in the fem module…
First how does the function for a 2D mesh work? As far a tried now i didn’t get a result… Not
Is it possible to create a 2D mesh from a 3D shape?
When you mesh by GMSH you can select “(Mesh) element dimension 2D” – it will create a hollow shell mesh from the solid geometry – I guess it is not what you need.
Usually for 2D mesh you need 2D geometry → you can split the solid to faces by Draft/Downgrade, select faces from one side and make one shell by Draft/Upgrade, which you can mesh by GMSH. Or create mid-surface somehow else.
If you use faces from one side of the solid you can use offset in CalculiX, e.g. to offset by half of the thickness in direction of element normals:
*SHELL SECTION,MATERIAL=EL,ELSET=Eall,OFFSET=-0.5
Then check orientation by displaying expanded elements in frd (you need to have
*NODE FILE, OUTPUT=3d
For rough 2D model I would omit small radii from your geometry