TAGGED: ansys-mechanical, apdl, mechanical-apdl, structure
-
-
January 25, 2021 at 10:41 pmLeon_2013SubscriberHello, 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 pmGovindan NagappanAnsys 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 pmGovindan NagappanAnsys 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 pmLeon_2013SubscriberHi 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
-
Viewing 3 reply threads
- The topic ‘How to sort nodal stresses values within a given stress range in Ansys APDL?’ is closed to new replies.
Ansys Innovation Space
Trending discussions
- How to apply Compression-only Support?
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Script Error Code:800a000d
- Elastic limit load, Elastic-plastic limit load
- Image to file in Mechanical is bugged and does not show text
- Element has excessive thickness change, distortion, is turning inside out
Top Contributors
-
1762
-
635
-
599
-
591
-
366
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.