-
-
August 16, 2023 at 3:12 pm
Yassine Naffeti
SubscriberI 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 am
Chandra Sekaran
Ansys Employeeare 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 am
Erik Kostson
Ansys EmployeeHi
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.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- how to improve the inflation quality at sharp corners?
- ANSYS Workbench Measuring within Design
- check element type
- The mesh file exporter could not resolve cyclic dependencies in overlapping contact regions error
- execution error inside the mesher. The process suffered an unhandled exception or ran out of memory
- Conformal vs Non-Conformal Mesh
- Meshing Error
- Error in meshing
- inflation created stairstep mesh at some location
- How to resolve Mesh Failure
-
7742
-
4502
-
2961
-
1449
-
1322
© 2023 Copyright ANSYS, Inc. All rights reserved.