Step 4a - Volumetric locking
(contrib/moose/modules/solid_mechanics/tutorials/introduction/mech_step04a.i)Keep the postprocessing modifications from the previous question, set the "poissons_ratio" of the cantilevers to
0.49
. Then add and modify the following parameters
"uniform_refine" in the
[Mesh]
block"volumetric_locking_correction" in the solid mechanics quasi-static physics block
"elem_type" in the
GeneratedMeshGenerator
blocksFor convenience all those parameters may be listed under
[GlobalParams]
instead. Compare first order QUAD4 elements to second order QUAD8 elements, compare the cantilever deflection with and without volumetric locking correction (with QUAD4 elements), and compare the result for different levels of uniform refinement (1, 2, 3, 4).
We can run the various combinations of first/second order elements, active/deactivated volumetric locking correction, and levels of refinement and plot the resulting data.
Note that you can override input file parameters from the command line! That means you can run all the cases plotted below using these commands:
The point here is to make you aware that volumetric locking can occur in first order elements with certain material properties. It can be alleviated through
Refinement
Use of higher order elements (QUAD8)
Use of volumetric locking correction
Users are encouraged to carefully check their results through convergence studies.