Test cases unsteady does not work
The test cases in the directory unsteady does not work anymore. Keys TIME_DOMAIN=YES and TIME_ITER were missing. I have corrected the 5 tests cases (see attached files). I have also modified the output files to have the aero coefficients as function of time.
Open a pull request please.
These testcases are not regression tested, see also: https://www.cfd-online.com/Forums/su2/260712-testcase-unsteady-pitching_naca64a010_rans.html
@mig95l thank you for helping us fix this. I do not know how familiar you are with the PR procedure, so I will give a short summary: you can fork su2 to your own github account, then clone the repository on your machine, then create a new branch from develop: git checkout develop git checkout -b fix_unsteady_naca64a010 In that branch, you can then modify the config files. Additionally, you can then add the testcases to one of the python files, for instance regression_parallel.py. Then you can update first your online github repository by and then create a pull request from that branch and fork. I hope this helps, if you are familiar with github this is probably self-explanatory, if you are not then I am probably missing a number of steps and I can help you with the process.