The model "Model-1" has been created.
1个回答

通过查看abaqus的错误信息:

keyword *ELEMENT,file "meshfa.inp",line 110394: Period cannot be used within set,surface,orientation,instance,and assembly names in a model defined in terms of an assembly of parts This occurred while parsing the input file.

这句话指出你的inp文件中,对单元的定义中,有句号,这是abaqus inp文件语法所不允许的,inp文件只允许有空格,逗号,空行都不能有.

我提出的检查意见如下:

请检查hypermesh用户界面是不是在abaqus中(标题栏是否有abaqus这个单词),请通过如下方法转化.tool->convert->abaqus.

是否有打开inp文件修改.inp文件可以用记事本打开,inp语法很简单,具体请直接百度“abaqus inp 格式 ”

是否是通过abaqus中的 file->inport->model,导入的.