-
-
April 4, 2023 at 12:52 am
Todd Kelmar
SubscriberHello, I have an APDL script to export Node names, nodal coordinates, and some other info from a modal analysis.Â
The issue I'm having in some nodal coordinates with small values (0.003) are exporting as 0. I have verified that the nodes are not actually overlapping, and can export the proper coordinates manually, but can't figure out why APDL isn't able to return the same coordinates. The relevant code is:Â
! Select lowest node in the subset as the active nodeNODE = currn! LOOP through all nodes in the subset, for each node store the node ID, NODE X< Y< Z Coord in Node_List*DO, k,1,NUM_NODES,/GOPR/PREP7ncx = nx(currn)Node_List(k,1) = currnNode_List(k,2) = nx(currn)Node_List(k,3) = ny(currn)Node_List(k,4) = nx(currn)Â/POST1!Loop through all 13 frequencies and extract the modal displacement (vector sum) and store in mode shapes for the current node*DO, l,1,13,1SET,1,MODES(l), *GET, MODE_SHAPES(k,l), NODE, currn,U,SUM*ENDDO!Increment to next node*GET, currn, NODE, currn, nxth,!Select next nodeNODE = currn*ENDDO -
April 21, 2023 at 3:11 pm
Ashish Khemka
Forum ModeratorHi,
I think your query i answered here - ANSYS Mechanical APDL Nodal coordinates
Regards,
Ashish Khemka
-
Viewing 1 reply thread
- The topic ‘ANSYS Mechanical APDL Nodal coordinates’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3487
-
1057
-
1051
-
955
-
917
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.