SU2 Analysis Interface Module (AIM)
SU2 Analysis Interface Module (AIM) based on FUN3D AIM
Introduction

SU2 AIM Overview

This module can be used to interface SU2 with geometry in CAPS system. The SU2 AIM has both c-version and a python-version for the interface. For SU2 capabilities and related documentation, please refer to http://su2.stanford.edu/. SU2 expects a volume mesh file and a corresponding configuration file to perform the analysis.

Automatic generation of SU2 Mesh file

The volume mesh file from SU2 AIM is written in native SU2 format ("filename.su2"). The description of the native SU2 mesh can be found SU2 website. For the automatic generation of mesh file, SU2 AIM depends on Mesh AIMs, for example, TetGen or AFLR4/3 AIM.

Automatic generation of SU2 Configuration file

The configuration file ("filename.cfg") from SU2 AIM is automatically created by using the flow features and boundary conditions that were set in the driver program as a user input. For the rest of the configuration variables, defualt set of values are provided for a general execution. If desired, a user has freedom to manually (a) change these variables based on personal preference, or (b) override the configuration file with unique configuration variables.

Related pages: