[FElupe v0.1.1] A Cube (Arbitrary Order Lagrange Hexahedron) with Isotropic Hyperelasticity under Uniaxial Compression #87
adtzlr
started this conversation in
Show and tell
Replies: 1 comment
-
Hint: VTK export is not supported for arbitrary order lagrange elements due to different cell-point connectivity between FElupe and VTK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an example with an arbitrary order lagrange hexahedron element in combination with isotropic hyperelasticity under uniaxial compression, glued to a rigid end plate.
As always, import FElupe (and matadi).
First, we define a plot function (will be used later).
The parameters of this example are the order of the lagrange polynomials and the length, width and height of the mesh.
Next, we create our mesh (in this case the points of one element):
This will be followed by setting up the problem
and the definition of the material behavior:
A Newton-Rhapson scheme is used to obtain the state of equilibrium. Due to the nearly incompressible material parameters small increments of external prescribed displacements have to be applied.
The residuals per increment and iteration are printed out.
Finally, the deformed body is plotted.
Beta Was this translation helpful? Give feedback.
All reactions