ABAQUS在DOS下常用命令总结如下: 在WINDOWS中点击[开始]-[程序]-[ABAQUS6.X]-[ABAQUS Command],然后在DOS窗口中输入: (1) 提交任务: abaqus job=jobname1 int (2) 双精度提交:abq6131 job=jobname1 double int (3) 任务暂停: abaqus suspend job=jobname1 int (可恢复) (4) 恢复运算: abaqus resume job=jobname1 int (5) 结束任务: abaqus terminate job=jobname1 int (6) Restart重启动计算: abaqus job=jobname1 oldjob=jobname2 int (7) 打开CAE界面: abaqus cae (8) 打开VIEWER后处理界面: abaqus viewer (9) 查看ABAQUS帮助文件: abaqus doc (10)查看cmd命令帮助: abaqus help (11)顺次运行几个inp后自动关机: Call abaqus job=job_1 int Call abaqus job=job_2 int Shutdown -s (12)运算之前datacheck: abaqus job=xxx datcheck (13)定义所需的最大内存: abaqus job=xxx memory=memory-size 整合一下,提交一个子程序、双精度、多CPU运算的范例: Abaqus job=jobname user=u.f cpus=8 int |
GMT+8, 2025-1-8 17:36 , Processed in 0.063134 second(s), 23 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.