Skip to content

Issue with use_displaced_mesh in Viscoelastic Adhesive Contact Setup #29918

Discussion options

You must be logged in to vote

Hello! I'm not familiar with contact problems or methods, but I think you need specify displacement variables for the Problem. The easiest way to do this is using GlobalParams:

[GlobalParams]
  displacements = 'disp_x disp_y disp_z'
[]

Where the number of disp_* entries should equal the dimensionality of your mesh. If you don't have variables representing displacements, you can create fake ones for now like this:

[AuxVariables]
  [disp_x]
  []
  [disp_y]
  []
  [disp_z]
  []
[]

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by asurovi
Comment options

You must be logged in to vote
1 reply
@GiudGiud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants