Replies: 8 comments 24 replies
-
Feel free to pull me in, I can help with the settings for convergence if things get challenging. I have some experience running SU2 on the workshop meshes. |
Beta Was this translation helpful? Give feedback.
-
I tried the smallest mesh (1v) on my local machine last weekend, it was just small enough that I could run it with 16Gb of memory. That case converged very well with the existing SA options (in less than 1000 iterations I believe). I tried the second mesh (3v) today on the cluster while I was in the train and I also had some difficulty with that case. I managed to get a converged solution in the end. For me the first thing to check is that the setup is correct and such that we can extract the things we need for the validation. |
Beta Was this translation helpful? Give feedback.
-
Here is my script below. It converges well for the 3v case. CL and CD are reported as 2.2 and 0.5, which is higher than in the report above, so I guess the scaling has to be done differently.
|
Beta Was this translation helpful? Give feedback.
-
For the HLCRM this is what I was using https://github.com/pcarruscag/SU2/tree/ENG_NOTE_ADJOINTS/Paper_Data/HLCRM At the time I also got some solutions with the Roe scheme but it took longer to converge and for high lift conditions I don't think it matters much. |
Beta Was this translation helpful? Give feedback.
-
Give a try to SLAU2 scheme. Also do not turn on USE ACCURATE FLUX JACOBIAN option (keep it default to NO with SLAU2), in my experience you can probably go with higher CFL with these (I can't explain this peculiar behaviour at lower Mach numbers). |
Beta Was this translation helpful? Give feedback.
-
Tecplot is providing a free license valid until the end of the workshop. It will be useful since we will be given Tecplot scripts to automate the post-processing of the results. If you are interested, please let me know so that I can send your names to the TFG leader. |
Beta Was this translation helpful? Give feedback.
-
The branch that I am using is feature_SA_HLPW5. There are some changes like the one for computing Shat and some corrections on the R variant. Should I create a pull request? |
Beta Was this translation helpful? Give feedback.
-
Just a quick update: I cannot make anything past the v5 (included) converge. I tried the following approaches:
It is always the turbulence equation that diverges first. I may try further reducing the CFL, but this is a strange phenomenon for sure. Anyway, today I cannot follow the Fixed Grid meeting, is anyone able to do it? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
Myself, @tbellosta and @bigfooted are involved in the HLPW-5 (https://hiliftpw.larc.nasa.gov/). Personally, I am within both the TFG group for Fixed and Adaptive Grid RANS, although, at the moment, I plan to be just an observer for the latter.
Currently, we are running the computations for the first test case, which is in conjunction with the High Fidelity CFD Verification Workshop 2024. The geometry is quite simple as it is a half-model of the CRM without flaps, slats or nacelle. The test case consists of a grid convergence analysis performed with the SA-neg-QCR2000-R turbulence model, implemented as in https://doi.org/10.2514/6.2023-1244 (freely available at https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiwm_D467P-AhUYQ_EDHV0LCV4QFnoECAoQAQ&url=https%3A%2F%2Fhighfidelitycfdverificationworkshop.github.io%2Fpapers%2Frans.pdf&usg=AOvVaw35mtEWtqFl4ACXiaQ4BUrQ).
I made a few changes to the code to update the current version of SA to match the one on the paper. In the following days, I'll prepare a pull request for a new branch to share such changes.
Any suggestion and/or help is welcome! Moreover, if someone is interested in participating in the Adaptive Grids RANS TFG, please let me know, such that I can update you on the state of the workshop.
Beta Was this translation helpful? Give feedback.
All reactions