Mechanical

Ansys Mechanical Package (coupled physics simulation) including Autodyn, Fatigue Module, Asas, Aqwa, etc.

General Information

To obtain and checkout a product license please read Ansys Suite first.

Documentation and Tutorials

Note

To access the official documentation and tutorials, read Ansys Suite. More examples can be found and downloaded for example at: https://courses.ansys.com/index.php/courses/getting-started-with-ansys-mechanical/lessons/how-to-navigate-the-ansys-mechanical-ui-lesson-2

Example Jobscripts

#!/bin/bash
#SBATCH -t 01:00:00
#SBATCH --nodes=2
#SBATCH --tasks-per-node=40
#SBATCH -L ansys
#SBATCH -p medium96s:test
#SBATCH --mail-type=ALL
#SBATCH --job-name=casting

module load ansys/2023.2

ansys232 -np $SLURM_NTASKS -b -dis -i ds.dat -o ds.out.$SLURM_JOB_ID

echo "############### ANSYS Mechanical finished ################"