Confusion of Units and Ability to Apply Fixed Displacement #1137
Unanswered
jmanthony3
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Why do you want the displacement of node 8 in the example? If you want to get the displacement at a specific coordinate, you can use |
Beta Was this translation helpful? Give feedback.
2 replies
-
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
-
I have been playing around with this package for a couple of weeks now and have come to really enjoy using it. I am working on a project that is similar to the von Mises Plasticity example, and that this package is open-source is really attractive.
So far, I want to modify the von Mises Plasticity example to perform a representative volume element (RVE) test by applying a fixed displacement in each timestep (like a strain-controlled loading condition). But I am supremely confused whether each element of the tangent stiffness matrix,
K
has units of stress or energy (Ke[i, j] += δϵ ⊡ D ⊡ Δϵ * dΩ
at line 150 in the example).Below is a MWE which includes some modifications to the von Mises Plasticity example: e. g. adding ϵ as an attribute to MaterialState and printing a comparison of the applied and actual displacement in each timestep. #788 was instrumental to strafe through the global displacement vector,
u
. Maybe this could be officially implemented?Questions
K
units of stress or energy?MWE
Code
Plot
Beta Was this translation helpful? Give feedback.
All reactions