The ANSYS suite of programs is available on the ITS-RS HPC systems.
To use them, you will need to have access to a license server that will validate your right to use the software. The license servers are not run on the HPC systems so please check with your department for more information.
Example ANSYS job script
#!/bin/sh # #$ -N Job_Name #$ -cwd #$ -j y #$ -pe fluent 32 #$ -S /bin/bash /opt/ansys_inc/v121/fluent/bin/fluent 3ddp -t$NSLOTS -g -cnf=$TMPDIR/machines -sge -pinfiniband -mpi=openmpi -i File.in > File.out