CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

How to use the BSL kOmega model instead of SST kOmega

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 26, 2024, 08:27
Default 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
SimoY is on a distinguished road
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
SimoY is offline   Reply With Quote

Old   January 26, 2024, 09:42
Default
  #2
Member
 
s1291's Avatar
 
Join Date: Aug 2017
Location: Algeria
Posts: 98
Rep Power: 8
s1291 is on a distinguished road
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
s1291 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Y+ plus Komega SST model Wind turbine . Tai_M ANSYS 1 February 20, 2023 06:05
How to implement kOmega turbulent model in to DPMFoam amilachandra OpenFOAM Programming & Development 3 October 22, 2018 22:48
RANS FX63-137 kOmega SST model PierluigiRossi SU2 2 June 24, 2016 05:56
k - omega SST turbulence model with wall functions kenan Main CFD Forum 0 January 17, 2013 06:14
K - epsilon VS SST turbulence model Maicol Main CFD Forum 0 November 30, 2012 16:25


All times are GMT -4. The time now is 09:33.