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

Define delta in kOmegaSSTSAS turbulence model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2018, 07:46
Default Define delta in kOmegaSSTSAS turbulence model
  #1
Member
 
Cristina Hernandez
Join Date: May 2018
Posts: 35
Rep Power: 7
crizpi21 is on a distinguished road
Hi everyone,

I am implementing kOmegaSSTSAS turbulence model (using pimpleFoam solver) to simulate the flow around a cube for relatively high Re (between 10^4 and 10^7).

As far as I know, there are no tutorials using this specific turbulence model. I have noticed that kOmegaSSTSAS is derived from kOmegaSST. The only additional parameter required is "Delta" or "LES Delta".

I have read through the extended guide but I cannot understand the physical meaning of this parameter. Also, there are many different ways to specify Delta (https://www.openfoam.com/documentati...1LESdelta.html) and I don't know which one would be more appropriate for the kOmegaSSTSAS.

So far I have tried the "cubeRootVol" definition as suggested in https://develop.openfoam.com/Develop...kOmegaSSTSAS.H , but I am not sure if this is correct.

Could anyone help me with this?

Thanks in advance!

Cristina
crizpi21 is offline   Reply With Quote

Old   March 8, 2019, 10:05
Default
  #2
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Quote:
Originally Posted by crizpi21 View Post
Hi everyone,

I am implementing kOmegaSSTSAS turbulence model (using pimpleFoam solver) to simulate the flow around a cube for relatively high Re (between 10^4 and 10^7).

As far as I know, there are no tutorials using this specific turbulence model. I have noticed that kOmegaSSTSAS is derived from kOmegaSST. The only additional parameter required is "Delta" or "LES Delta".

I have read through the extended guide but I cannot understand the physical meaning of this parameter. Also, there are many different ways to specify Delta (https://www.openfoam.com/documentati...1LESdelta.html) and I don't know which one would be more appropriate for the kOmegaSSTSAS.

So far I have tried the "cubeRootVol" definition as suggested in https://develop.openfoam.com/Develop...kOmegaSSTSAS.H , but I am not sure if this is correct.

Could anyone help me with this?

Thanks in advance!

Cristina
I am also interested in kOmegaSSTSAS. Have you found the answer of your question?
calf.Z is offline   Reply With Quote

Old   June 25, 2019, 15:50
Default
  #3
Member
 
Tom
Join Date: Apr 2017
Posts: 50
Rep Power: 9
tom.opt is on a distinguished road
Quote:
Originally Posted by crizpi21 View Post
Hi everyone,

I am implementing kOmegaSSTSAS turbulence model (using pimpleFoam solver) to simulate the flow around a cube for relatively high Re (between 10^4 and 10^7).

As far as I know, there are no tutorials using this specific turbulence model. I have noticed that kOmegaSSTSAS is derived from kOmegaSST. The only additional parameter required is "Delta" or "LES Delta".

I have read through the extended guide but I cannot understand the physical meaning of this parameter. Also, there are many different ways to specify Delta (https://www.openfoam.com/documentati...1LESdelta.html) and I don't know which one would be more appropriate for the kOmegaSSTSAS.

So far I have tried the "cubeRootVol" definition as suggested in https://develop.openfoam.com/Develop...kOmegaSSTSAS.H , but I am not sure if this is correct.

Could anyone help me with this?

Thanks in advance!

Cristina
Hi,
I was wondering if you have managed to run the kOmegaSSTSAS model or if you managed to find a tutorial for it?


I'd like to run it for a flow around an airfoil case , but i'm not sure where to get started
tom.opt is offline   Reply With Quote

Old   June 23, 2021, 08:40
Default OpenFOAM SAS usage
  #4
New Member
 
Join Date: May 2021
Posts: 9
Rep Power: 4
SonnyD is on a distinguished road
the delta in kOmegaSSTSAS ist used equally to LES. SAS (Scale Adaptive Simulation) uses spatial averaging related to cell size, such as LES does. In OpenFOAM you can apply the SSTSAS-Model just like the usual SST-Model.

For delta you might define cubeRootVol, which only takes the cubic root of cell expansion in every spatial direction. But if the aspect ratios of your cells are not allways equal to 1 (especially at near wall regions), you might use the vanDriest damping function to calculate your spatial averaging width in combination with cubeRootVol.


I use it simply like this:
delta vanDriest;


vanDriestCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}

smoothCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}

maxDeltaRatio 1.1;
}

Aplus 26;
Cdelta 0.158;
}


I am not sure about all those parameters. But vanDriest allways needs to be combined with a geometric filtering function. Also have a look at this:

SonnyD 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
Use of k-epsilon and k-omega Models Jade M Main CFD Forum 40 January 27, 2023 07:18
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32
REAL GAS UDF brian FLUENT 6 September 11, 2006 08:23
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24


All times are GMT -4. The time now is 18:42.