-
-
September 3, 2024 at 10:11 ammaja.wolkensteinSubscriber
I am using following APDL command to print stresses in a text file:
/OUTPUT,Shaft,txt,,APPEND Â ! switch output to file 'Shaft.txt'
PRNSOL,S,COMP Â Â Â Â Â Â ! print all stress components
/OUTPUTWith the above command the x,y,z,xy,xz,yz the component stresses are ploted in the text file.
With the following comand the principal stresses are printed in the txt file.
PRNSOL,S,PRIN Â Â Â Â Â Â ! print all stress components
However I would like to print both component and principal stresses to a file. The result should look like this (see picture below).Â
How can I combine PRNSOL,S,PRIN and PRNSOL,S,COMP that all stresses are written to the file (using both commands sequentially is not the desired solution)
Thanks
Wolke
-
September 4, 2024 at 1:32 pmdloomanAnsys Employee
It will be an APDL exercize, but you can create arrays for the component and principal stresses with *vget and then use *vwrite to create the table. Â
-
- You must be logged in to reply to this topic.
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- How to apply Compression-only Support?
- Geometric stiffness matrix for solid elements
- Frictional No separation contact
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- Script Error Code:800a000d
- Elastic limit load, Elastic-plastic limit load
- Element has excessive thickness change, distortion, is turning inside out
-
1416
-
599
-
591
-
565
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.