Page 2 of 2

Re: Thin Wall Cylinder Buckling

Posted: 07 Oct 2023, 13:48
by kevinarden
Update to a long thin walled cylinder, fixed both ends L=1, r=0.5, t=0.012, E=200E9,v=.3, external pressure 6.76E6
Values across abaqus, Elmer, nastran are very close
table.PNG
table.PNG (59.88 KiB) Viewed 701 times
study cylinder buckling.pdf
(682.96 KiB) Downloaded 82 times
Folder buck4 in
https://github.com/mrkearden/Thin-Wall- ... r-Buckling

Re: Thin Wall Cylinder Buckling

Posted: 10 Oct 2023, 15:35
by raback
Hi Kevin,

Great that mesh convergence is achieved. That shows that codes are consistent!

To avoid confusion between higher order nodal or p-elements:

- Only either can be active at the same time
- Higher order nodal elements are created by the meshes and can have better geometry description
- p-elements always start from linear basis and use hierarchy of basis functions
- the "increase element order" was included inside ElmerSolver to be able to run larger cases where also "Mesh Levels" is used
- Both the internal increased element order and p-elements can follow some selected curved shapes if so requested.

In you setup you had both "increase element order" and "p:4" I don't really know how they come along. I would guess that additional nodes just hang along as zeros. You might get the time down by choosing only either. Still, the direct methods tend to be costly for higher order elements.

-Peter