ABAQUS隐式分析结果文件可以写入.dat文件,那显示分析写入哪个文件呢? 50

浏览:1514 回答:2

请教各位,在有限元模拟中,我想通过Fortran编写子程序,实现非均布的加载,在这个过程中,想让ABAQUS输出dat结果文件,利用Fortran读取dat文件中的变量信息,再来更新加载方式,计算同时进行,dat文件和加载方式都不断更新,如此循环往复。结果在操作过程中发现显示分析不能将结果写入.dat文件,查到好像可以写入.fil文件,但是不知道Fortran能否调用.fil文件,还望大神们指导。

邀请回答 我来回答

全部回答

(2)
默认 最新
星辰_北极星

具体可以看下帮助文档分析手册:3.7.1 Fortran unit numbers used by Abaqus

Fortran unit numbers


CodeUnit NumberDescription
Abaqus/Standard1Internal database

2Solver file

6Printed output (.dat) file (You can write output to this file.)

7Message (.msg) file (You can write output to this file.)

8Results (.fil) file

10Internal database

12Restart (.res) file

19–30Internal databases (scratch files). Unit numbers 21 and 22 are always written to disk.

73Text file containing meshed beam cross-section properties (.bsp)



CodeUnit NumberDescription
Abaqus/Explicit6Printed output (.log) .

12Restart (.res) file

13Old restart (.res) file, if applicable

15Analysis Preprocessor (.dat or .pre) file

23Communications (.023) file

60Global package (.pac) file

61Global state (.abq) file

62Temporary file

63Global selected results (.sel) file

64Message (.msg) file

65Output database (.odb) file

67Old package (.pac) file, if import from Abaqus/Explicit

68Old state (.abq) file, if import from Abaqus/Explicit

69Internal database; temporary file
If domain-parallel70Local package (.pac.1) file for CPU #1

71Local state (.abq.1) file for CPU #1

73Local selected results (.sel.1) file for CPU #1

80Local package (.pac.2) file for CPU #2

81Local state (.abq.2) file for CPU #2

83Local selected results (.sel.2) file for CPU #2

...Add three files, incrementing units by 10, for each additional CPU


2018年6月3日
已采纳 评论 点赞 1
北方小镇

你好,我也用到这种功能,不知道你现在解决了吗?方便加qq247301740交流吗

2020年6月16日
评论 点赞

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

换一批