-
-
September 3, 2024 at 10:11 am
maja.wolkenstein
SubscriberI 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 pm
dlooman
Ansys EmployeeIt 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.
- The legend values are not changing.
- LPBF Simulation of dissimilar materials in ANSYS mechanical (Thermal Transient)
- Convergence error in modal analysis
- How to model a bimodular material in Mechanical
- APDL, memory, solid
- Meaning of the error
- Simulate a fan on the end of shaft
- Nonlinear load cases combinations
- Real Life Example of a non-symmetric eigenvalue problem
- How can the results of Pressures and Motions for all elements be obtained?
-
3892
-
1414
-
1256
-
1118
-
1015
© 2025 Copyright ANSYS, Inc. All rights reserved.