|
[Sponsors] |
September 11, 2022, 05:41 |
Using pre-accumulation SU2
|
#1 |
New Member
Join Date: Sep 2022
Location: France
Posts: 4
Rep Power: 4 |
Hello all! I hope your're doing well.
I'm trying to add a turbulence model correction to Menter's SST that works in a very similar manner to Spalar-Allmaras' QCR but uses the specific dissipation rate as a parameter. Thus, I'm coding the model on flow_diffusion.cpp but I can't seem to find a way to bring omega into it. I see that SU2 uses pre-accumulation to store variables and bring them when in need (as far as I understand), for example, in that same script we have: AD::StartPreacc(); AD::SetPreaccIn(V_i, nDim+9); AD::SetPreaccIn(V_j, nDim+9); AD::SetPreaccIn(Coord_i, nDim); AD::SetPreaccIn(Coord_j, nDim); AD::SetPreaccIn(PrimVar_Grad_i, nDim+1, nDim); AD::SetPreaccIn(PrimVar_Grad_j, nDim+1, nDim); AD::SetPreaccIn(turb_ke_i); AD::SetPreaccIn(turb_ke_j); AD::SetPreaccIn(TauWall_i); AD::SetPreaccIn(TauWall_j); AD::SetPreaccIn(Normal, nDim); Therefore, think I should achieve something like: AD::SetPreaccIn(omega_i); AD::SetPreaccIn(omega_j); However, my attempts to do so have not yet been successful. Is there a way to do this? Maybe not by the means of pre-accumulation but by any other. Thank you in advance, I hope you have a nice day. Jsembla. |
|
September 13, 2022, 05:32 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
For all SU2 related issues, please go to:
https://www.cfd-online.com/Forums/su2/ This thread is continued here: Using pre-accumulation SU2 |
|
Tags |
model correction, sst k-w, su2, turbulence modelling |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tutorials not working | abby10 | SU2 Installation | 1 | December 28, 2021 07:35 |
SU2 7.0.7 Built on CentOS 7, parallel computation pyscript mpi exit error? | EternalSeekerX | SU2 | 3 | October 9, 2020 19:28 |
Introducing SU2 International Developers Society (IDS) | fpalacios | SU2 News & Announcements | 1 | June 17, 2019 23:38 |
Official release of SU2 V3.0 and SU2 Educational V1.0 | fpalacios | SU2 News & Announcements | 2 | January 22, 2014 06:28 |
Welcome to the Stanford University Unstructured (SU2) forum! | economon | SU2 | 0 | January 7, 2013 03:48 |