User Subroutine Calls in the First Iteration
User Subroutine Calls in the First Iteration
(OP)
Hello,
I hope someone can help me with my Problem:
I wrote a USDFLD Subroutine in Abaqus. The Subroutine writes data in an external textfile with FORTRAN syntax (write(105.*) '...') for output documentation.
The subroutine ist working. That's not the problem. But the export data in the textfile exist twice because of the fact User Subroutines are called twice in the first iteration of an increment.
Is there a way to prevent this? I would not have twice the data in the file.
Thanks for the help.
AdelFuns
I hope someone can help me with my Problem:
I wrote a USDFLD Subroutine in Abaqus. The Subroutine writes data in an external textfile with FORTRAN syntax (write(105.*) '...') for output documentation.
The subroutine ist working. That's not the problem. But the export data in the textfile exist twice because of the fact User Subroutines are called twice in the first iteration of an increment.
Is there a way to prevent this? I would not have twice the data in the file.
Thanks for the help.
AdelFuns





RE: User Subroutine Calls in the First Iteration
Are you new to this forum? If so, please read these FAQ:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083