yuankaifeng 发表于 2020-6-2 09:29:19

abaqus用子程序算复合材料一直显示作业已提交但是不运行

log文件里的内容:
Analysis initiated from SIMULIA established products
Abaqus JOB Job-lx
Abaqus 3DEXPERIENCE R2016x
Abaqus License Manager checked out the following licenses:
Abaqus/Standard checked out 13 tokens from Flexnet server DESKTOP-LFBRIH6.
<994 out of 1024 licenses remain available>.
Begin Compiling Abaqus/Standard User Subroutines
05/31/20 12:31:21
Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.1.139 Build 20131008
Copyright (C) 1985-2013 Intel Corporation.All rights reserved.
Plain-weave-strain-hasin-mm.for(11): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
Plain-weave-strain-hasin-mm.for(59): error #6219: This variable, used in a specification expression, must be a dummy argument, a COMMON block object, or an object accessible through host or use association   
      dimension eigen(maxblk*3)
----------------------^
Plain-weave-strain-hasin-mm.for(168): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
Plain-weave-strain-hasin-mm.for(259): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
Plain-weave-strain-hasin-mm.for(287): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
Plain-weave-strain-hasin-mm.for(419): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
Plain-weave-strain-hasin-mm.for(453): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
Plain-weave-strain-hasin-mm.for(468): error #5102: Cannot open include file 'vaba_param.inc'
      include 'vaba_param.inc'
--------------^
compilation aborted for Plain-weave-strain-hasin-mm.for (code 1)
TypeError: not all arguments converted during string formatting

duncanusn 发表于 2020-6-2 13:26:33

Plain-weave-strain-hasin-mm.for(11): error #5102: Cannot open include file 'vaba_param.inc'
不是寫得很清楚嗎?去看看這行吧~

yuankaifeng 发表于 2020-6-2 13:36:37

duncanusn 发表于 2020-6-2 13:26
Plain-weave-strain-hasin-mm.for(11): error #5102: Cannot open include file 'vaba_param.inc'
不是寫得 ...

子程序我是从别人那里拿过来的,之前别人用过,没啥问题:'(
页: [1]
查看完整版本: abaqus用子程序算复合材料一直显示作业已提交但是不运行