Adjoint solver with INC_SOLVER and periodic boundaries #1424
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, can you please attach the case with mesh if possible? You can also take a look here which is a INC_RANS with periodic case where a working Discrete adjoint is available. At the bottom there is a link to a 2D CHT case where a In case you compiled the code yourself. Please attach |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I have attached my mesh and cfg file. I was able to run the shape optimization script without the segmentation fault when I updated to version 7.2.1 and SA turbulence model. Have not really found the source of my issue though. I will compile the code with the debug flag on and check. Thanks for the info! |
Beta Was this translation helpful? Give feedback.
Hi, can you please attach the case with mesh if possible?
You can also take a look here which is a INC_RANS with periodic case where a working Discrete adjoint is available. At the bottom there is a link to a 2D CHT case where a
README.md
explains a bit more. I.e. to my knowledge there is no problem per se with INC_RANS + periodic +DiscAdjIn case you compiled the code yourself. Please attach
--buildtype=debug
to themeson.py ...
command. That way you will get much better information where the segfault occurs in the code