User Tools

Site Tools


howto:su2

This is an old revision of the document!


Running the open-source code SU2 on the CHPC system

Introduction

Please refer to the SU2 home page for more information on SU2, an open-source code targeted at aerodynamics and adjoint shape development. The code has been installed in '/opt/gridware/non-supported/SU2'.

Environment

To set up a suitable environment for running SU2, add the following lines to your .bashrc file and ensure that they are sourced:

#### Setup environment for SU2, uses some OpenFOAM stuff, 
#### therefore start by setting up OpenFOAM-2.3.0 environment
. /opt/gridware/applications/OpenFOAM/OF230_fhm
module load /opt/gridware/bioinformatics/modules/python/2.7.5
export SU2_RUN="/opt/gridware/non-supported/SU2/bin"
export SU2_HOME="/opt/gridware/non-supported/SU2/SU2"
export PATH=$PATH:$SU2_RUN
export PYTHONPATH=$PYTHONPATH:$SU2_RUN

The OpenFOAM settings are merely there to ensure that some more recent libraries and utilities that were compiled for OpenFOAM are available. SU2 has nothing whatsoever to do with OpenFOAM.

/app/dokuwiki/data/attic/howto/su2.1425390016.txt.gz · Last modified: 2021/12/09 16:42 (external edit)