|
[Sponsors] |
How to use the BSL kOmega model instead of SST kOmega |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 26, 2024, 09:27 |
How to use the BSL kOmega model instead of SST kOmega
|
#1 |
New Member
Simo Med
Join Date: Jan 2024
Posts: 6
Rep Power: 2 |
Hi,
In OpenFOAM 2312 is it possible to use the Baseline kOmega model by Menter instead of the SST kOmega? The SST model differs from the Baseline model by using the eddy visocsity limiter. Is it possible to use SST model (by changing some input parameters/coefficients) as BSL to disable eddy viscosity limiter? P.S: I know that there is a way to get BSL model by implementing it myself, but that's not what I am looking for. Thank you for your help |
|
January 26, 2024, 10:42 |
|
#2 |
Member
Join Date: Aug 2017
Location: Algeria
Posts: 98
Rep Power: 9 |
Probably you need to set b1 to 0.
Code:
RAS { RASModel kOmegaSST; turbulence on; printCoeffs on; b1 0.0; }
__________________
"When in doubt, use brute force." -- Ken Thompson |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Y+ plus Komega SST model Wind turbine . | Tai_M | ANSYS | 1 | February 20, 2023 07:05 |
How to implement kOmega turbulent model in to DPMFoam | amilachandra | OpenFOAM Programming & Development | 3 | October 22, 2018 23:48 |
RANS FX63-137 kOmega SST model | PierluigiRossi | SU2 | 2 | June 24, 2016 06:56 |
k - omega SST turbulence model with wall functions | kenan | Main CFD Forum | 0 | January 17, 2013 07:14 |
K - epsilon VS SST turbulence model | Maicol | Main CFD Forum | 0 | November 30, 2012 17:25 |