SU2 icon indicating copy to clipboard operation
SU2 copied to clipboard

Test cases unsteady does not work

Open mig95l opened this issue 6 months ago • 3 comments

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.

TestCases_unsteady.zip

mig95l avatar Jun 29 '25 15:06 mig95l

Open a pull request please.

pcarruscag avatar Jun 29 '25 16:06 pcarruscag

These testcases are not regression tested, see also: https://www.cfd-online.com/Forums/su2/260712-testcase-unsteady-pitching_naca64a010_rans.html

bigfooted avatar Jun 29 '25 16:06 bigfooted

@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.

bigfooted avatar Jun 29 '25 17:06 bigfooted