the use of displaced mesh #20583
-
I want to implement the displaced mesh configuration by using the "displacement='disp_x disp_y'" and "_use_displaced_mesh=true" . The mesh can now be seen moving over time on the console, but the solve show the same results as if the displacement field had not been applied. I suspect that the coordinate values do not change at each step, resulting in results that are not related to the moving mesh. Is there any way that the coordinate values can be changed at each step to affect the calculation of the equations.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hello I assume that by the
Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
I assume that by the
cloud
you mean the exodus output?Have you tried to output the displaced mesh? For this you will need an exodus block in Outputs with the
use_displaced
parameter set to true.Guillaume