Replies: 1 comment 1 reply
-
nemo + turbulence is not in the develop branch. There is a branch called nemo_rans that you could try. I am not sure what the status is, it looks like it stalled a bit in the last 6 months or so. Would be nice to bring it into develop. I guess the first step is to just give that version a try and see if it works for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Are any turbulence models implemented for NEMO?
I am trying to run a viscous wedge simulation with NEMO (SOLVER= NEMO_NAVIER_STOKES). Whenever I turn turbulence model on, either SA (KIND_TURB_MODEL= SA) or SST (KIND_TURB_MODEL= SST), I get a segmentation fault:
Using a bunch of cout statements, I found that error occurs on the following line, when the code tries to reach SingleGrid_Iteration:
Then I opened a CSingleGridIntegration.cpp file, which is where the code goes from the line above when NEMO is turned off and turbulence model is turned on. It seems that the code does not enter the file (or can't find it) when NEMO and turbulence model are on. How is it possible?
If NEMO doesn't have SA and SST implemented, but the models and codes exist for other solvers, how can I implement them for NEMO?
Currently I'm using SU2 8.0.1. I know 8.1.0 was released late September but i didn't see NEMO turbulence in description of the changes.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions