-
-
October 7, 2020 at 10:35 pm
bobisd
SubscriberHi all,n n I applied a lot of specific surface loads with a loop using the SF command and I want to check whether all the nodes have the right amount of load. The best would be to store the values into an array or export them somehow to excel but I cannot get them (I think the *GET command doesn't have option for that). I can list them with the SFLIST command, but the problem is that it sorts by element id and I need to associate the nodal x coordinates.n nDoes anyone have any idea how could I manage it?n -
October 23, 2020 at 6:20 pm
Chandra Sekaran
Ansys EmployeeYou are right that *GET cannot get pressure load at a node. Pressure is considered an element load and it is available in *GET on element basis. For example to get the pressure on face 2 of element 100 you could usen*get,pres100,elem,100,PRES,2 ! get pressure on element 100 face 2n! May be once you have the pressure on an element you can average the X coordinate of the nodes of that element like:nesel,s,elem,,100nnsle,s,1n*get,numnode,node,,countnnxave=0.0n*do,i,1,numnode,1nnodeid=ndnext(0) ! get the lowest node IDnnxave= nxave+nx(nodeid)nnsel,u,node,,nodeidn*enddonnxave=nxave/numnode ! average x coordinate of element 100n! Now you have the pressure value and the x coordinate?n
-
Viewing 1 reply thread
- The topic ‘How can I get the applied surface loads for each node in MAPDL?’ is closed to new replies.
Innovation Space
Trending discussions
- The legend values are not changing.
- LPBF Simulation of dissimilar materials in ANSYS mechanical (Thermal Transient)
- Convergence error in modal analysis
- APDL, memory, solid
- How to model a bimodular material in Mechanical
- Meaning of the error
- Simulate a fan on the end of shaft
- Real Life Example of a non-symmetric eigenvalue problem
- Nonlinear load cases combinations
- How can the results of Pressures and Motions for all elements be obtained?
Top Contributors
-
4162
-
1487
-
1318
-
1170
-
1021
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.