This is an old revision of the document!
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'.
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.