Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature sobolev smoothing solver #88

Merged
merged 10 commits into from
Jan 21, 2022

Conversation

thomasdick
Copy link
Contributor

This pull request is related to the introduction of a Sobolev smoothing solver. See su2code/SU2/pull/1446

It introduces the files necessary to run regression tests for the new solver.

pcarruscag and others added 9 commits October 29, 2021 15:57
* add restart file

* Add files for unsteady CHT adjoint case. Mesh adn primal solution files.

* Regression test for dyn discadj fsi (#62)

* add regression test for dyn discadj fsi

* add element files

* switch to dat files

* remove gradient file

* Added little fluid mesh for heat transfer bc. This is the fluid zone of the multizone mesh. (#68)

* Created feature_turbo_bodyforce branch with testcase mesh

* Add mesh file and TargetEA.dat for PR 1329 (#65)

* Add mesh file and TargetEA.dat for PR 1329

* Add direct solution for adjoint calculation

* Replace with coarser mesh

* Update FFD box (#69)

* Update solution file (#72)

* added testcase for wallfunctions

* change filename

* update restart file

* moved flatplate testcase for wallfunctions into wallfunctions/flatplate

* Add periodic pins Testcase (#76)

* add flamelet testcase with lookup table

* Revert "add flamelet testcase with lookup table"

This reverts commit 9a584a1.

Co-authored-by: TobiKattmann <Tobias.Kattmann@de.bosch.com>
Co-authored-by: Charanya <33747655+cvencro@users.noreply.github.com>
Co-authored-by: Wally Maier <wallytmaier@gmail.com>
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Co-authored-by: EvertBunschoten <evertbun@xs4all.nl>
Co-authored-by: snow54 <yuukiutsumi@yahoo.co.jp>
Co-authored-by: bigfooted <bigfootedrockmidget@hotmail.com>
Co-authored-by: FlorianDm <florian.dittmann@protonmail.com>
Co-authored-by: Florian <55834287+FlorianDm@users.noreply.github.com>
Co-authored-by: Nijso <nijso@hotmail.com>
Co-authored-by: nbe0dev <nijso.beishuizen@nl.bosch.com>
@@ -0,0 +1,38 @@
18.98806831, 11.5005011, 6.280203673, 2.929292841, 0.8777531067, -0.3021857211, -0.9109241251, -1.155996628, -1.17939658, -1.077130493, -0.9129959149, -0.7282878372, -0.5486463758, -0.3888924872, -0.2564490893, -0.1537705561, -0.08007565817, -0.03258319132, -0.007379490979, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put the reference results in the code repo instead please (main PR), files diffs are sensitive and it's easier to update them that way.

Copy link
Member

@pcarruscag pcarruscag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use symlinks to some of the files? e.g. meshes

@thomasdick
Copy link
Contributor Author

thomasdick commented Jan 20, 2022

I moved the reference files for filediff into the code repo.
The NACA 0012 mesh is now a symlink.
For the ONERA M6 test case, I added my own FFD box to the mesh from the compressible flow tutorial. So I can not link to an existing file.

@pcarruscag pcarruscag merged commit 120f754 into develop Jan 21, 2022
@pcarruscag pcarruscag deleted the feature_Sobolev_smoothing_solver branch January 21, 2022 15:09
pcarruscag added a commit that referenced this pull request Jan 22, 2022
* add restart file

* Add files for unsteady CHT adjoint case. Mesh adn primal solution files.

* Regression test for dyn discadj fsi (#62)

* add regression test for dyn discadj fsi

* add element files

* switch to dat files

* remove gradient file

* Added little fluid mesh for heat transfer bc. This is the fluid zone of the multizone mesh. (#68)

* Created feature_turbo_bodyforce branch with testcase mesh

* Add mesh file and TargetEA.dat for PR 1329 (#65)

* Add mesh file and TargetEA.dat for PR 1329

* Add direct solution for adjoint calculation

* Replace with coarser mesh

* Update FFD box (#69)

* Update solution file (#72)

* added testcase for wallfunctions

* change filename

* update restart file

* moved flatplate testcase for wallfunctions into wallfunctions/flatplate

* Add periodic pins Testcase (#76)

* Test cases for turbulence modeling

Create a test cases directory to verify turbulence models and their variants. Done for the SA model. Selected the RANS/RAE2822 airfoil as test case.

* add flamelet testcase with lookup table

* Revert "add flamelet testcase with lookup table"

This reverts commit 9a584a1.

* rename viscwedge folder

* Updated reference gradient file in radiation/p1adjoint for the coupled RHT-CFD regression test. (#84)

Co-authored-by: Thomas Dick <thomas.dick@scicomp.uni-kl.de>

* update restart file after fix (#85)

* Feature species transport (#78)

* Add passive species transport mesh and gmsh geo.

* Add primitive venturi mesh for species mixing.

* convert cgns test to hdf5

* Feature sobolev smoothing solver (#88)


* Sobolev gradient smoothing test case meshes and solution files added.

* Updated reference file for the Coupled RHT-CFD Adjoint test case in serial_regression_AD.py.

* Adapted reference files for Sobolev smoothing regression test after latest commits.

* Fixed an inconsistency in grad_smooth/naca0012/of_hess.dat.ref

* Adapted grad_smooth tests for new accuracy setting.

* Adopted grad_smooth regression tests for change to SU2_DOT_AD.

* moved filediff reference files to main SU2 repo and made NACA0012 mesh a symlink.

Co-authored-by: Thomas Dick <thomas.dick@scicomp.uni-kl.de>

Co-authored-by: TobiKattmann <Tobias.Kattmann@de.bosch.com>
Co-authored-by: Charanya <33747655+cvencro@users.noreply.github.com>
Co-authored-by: Wally Maier <wallytmaier@gmail.com>
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Co-authored-by: EvertBunschoten <evertbun@xs4all.nl>
Co-authored-by: snow54 <yuukiutsumi@yahoo.co.jp>
Co-authored-by: bigfooted <bigfootedrockmidget@hotmail.com>
Co-authored-by: FlorianDm <florian.dittmann@protonmail.com>
Co-authored-by: Florian <55834287+FlorianDm@users.noreply.github.com>
Co-authored-by: Nijso <nijso@hotmail.com>
Co-authored-by: Guillermo Suarez <guillermo.suarez@scicomp.uni-kl.de>
Co-authored-by: nbe0dev <nijso.beishuizen@nl.bosch.com>
Co-authored-by: suargi <64904120+suargi@users.noreply.github.com>
Co-authored-by: thomasdick <tdick91@gmail.com>
Co-authored-by: Thomas Dick <thomas.dick@scicomp.uni-kl.de>
Co-authored-by: Mickael Philit <mickey.phy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants