meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:computing:cluster:software:ansys [2024/02/19 11:12] – initial translation David Celný | en:computing:cluster:software:ansys [2024/07/17 15:32] (current) – Running the programme section deleted (obsolete) Jan Pech | ||
---|---|---|---|
Line 4: | Line 4: | ||
====== ANSYS ====== | ====== ANSYS ====== | ||
- | ANSYS is installed | + | Current versions of ANSYS are installed |
- | + | /home/SOFT/ansys_inc/ | |
- | ^ Version ^ Directory ^ MAPDL ^ Workbench ^ Fluent ^ | + | |
- | | 17.2 | v172 | | | | | + | |
- | | 19.0 | v190 | '' | + | |
- | | 2019 R1 | v193 | '' | + | |
- | | 2020 R1 | v201 | '' | + | |
- | | 2021 R1 | v211 | '' | + | |
- | | 2023 R1 | v231 | '' | + | |
- | + | ||
- | + | ||
- | ANSYS is installed in the directory | + | |
- | + | ||
- | /ansys_inc/vxxx/ | + | |
- | + | ||
- | where '' | + | |
- | + | ||
- | ===== Running the program ===== | + | |
- | + | ||
- | ==== Interactive mode ==== | + | |
- | + | ||
- | The //commands to start each environment are listed in the table above.// | + | |
- | + | ||
- | ANSYS offers two environments to work in: | + | |
- | * MAPDL -- the original working environment, | + | |
- | + | ||
- | launchxxx | + | |
- | + | ||
- | + | ||
- | * Workbench -- new environment, | + | |
- | + | ||
- | wbxxx | + | |
- | + | ||
- | Fluent is launched with the command | + | |
- | + | ||
- | fluentxxx | + | |
| | ||
- | + | Note that [[en:computing: | |
- | Working in interactive mode directly on the servers is not very comfortable. Servers are primarily for computing | + | |
+ | Submitting the **job to Slurm scheduler** is described under [[en: | ||
- | ==== Batch execution ==== | + | Beside their standard location, Ansys-workbench and Ansys-Fluent may be called by their own commands, see the table below. For other Ansys tools you need to write out the full path. |
- | Documentation for batch mode is located in the program help in | + | ^ Version |
+ | ^ ::: ^ ::: ^ Workbench | ||
+ | | 2024 R1 | v241 | ||
- | ANSYS Documentation -> Mechanical APDL -> Operation Guide -> 3. Running the Mechanical APDL Program -> 3.4 Batch Mode | ||
- | | ||
- | The calculation is started with the command | ||
- | ansysxxx -b -p productvar < inputname > outputname 2>&1 | ||
- | If we want to run the calculation in the background, then with the command | ||
- | nohup ansysxxx -b -n nnn -p productvar < inputname > outputname 2>&1 & | ||
- | | ||
- | where '' | ||
- | |||
- | ^ productvar ^ license ^ | ||
- | | '' | ||
- | |'' | ||
- | |||
- | If the '' | ||
- | | ||
- | / |