TAGGED: apdl, apdl-commands, contour, contour-plot
-
-
October 4, 2023 at 1:24 amAsaturSubscriber
Hello all,
I am a complete novice in APDL. I am comparing the stresses (Transient Thermal + Static Structural) of a larger assembly for multiple geometries of its specific components. So, in order to be able to compare all cases on a unified scale, I need to adjust min and max values of stresses in all contour plots. I tried editing them directly on the contour plots. While the min value can be edited, the max value is not editable.
Then, I came up with this post: /Contour Function on Mechanical APDL (ansys.com), which seems to solve my problem. However, I am not sure how to make /Contour work for individual specific bodies and surfaces.
Any example or help would be highly appreciated. Thank you for your time.
-
October 4, 2023 at 9:25 amErik KostsonAnsys Employee
Hi
So say we have two parts and added them (elements) into a component (use CM,CMENA,ELEM, and CM,CMTWO,ELEM ) and so we can select them separately via cmsel, then this plots (using /contour) stress results of them separately:
/POST1
SET, LAST
CMSEL,S,CMENA
NSLE
PLNSOL, S,X,
/CONTOUR,,,-11000,100,0
/REPLOT
/RESET
ALLSEL,ALL
CMSEL,S,CMTWO
NSLE
PLNSOL, S,X,
/CONTOUR,,,-12000,100,0
/REPLOTAll the best
Erik
-
October 5, 2023 at 11:07 pmAsaturSubscriber
Hi Erik,
Thank you very much for your asnwer. So, if there are more than two objects, should I define them all? In fact, I have 49 objects. Would I need 49 blocks of this piece?
-
- The topic ‘Contour plot of stresses in a specific body of an assembly using APDL’ is closed to new replies.
- At least one body has been found to have only 1 element in at least 2 directions
- How to apply Compression-only Support?
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- Frictional No separation contact
- Script Error Code:800a000d
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- Elastic limit load, Elastic-plastic limit load
- Element has excessive thickness change, distortion, is turning inside out
-
1492
-
599
-
591
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.