-
-
August 16, 2023 at 3:12 pmYassine NaffetiSubscriber
I am working on a modal anaylsis with ANSYS APDL. How can I get the real part, the imaginary part and the phase angle of the nodal displacement of a given node with APDL commands?Â
Thank you for helping :)Â -
August 17, 2023 at 11:38 amChandra SekaranAnsys Employee
are you doing a damped modal analysis? If you have a complex solution then the results file will have 2 sets of results for each natural freuqency - the real part and imaginary part. You can use the SET command to look at either one. So for example you can use the below to get the UX value at node 5 for real part of mode 1 and imaginary part of mode 1. Once you have the real and imaginary values you can calculate phase angle or amplitude.
/post1
set,1,1Â Â Â Â Â Â ! load real part of mode 1 solution
real5=ux(5)
set,1,1,,1Â ! load imaginary part of solution
imag5=ux(5)
Â
-
September 22, 2023 at 7:08 amErik KostsonAnsys Employee
Hi
In the future I would suggest to post this type of question (APDL/SOlver/Post pro.) in the General Mechanical forum.
All the best
Erik
Â
-
- The topic ‘GET imaginary part of the nodal displacements in a modal analysis with APDL’ is closed to new replies.
- CONVERTING STL FILE IN TO SOLID
- Varying ply angle in ACP
- The meshing algorithm cannot find matching topology
- Assiging one parameter as thinkness of few shell objects
- [ANSYS Meshing] how to activate curvature for a sizing in a script?
- How to create a mapped mesh in a chain link model with stud.
- ICEM O grid mesh for sloped pipe
-
1772
-
635
-
599
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.