Hi.
I'm trying to input the initial stress for solid element and initial velocity for nodes using .sty file generated during prior calculation.
/OUTP/BRIC/STRES/FULL
/OUTP/VECT/VEL
were utilized for the output, respectively.
To check whether the stress and velocity values are correctly input to the model, we compare the results written in .sty file of first and second running.
However, we confirmed there were different stress values in the same solid element.
[First running]
/SOLID /TENSOR /STR_FUL
Full stress tensor + plastic strain
#FORMAT:(NPT, ISOLNOD (2I10/2E20.13), EINT(I),RHO(I),,I=1,NUMSOL
#FORMAT: (1P6E20.13/E20.13) ((TX(I,J),TY(I,J),TZ(I,J),TXY(I,J),TYZ(I,J),TZX(I,J),
#EPSP(J,I),J=1,NPT),I=1,NUMSOL,NPT=1)
1 4
-6.7621997110738E-07 1.4999960395455E-03
7.5204702163451E-02-3.8801280336932E-02 1.1782171715919E-02 3.1060056356859E-02-1.6245572187241E-02-2.6996609790200E-02
0.0000000000000E+00
[Second running]
/SOLID /TENSOR /STR_FUL
Full stress tensor + plastic strain
#FORMAT:(NPT, ISOLNOD (2I10/2E20.13), EINT(I),RHO(I),,I=1,NUMSOL
#FORMAT: (1P6E20.13/E20.13) ((TX(I,J),TY(I,J),TZ(I,J),TXY(I,J),TYZ(I,J),TZX(I,J),
#EPSP(J,I),J=1,NPT),I=1,NUMSOL,NPT=1)
1 4
-6.7621997110738E-07 1.4999960395455E-03
-2.8076925403528E-07-2.1057678031223E-17 2.8076925396508E-07 0.0000000000000E+00 0.0000000000000E+00 0.0000000000000E+00
0.0000000000000E+00
On the other hand, initial velocity looks successfully assigned.
We've already checked some Q&A in the forum about stress initialization, but still not found the solution.
Can anyone give some tips about this problem?
Thank you in advance.