Ansys Fluent

See http://www.ansys.com/Products/Simulation+Technology/Fluid+Dynamics/ANSYS+Fluent

Fluent on SID is installed and supported by OCF.

It is a licensed product and you will need to be added to the Fluent group to use it.

Example job submission script.

#BSUB -J Fluent
#BSUB -o stdout.%J.txt
#BSUB -e stderr.%J.txt
#BSUB -R "span[ptile=12]"
#BSUB -n 24
#BSUB -a fluent
# you may need to create a checkpoint directory in the work area
#BSUB -k /work/stfc/userid/chkptdir 

cd $LS_SUBCWD

# load modules
source /etc/profile.d/modules.sh
module load fluent/13.0
module load openmpi/1.4.4/gcc
export OPENMPI_ROOT=$MPIROOT

# you may need to specify a license server if it is not detected by the module.
export ANSYSLMD_LICENSE_FILE="xxx@yyy"

# execute Fluent
fluent 3d -mpi=openmpi -t24 -g -i test.jou -lsf

Fluent-13.0 (last edited 2011-12-14 10:02:18 by RobAllan)

This website maintained by Research Computing Services, University of Manchester