This study shows many things
- How the error of computing ASME linearized stresses depends on the number of elements through the thickness of a pipe. Two second-order elements are enough.
- The error with respect to the analytical solution vs. CPU and memory usage. It is shown that, even the stresses are basically normal, second-order elements are more efficient that first-order elements.
- The rate of convergence with respect to mesh size.
Show a single tet4 vs tet10 with nodes. Show a full mesh of tet4 vs tet10 with nodes. Derive the factor of 6 between the number of DOFs. Show the difference between straight and curved tet10s. Negative jacobians! Figure from Christophe's paper.
This case uses displacement-based FEM formulation for linear isotropic elasticity.
Note the denominator
Wall time and memory are computed only for the solver, not for the mesher. Wall time excludes computation of
-
hex20?
-
hex27?
-
mumps?
-
plane strain
-
axisymmetric
-
compare straight-curved
-
penalty/lagrange
-
the sigmas are not interpolated right, they need to use the constants from the nafems challenge
-
unstructured tet4/tet10: ustet10/uctet10
-
structured tet4/10: sstet10/sctet10
-
structured hex8/hex20 sshex20/schex20
-
strucutred hex8/hex27 sshex27/schex27
-
for each shape above, draw the wheel with the difference between 1st and 2nd order