TAGGED: akhemka, ansys-mapdl, peteroznewman
-
-
May 12, 2023 at 10:13 am
MEME Engineer
SubscriberHello,
I wrote this apdl program (it's just a part of the complete program) to extract results at every node for pricnical stresses and equivalent stress.
*get,n_max,node,,num,max/post1/nopr*do,n_num,1,n_max,1*get,s_1,node,n_num,s,1*get,s_2,node,n_num,s,2*get,s_3,node,n_num,s,3*get,s_eqv,node,n_num,s,eqvE_L=0.2743*exp(-0.5754*(((s_1+s_2+s_3)/s_eqv)-1))*enddo/goprBut i am getting the error mentioned below for every nodes.
Requested data is not stored for node 271.
Line= *GET, s_3, node, nnum, s, 3
The *GET command is ignored.I really don't know where i am going wrong with the commands. If anyone can help me with this?
-
May 15, 2023 at 9:55 am
Aniket
Ansys Employeetry using outres command to store required results and see if that helps:
https://ansyshelp.ansys.com/account/Secured?returnurl=/Views/Secured/corp/v231/en/ans_cmd/Hlp_C_OUTRES.html
-Aniket
-
- You must be logged in to reply to this topic.

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.
- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- Understanding Force Convergence Solution Output
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- User manual
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- material damping and modal analysis
- Colors and Mesh Display
-
5242
-
3297
-
2469
-
1308
-
988
© 2023 Copyright ANSYS, Inc. All rights reserved.