为什么abaqus子程序umat去掉write语句就不能算了?

浏览:1045 回答:3

debug子程序umat的时候发现,此处加了write语句可以算,

CC------------------------------------------------------C

c       WRITE (7,*) 'DDSDDE=1'!!!!加

       DO 100 IN=1,NTENS

        DO 200 JN=1,NTENS

c       WRITE (7,*) 'DDSDDE='!!!!加

         DD_TEM=0.0D0

          DO IS=1,42

          DD_TEM=DD_TEM+A_TEM(IN,IS)*B_TEMNEW(IS,JN)

          ENDDO

         DDSDDE(IN,JN) = DDSDDE(IN,JN)-DD_TEM*DETERINV

200      CONTINUE

100      CONTINUE

c       WRITE (7,*) 'DDSDDE=',DDSDDE

      ENDIF

CC--------------------------------------------------------C      

       RETURN

       END 

      




去掉之后出现错误:

Abaqus Error: The executable standard.exe aborted with system error code 1073741819.Please check the .dat, .msg, and .sta files for error messages if the files exist.  If there are no error messages and you cannot resolve the problem, please run the command "abaqus job=support information=support" to report and save your system information.  Use the same command to run Abaqus that you used when the problem occurred.  Please contact your local Abaqus support office and send them the input file, the file support.log which you just created, the executable name, and the error code. Abaqus/Analysis exited with errors



邀请回答 我来回答

全部回答

(2)
默认 最新
章鱼_9976
兄弟,找到问题了吗?
2023年10月16日
评论 点赞
SnowWave02
查看.log有没有提示编译哪行出错
2020年8月5日
评论 1 点赞

没解决?试试专家一对一服务

换一批