Browse code

20230825: The guide for using Ansys with the CLI was changed.

root authored on2023-08-25 17:55:02
Showing2 changed files
... ...
@@ -198,7 +198,7 @@ If the default font size is smaller or larger than you expect, you can change th
198 198
 By default, ANSYS performs the processing interactively by using a GUI, but it can also execute on the command line. The command syntax and options are listed below. Please refer to  [Interactive Processing](/run/interactive) for details on the tssrun command. 
199 199
 
200 200
 ```nohighlight
201
-$ tssrun ansys222 [options]  < input-file > output-file
201
+$ tssrun ansys222 [options] -i input-file > output-file
202 202
 ※The ending of the execution command name (version number) differs depending on the version.
203 203
 ```
204 204
                                                     
... ...
@@ -24,11 +24,11 @@ Modulesソフトウェアパッケージは、アプリケーションの利用
24 24
 
25 25
 module avail コマンドにて、利用できるモジュールファイル一覧が確認できます。
26 26
 
27
-バージョン           | モジュールファイル名 | システムB/C/G | クラウドシステム
28
- 2023R1.4            | ansysmcfd/2023R1.4   |  KU           |  -
29
- 2022R2.2            | ansysmcfd/2022R2.2   |  KU           |  -
30
- 2022R2 (default)    | ansysmcfd/2022R2     |  KU           |  -
27
+バージョン           | モジュールファイル名 | システムA | システムB/C/G | クラウドシステム
28
+---------------      | -----                | -----         |  ----- | ---
29
+ 2023R1.4            | ansysmcfd/2023R1.4  | - |  KU           |  -
30
+ 2022R2.2            | ansysmcfd/2022R2.2  | - |  KU           |  -
31
+ 2022R2 (default)    | ansysmcfd/2022R2    | - |  KU           |  -
31 32
 
32 33
 \+ : すべてのユーザが利用可能  
33 34
 KU : 京都大学構成員限定で利用可能  
... ...
@@ -192,7 +192,7 @@ ANSYSは標準でGUIを利用して会話形式で処理を進めますが、コ
192 192
 
193 193
 
194 194
 ```nohighlight
195
-$ tssrun ansys222 [options]  < input-file > output-file
195
+$ tssrun ansys222 [options] -i input-file > output-file
196 196
 ※バージョンにより実行コマンド名の語尾(バージョン番号)が異なります。
197 197
 ```
198 198