|
[Sponsors] |
Define delta in kOmegaSSTSAS turbulence model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 16, 2018, 08:46 |
Define delta in kOmegaSSTSAS turbulence model
|
#1 |
Member
Cristina Hernandez
Join Date: May 2018
Posts: 35
Rep Power: 8 |
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 |
|
March 8, 2019, 11:05 |
|
#2 | |
Senior Member
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 8 |
Quote:
|
||
June 25, 2019, 16:50 |
|
#3 | |
Member
Tom
Join Date: Apr 2017
Posts: 50
Rep Power: 9 |
Quote:
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 |
||
June 23, 2021, 09:40 |
OpenFOAM SAS usage
|
#4 |
New Member
Join Date: May 2021
Posts: 9
Rep Power: 5 |
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: |
|
|
|
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 08:18 |
Question about adaptive timestepping | Guille1811 | CFX | 25 | November 12, 2017 18:38 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |