dump the displacement of mesh when using mesh/surface/stress/servo

Submitted by ZYan on Fri, 09/26/2014 - 13:05

Dear Colleagues,
I would like to esxport the displacement of the moving mesh when using commmand fix mesh/surface/stress/servo. Is there a way to do this?
Thank you.
Best regards,
ZYan

j-kerbl's picture

j-kerbl | Mon, 09/29/2014 - 10:16

Hi ZYan,

as its written in the doc pages:
This fix stores a global vector with 9 components for access by various output commands. The first 3 components are equal to the total force on the mesh, the next 3 components store the total torque on the mesh. The last 3 components output the wall position.

So it would work, if you use a variable command to access the vector as e.g.:
variable xPos equal f_FIXNAME[7]

Cheers
Josef

ZYan | Tue, 09/30/2014 - 11:38

Hi Josef,
Yes! It works. Thank you very much indeed
Cheers
ZYan