Usage in FElupe #22
adtzlr
started this conversation in
Show and tell
Replies: 1 comment
-
Note: The above script has been adopted and works with FElupe (beta) >= 0.1.1 Note: The above script has been adopted and works with FElupe (beta) >= 0.1.3 Note: The above script has been adopted and works with FElupe (beta) >= 0.1.6 Note: The above script has been adopted and works with FElupe >= 4.0.0 Note: The above script has been adopted and works with FElupe >= 6.0.0 |
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 a little tutorial how to use
matADi
inFElupe
. Let's set up a simple example - stretch of a clamped hyperelastic cube.We'll start with the definition of our material.
We set up a simple displacement-based problem starting with a mesh and a region, on which we create our vector-valued displacement-field, finally added to a field container. A numeric solid body applies the constitutive material formulation on the field.
This will be followed by the definition of the displacement boundaries.
A newton-rhapson procedure is used to obtain equilibrium. Finally the model is saved as VTK file.
The ouput of this script shows that the final solution is valid.
Beta Was this translation helpful? Give feedback.
All reactions