CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   deformed shape (https://www.cfd-online.com/Forums/cfx/23598-deformed-shape.html)

Vishwas Iyengar February 1, 2007 13:01

deformed shape
 
Hey,

I need to get the co-ordinates for the deformed shape upon performing the structural analysis in ANSYS. Is there a way to obtain the deformed shape co-ordinates directly?

Cheers, Vish

Robin February 16, 2007 14:25

Re: deformed shape
 
Hi Vish,

You can output these from ANSYS by either right clicking on the variable in workbench (and exporting to Excel) or using the exprofile,,, APDL command

In version 11.0, read the ANSYS results into CFX-Post and you export a profile boundary condition from the region with the specified displacements.

Note that to use the profile, you will have to feed the profile CEL function the original node coordinates, since the nodes will change locations. To do this, create three expressions for the original location:

X0 = x - Total Mesh Displacement X Y0 = y - Total Mesh Displacement Y Z0 = z - Total Mesh Displacement Z

You profile function would look something like this:

myprofile.Total Mesh Displacement X(X0, Y0, Z0)

Regards, Robin


All times are GMT -4. The time now is 20:09.