tsiloufas
Mechanical
- Jan 23, 2012
- 4
Hello everyone.
I'm using Abaqus/Explicit with a VUMAT subroutine. In order to check some problems with my solutions, I want to write some warnings/errors to the message file (or status file, or data file, whatever).
I'm trying to use the "write" command of Fortran, but with no result.
Something like this:
if (variable.gt.one) then
write(*,*) 'Error message'
call XPLB_EXIT
endif
I've checked all the files (data, status, message, log), but no 'Error message' appears. And yes, I'm pretty sure that the solver is entering the IF and terminating the solution using the XPLB_EXIT function.
How should I proceed? Sorry for any mistakes... English is not my mother language.
Thank you.
I'm using Abaqus/Explicit with a VUMAT subroutine. In order to check some problems with my solutions, I want to write some warnings/errors to the message file (or status file, or data file, whatever).
I'm trying to use the "write" command of Fortran, but with no result.
Something like this:
if (variable.gt.one) then
write(*,*) 'Error message'
call XPLB_EXIT
endif
I've checked all the files (data, status, message, log), but no 'Error message' appears. And yes, I'm pretty sure that the solver is entering the IF and terminating the solution using the XPLB_EXIT function.
How should I proceed? Sorry for any mistakes... English is not my mother language.
Thank you.