(ansys)= # Ansys ## Introduction [Ansys](https://www.ansys.com) Ansys offers a comprehensive software suite that spans the entire range of physics, providing access to virtually any field of engineering simulation that a design process requires. ## Availability Ansys is available on [several ARC systems](/software). Virginia Tech maintains a limited quantity of Ansys network licenses through the university's [IT Procurement and Licensing Solutions](https://itpals.vt.edu/). ## Interface The primary interface for using Ansys on ARC resources is via the command line. For example on Tinkercliffs, you can get detailed command line help for using Abaqus like this: ``` [mypid@tinkercliffs1 ~]$ module load ANSYS/22.1 [mypid@tinkercliffs2 useful_scripts]$ fluent -help /apps/easybuild/software/tinkercliffs-rome/ANSYS/22.1/v221/fluent/fluent22.1.0/bin/fluent -r22.1.0 -help Usage: fluent [version] [-help] [options] options: -aas start Fluent in server mode, -act load ACT Start page, -affinity= set processor affinity, default (core -- for exclusive mode; sock -- for non-exclusive mode) core - bind to core; sock - bind to socket (options applicable for non-exclusive mode only) off - turn off affinity -app= load the specified App, -appscript= run the specified script in App, -cflush flush the file cache buffer, -cnf= specify the hosts file, -command="" run TUI command on startup, ... ``` ```{admonition} class: note While Ansys programs can run on the login node, but most computations should be submitted as jobs via a [traditional job submission](slurm) to avoid [abusive use of the login node](abuse) . ```