|
[Sponsors] |
February 26, 2024, 06:57 |
EQUiPS still works?
|
#1 |
New Member
Shukai Wang
Join Date: Nov 2023
Posts: 10
Rep Power: 3 |
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! |
|
February 26, 2024, 08:40 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
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 |
|
Tags |
equips |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Homogeneous reaction works fine alone but not with diffusion and/or convection | Anderson2019 | Main CFD Forum | 1 | October 5, 2019 10:12 |
Viscosity UDF works when interpreted, Doesn't when compiled? | bloodflow | Fluent UDF and Scheme Programming | 4 | April 11, 2019 10:06 |
My UDF works well with Fluent 16 but not with Fluent 19 | Ahmed A. Serageldin | Fluent UDF and Scheme Programming | 3 | October 19, 2018 12:38 |
Why renumbering works for LduMatrix? | chengdi | OpenFOAM | 4 | July 31, 2017 19:54 |
Parallel runs with sonicDyMFoam crashes (works fine with sonicFoam) | jnilsson | OpenFOAM Running, Solving & CFD | 0 | March 9, 2012 07:45 |