Skip to content

How to display displacement? #17122

Discussion options

You must be logged in to vote

Seems like i'm your personal assistant! :-)

  1. 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)

  2. Use ParsedAux and execute on initial. Eg

 [disp_r_initial]
    type = ParsedAux
    args = disp_r
    function = disp_r
    variable = disp_r_initial
    execute_on = initial
  []

You can also define

 [disp_r_change]
    type = ParsedAux
    args = 'disp_r disp_r_initial'…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zhang-rite
Comment options

Answer selected by zhang-rite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants