CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   EQUiPS still works? (https://www.cfd-online.com/Forums/su2/254697-equips-still-works.html)

LunarKing1110 February 26, 2024 05:57

EQUiPS still works?
 
Hi,
just want to know if EQUiPS still works? I just test the tutorial file and it shows that 'USING_UQ' is an invalid option name. Thanks!

bigfootedrockmidget February 26, 2024 07:40

Thanks for letting us know, we will update the tutorial.

This option was replaced, we now use one keyword SST_OPTIONS that is a list of all active SST options:
Code:

% Specify turbulence model (NONE, SA, SST)
KIND_TURB_MODEL= NONE
%
% Specify versions/corrections of the SST model (V2003m, V1994m, VORTICITY, KATO_LAUNDER, UQ, SUSTAINING)
SST_OPTIONS= NONE


So in your case (this case used the 1994-modified model of SST):
Code:

KIND_TURB_MODEL= SST

SST_OPTIONS= V1994m, UQ



All times are GMT -4. The time now is 07:49.