-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Labels
Description
I just managed to run my first SU2 CFD simulation, however it took me a few days to get it to work. "SU2_CFD.exe" was always crashing right after "Begin solver". It took me quite a while to figure out that I was missing some required inputs in the ".cfg" file (for example CONV_NUM_METHOD_FLOW), especially because this isn't mentioned clearly on the website.
I would suggest the following solutions:
- An error message telling which required input is missing in the .cfg to help beginners with debugging.
- A simple list with all the required inputs, i.e. those which don't have a default value, for instance on the website.
- An example of a minimal working .cfg file, basically the opposite of this one.
(This is my first time opening a feature request on Github, I hope I did everything right)