Unknown Variable Displacement #30092
-
|
Hello, I'm attempting to create a simplified problem by adapting the input file found in My question is, what should I interpret the error to mean? I can share the input file if that would be helpful in understanding what the source of the error could be. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello The error tells you you are missing a displacement variable. I ll make a patch for this example so it runs without modification. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
The error tells you you are missing a displacement variable.
This variable is used to deform the geometry. But you can just have a 0 valued one in the AuxVariables block.
I ll make a patch for this example so it runs without modification.
Guillaume