Elli H.
Civil/Environmental
- Mar 10, 2022
- 2
Hello dear community,
I have a simulation in Abaqus/Standard using an UMAT. In this UMAT there are a few SDVs. I would like to write the solution of one SDV in a separate txt-file.
I tried a few versions (like it is also done by other authors) but in my case the txt file stays empty but the calculation time increases like he writes something into the txt file.. but obviously he does not because it stays empty.
I wrote:
open(unit=102,file='filename.txt')
write(102,*) SDV(1)
close(102)
I also tried to wirte "temp" instead of SDV(1) and added also status='old' because the filename.txt is already in the same folder in which the subroutine is saved.
This method works for others- but in my case it does not work. Does somebody know why or what could be changed?
Thanks
Regards,
elli
I have a simulation in Abaqus/Standard using an UMAT. In this UMAT there are a few SDVs. I would like to write the solution of one SDV in a separate txt-file.
I tried a few versions (like it is also done by other authors) but in my case the txt file stays empty but the calculation time increases like he writes something into the txt file.. but obviously he does not because it stays empty.
I wrote:
open(unit=102,file='filename.txt')
write(102,*) SDV(1)
close(102)
I also tried to wirte "temp" instead of SDV(1) and added also status='old' because the filename.txt is already in the same folder in which the subroutine is saved.
This method works for others- but in my case it does not work. Does somebody know why or what could be changed?
Thanks
Regards,
elli