根据费曼学习法,自己也写一遍。
这是一个好习惯。
另外,还可以使用dos命令:
abaqus findkeyword
或者
abaqus fetch job=riserdynamics_airy_disp
修改文件:
C:\SIMULIA\EstProducts\2023\win_b64\SMA\Configuration\locale.txt
[Alias]添加
Chinese (Simplified)_People's Republic of China.936 = zh_CN
Chinese (Simplified)_China.936 = zh_CN
[Default]改变
zh_CN = 1
原理 - 系统环境变量(PATH目录下)(是肯定有这么一个的)
C:\SIMULIA\Commands
查看里面的脚本,只需要在PowerShell 里面输入
(base) PS C:\Users\XGR\Desktop\毕业论文\ABAQUS学习> abq_cae_open
文件名、目录名或卷标语法不正确。
Abaqus License Manager checked out the following license:
"cae" from Flexnet server localhost
<9998 out of 9999 licenses remain available>.
(base) PS C:\Users\XGR\Desktop\毕业论文\ABAQUS学习> abq_odb_open
文件名、目录名或卷标语法不正确。
Abaqus License Manager checked out the following license(s):
"viewer" release 6.23 from localhost
<9998 out of 9999 licenses remain available>.
(base) PS C:\Users\XGR\Desktop\毕业论文\ABAQUS学习> abaqus cae
Abaqus License Manager checked out the following license:
"cae" from Flexnet server localhost
<9998 out of 9999 licenses remain available>.
(base) PS C:\Users\XGR\Desktop\毕业论文\ABAQUS学习> abaqus viewer
Abaqus License Manager checked out the following license(s):
"viewer" release 6.23 from localhost
<9998 out of 9999 licenses remain available>.
(base) PS C:\Users\XGR\Desktop\毕业论文\ABAQUS学习>
就可以直接在此工作目录下打开Abaqus/Viewer,很是方便。