How to display displacement? #17122
-
Hi Here is a native question. My problem has primary variables "disp_r disp_z". In default output exodus file, there shows a variable of "disp_". Now I want to see the differential displacement of each step to a special time (_initial).
I know the way for strain and stress. I just don't know how to do this for primary variables. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like i'm your personal assistant! :-)
You can also define
|
Beta Was this translation helpful? Give feedback.
Seems like i'm your personal assistant! :-)
This is a paraview question. Look up the top of the paraview window. You should see a box containing a list of variables you can display. One of them will be "disp_" as you have noticed already. Click it. Then look to the right of this box, and you should see a box with "Magnitude; x; y; z" in it. Choose your desired component (your disp_r will be called "x" by paraview)
Use
ParsedAux
and execute on initial. EgYou can also define