Skip to content

Conversation

@snow54
Copy link
Contributor

@snow54 snow54 commented Jul 21, 2021

No description provided.

@pcarruscag
Copy link
Member

Thank you for adding a test. Do you have a coarser mesh? Our tests already take a little to run ~20min, do you know more or less how long it would take to run 20 iterations of this on 2 cores?

@snow54
Copy link
Contributor Author

snow54 commented Jul 23, 2021

Thank you for adding a test. Do you have a coarser mesh? Our tests already take a little to run ~20min, do you know more or less how long it would take to run 20 iterations of this on 2 cores?

I can try to make coarser mesh. Direct run takes ~1.5sec for one iteration on my 4-core PC, so it probably takes around 1min on 2 cores. Adjoint takes about 3 times of direct, so it probably takes around 3min.

@pcarruscag
Copy link
Member

Ok. Please try to make a coarser mesh, the largest 3D mesh we have in the regressions is 40k and it is structured.

@snow54
Copy link
Contributor Author

snow54 commented Aug 7, 2021

I have replaced the mesh with one with 22k nodes.

@pcarruscag pcarruscag merged commit 4ede0ff into su2code:develop Aug 7, 2021
pcarruscag added a commit that referenced this pull request Aug 16, 2021
* 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)

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>
pcarruscag added a commit that referenced this pull request Oct 29, 2021
* 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>
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