isight如何集成使用VUMAT子程序的ABAQUS案例? 100
依照相关的教程,我修改了isight的AbqConfig.txt文件使其能够读入inp文件的子程序参数
之后在abaqus组件的Execution的命令中输入以下包含子程序路径的字段abaqus.bat input=Job-2.inp job=Job-2 interactive double user="F:\FY2\GTN(1).for"
但最后计算失败,报错为:
Running Isight build 5.22.1 date 2021-09-08 20:51:54[win64] Microsoft (build 22000), 64-bit
<Info><2023-03-02 17:21:06.674><Local>Running Abaqus in "F:\FY2\new\Submodel__Abaqus_20230302_172059\Abaqus\RUN_1"
<Info><2023-03-02 17:21:06.951><Local>stdout: **********************************************************************
<Info><2023-03-02 17:21:06.953><Local>stdout: ** Visual Studio 2019 Developer Command Prompt v16.9.24
<Info><2023-03-02 17:21:06.955><Local>stdout: ** Copyright (c) 2021 Microsoft Corporation
<Info><2023-03-02 17:21:12.158><Local>stderr: Abaqus License Manager checked out the following licenses:
<Info><2023-03-02 17:21:12.161><Local>stderr: Abaqus/Explicit checked out 5 tokens from Flexnet server LAPTOP-EN5HR6A4.
<Info><2023-03-02 17:21:12.162><Local>stderr: <9994 out of 9999 licenses remain available>.
<Info><2023-03-02 17:21:46.51><Local>stderr: [ 3 lines not written ]
<Info><2023-03-02 17:21:46.511><Local>stdout: [ 46 lines not written ]
<Info><2023-03-02 17:21:46.512><Local>stderr: Intel(R) Visual Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.3.311 Build 20201010_000000
<Info><2023-03-02 17:21:46.513><Local>stdout: Abaqus Error: Abaqus/Explicit Packager exited with an error - Please see the
<Info><2023-03-02 17:21:46.515><Local>stderr: Copyright (C) 1985-2020 Intel Corporation. All rights reserved.
<Info><2023-03-02 17:21:46.516><Local>stdout: status file for possible error messages if the file exists.
<Info><2023-03-02 17:21:46.517><Local>stderr:
<Info><2023-03-02 17:21:46.518><Local>stdout: Abaqus/Analysis exited with errors
<Warning><2023-03-02 17:22:02.381><Local>File "F:\FY2\new\Submodel__Abaqus_20230302_172059\Abaqus\RUN_1\Job-2.sim" for output file parameter "Job-2_sim" not found.
F:\FY2\new\Submodel__Abaqus_20230302_172059\Abaqus\RUN_1\Job-2.sim (系统找不到指定的文件。)
java.io.FileNotFoundException: F:\FY2\new\Submodel__Abaqus_20230302_172059\Abaqus\RUN_1\Job-2.sim (系统找不到指定的文件。)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at com.engineous.system.station.CompRunner.postProcessFile(CompRunner.java:2614)
at com.engineous.system.station.CompRunner.postProcessFileList(CompRunner.java:2181)
at com.engineous.system.station.CompRunner.run(CompRunner.java:1422)
想问下这是什么问题导致的。。。