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

kOmegaSSTSAS (LES-RANS)

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By esma

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2023, 19:07
Default kOmegaSSTSAS (LES-RANS)
  #1
Member
 
Join Date: May 2016
Posts: 40
Rep Power: 10
esma is on a distinguished road
Hi
I've been trying to use kOmegaSSTSAS in a wind engineering application.
This is actually a great model since this is a hybrid LES-RANS turbulence model that applies RANS kOmegaSST near walls and LES for the rest of the domain where large eddies are of interest in particular in wind engineering.

It appears there are no previous examples provided in the OpenFOAM library and my search through forums didn't end up with any case setup. The thing that puzzled me the most was this turbulence model is subclassed as LES in OpenFOAM (see 1 attached) but when going through the detail description is classified in RAS (see 2). So I struggled at first by setting the model under LES in constant/turbulenceproperties even for a simple model such as a box (see 3) against inlet flow to work. However, when I changed it to RAS it started working and I believe I can see the eddies are formed (see 4). However still in doubt if the settings are correct. Does anyone have experience with such a scaled hybrid model? Should kOmegaSSTSAS be under RAS?. I copy the turbulenceproperties below.


/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

simulationType RAS;

RAS
{
RASModel kOmegaSSTSAS;

turbulence on;

printCoeffs on;

delta vanDriest;


vanDriestCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}

smoothCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}

maxDeltaRatio 1.1;
}

Aplus 26;
Cdelta 0.158;
}

}


// ************************************************** *********************** //
Attached Images
File Type: png 1-OF-kOmegaSSTSAS.png (45.7 KB, 25 views)
File Type: png 2-OF-kOmegaSSTSAS-RAS MODEL.png (24.6 KB, 30 views)
File Type: jpg 3-boxModel.jpg (196.0 KB, 32 views)
File Type: jpg 4-Qcriterion.jpg (30.7 KB, 38 views)
esma is offline   Reply With Quote

Old   October 30, 2023, 14:16
Default
  #2
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
If you are going to use kOmegaSSTSAS in the family of Scale Adaptive Simulation (SAS), you should follow as below:

Code:
simulationType SAS;

SAS
{
not RAS model.

This is a kind of turbulent model that I found, please check it.
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2112                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

simulationType  LES;

LES
{
    LESModel        kOmegaSSTIDDES;
    printCoeffs     yes;
    turbulence      yes;
    delta           IDDESDelta;

    IDDESDeltaCoeffs
    {
        hmax           maxDeltaxyzCubeRoot;
        maxDeltaxyzCubeRootCoeffs
        {
        }
    }
}

// ************************************************************************* //
saeed jamshidi is offline   Reply With Quote

Old   October 30, 2023, 17:39
Default
  #3
Member
 
Join Date: May 2016
Posts: 40
Rep Power: 10
esma is on a distinguished road
Quote:
Originally Posted by saeed jamshidi View Post
If you are going to use kOmegaSSTSAS in the family of Scale Adaptive Simulation (SAS), you should follow as below:

Code:
simulationType SAS;

SAS
{
not RAS model.

[/CODE]
Thanks, but apparently there is no such thing as "simulationType SAS;" in the turbulent library. It returns the error "Unknown simulation type SAS" followed by "Valid simulationType types: 3(LES RAS laminar).

so it appears the turbulent model types shall be either LES or RAS. I tried the LES as the type with kOmegaSSTSAS model it didn't proceed saying no such model in LES. So I changed it with RAS which appear working.

The IDDES is a detached eddy simulation. Was just wondering about SAS in particular.

Btw, I will try DES as you suggested if still was in doubt about using SAS which looks like it has inherent URANS characteristics rather than LES.
lpz456 likes this.

Last edited by esma; October 30, 2023 at 20:24.
esma is offline   Reply With Quote

Old   October 31, 2023, 01:19
Default
  #4
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
Dear esma, you were right!
Please look at: https://www.openfoam.com/documentati...urbulence.html

k-omega-SST SAS is a class of LES model.
saeed jamshidi is offline   Reply With Quote

Old   May 27, 2024, 05:15
Default
  #5
New Member
 
Ali Berk Kahraman
Join Date: Dec 2015
Location: Braunschweig, Germany
Posts: 14
Rep Power: 10
abkahraman is on a distinguished road
Hi Esma,


Did it work out for you? I am thinking of trying SAS for my simulations, but there is a lack of information within openfoam framework. Could you share any insights if you have any?


Best Regards,


Ali
abkahraman 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
Sajben Transonic Diffuser Benchmark: RANS is great, struggling with LES CSMDakota SU2 5 October 11, 2023 05:08
particle-laden backward facing step (BFS) using DPMFoam: LES vs RANS atul1018 OpenFOAM Running, Solving & CFD 8 January 4, 2021 07:20
Worse accuracy in LES models than in RANS models dferrando OpenFOAM Running, Solving & CFD 0 August 30, 2017 05:56
Model Switch, RANS to LES? jennap223 STAR-CCM+ 0 July 7, 2015 12:30
Mapping RANS data onto an LES christian OpenFOAM Running, Solving & CFD 0 April 13, 2007 06:31


All times are GMT -4. The time now is 11:46.