TAGGED: ansys-mechanical, apdl, mechanical-apdl, structure
-
-
January 25, 2021 at 10:41 pm
Leon_2013
SubscriberHello, nI'm working in a static structural model, and I would like to have a APDL command that helps me to find all the nodal stresses values within a range (range that I can define). Do you have any suggestions?. -
January 26, 2021 at 3:56 pm
Govindan Nagappan
Ansys EmployeenYou can use NSEL command to select nodes based on stress valuenExample:nNSEL,S,S,EQV,100,200 ! select nodes with Equivalent stress between 100 and 200 unitsnCheck section for command at NSEL (ansys.com)nn -
January 26, 2021 at 3:58 pm
Govindan Nagappan
Ansys EmployeenFor sorting the nodes based on stress, check the NSORT commandnNSORT,S,EQV,1, !ascending ordernSee help section NSORT (ansys.com)nn -
February 2, 2021 at 4:12 pm
Leon_2013
SubscriberHi gnagapp,nFirst of all thank you for your answer. I have the following snippet:nn*DO,j,1,nnode,1n*GET,VM_stres(j,1),NODE,selnodes(j),s,eqvn!COPY THE NODES ID INTO THE VM_stres MATRIXn*MFUN,VM_stress(j,2),copy,selnodes(j)n*ENDDOnnwhere the VM_stress is a matrix which contains lets say 50 nodal Von Misses stress values and their Nodal ID. I would like to extract from this matrix the equivalent stresses and nodal IDs for a given stress range and print it in the output information. Can you help me with this?, and sorry I'm new in APDL .nnBest regards,n
-
- 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
-
5386
-
3375
-
2471
-
1310
-
1022
© 2023 Copyright ANSYS, Inc. All rights reserved.