Koen_Franse
Subscriber
Hi Ashish I tried printing the stresses to another file with the following code:

SET,LAST
NSEL,ALL
*GET,numNd,NODE,0,COUNT
*DIM,s1s2s3,ARRAY,numNd,3
*VGET,s1s2s3(1,1),NODE,1,S,X
*VGET,s1s2s3(1,2),NODE,1,S,Y
*VGET,s1s2s3(1,3),NODE,1,S,Z
*CFOPEN,s1_s2_s3,txt
*VWRITE,s1s2s3(1,1),s1s2s3(1,2),s1s2s3(1,3)
(F18.8,F18.8,F18.8)
*CFCLOS

This gives the following result, in which the SZ value is printed (different node this time, used another model):
while the other script gives this (not printing the value):