SU2GUI is a Graphical User Interface (GUI) for the SU2 open-source CFD software. It facilitates easier execution of SU2 tasks and provides visualization capabilities for the results. Please note that SU2GUI is currently under development. We welcome any feedback and contributions to improve the tool.
Here is an overview of how SU2GUI works:
- Python 3.10 or higher
- SU2 installed on your system. Follow the installation instructions here.
- Install SU2GUI: Follow the installation instructions above.
- Launch SU2GUI: Use the command su2gui to open the application.
- Load Your Case: Use the interface to load your SU2 mesh files.
- Run Simulation: Set up and run your simulation through the GUI.
- Visualize Results: View and analyze the simulation results using the integrated visualization tools.
You can install SU2GUI via pip:
pip install su2gui
To launch the GUI, run the following command in your terminal:
SU2_GUI
For more details about SU2, please visit the official SU2 documentation here.