|
[Sponsors] |
July 15, 2013, 12:53 |
Smoothing of IDDES delta
|
#1 |
New Member
Marian Fuchs
Join Date: Dec 2010
Location: Berlin, Germany
Posts: 9
Rep Power: 15 |
Dear OpenFOAM users,
I am trying to test IDDES models for snappyHexMesh grids including 2:1 jumps in cell size in OpenFOAM-2.2.0. For this reason, I'd like to test the smoothing option for the delta used by the IDDES model. For DES97 and DDES, this works just fine, where delta is defined in LESProperties, e.g.: #---- delta smooth; smoothCoeffs { delta maxDeltaxyz; maxDeltaxyzCoeffs { deltaCoeff 2; } maxDeltaRatio 1.2; } #---- I tried to convert the syntax for the IDDES delta as follows: #---- IDDESmodelCoeffs { delta smooth; smoothCoeffs { delta IDDESDelta; IDDESDeltaCoeffs { cw 0.15; deltaCoeff 1; } maxDeltaRatio 1.2; } cdt1 8; } delta maxDeltaxyz; maxDeltaxyzCoeffs { deltaCoeff 2; } #---- Unfortunately, this leads to an infinite loop when I start my computation. Here is an excerpt of my log file: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 80 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting turbulence model type LESModel Selecting LES turbulence model IDDESmodel Selecting LES delta type smooth Selecting LES delta type maxDeltaxyz IDDESmodelCoeffs { delta smooth; smoothCoeffs { delta IDDESDelta; IDDESDeltaCoeffs { cw 0.15; deltaCoeff 1; } maxDeltaRatio 1.2; } } Selecting LES delta type smooth Selecting LES delta type maxDeltaxyz Selecting LES delta type smooth Selecting LES delta type IDDESDelta Selecting LES delta type smooth Selecting LES delta type IDDESDelta Selecting LES delta type smooth Selecting LES delta type IDDESDelta Selecting LES delta type smooth Maybe someone of you has already stumbled about this problem and can share his experience/the correct delta smoothing settings in this thread. Thanks in advance, Marian |
|
October 12, 2018, 00:03 |
|
#2 |
Senior Member
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 12 |
Hi, Did you solve this problem?
|
|
November 17, 2020, 12:17 |
Still an issue
|
#3 |
New Member
Magnus Johannesen
Join Date: Oct 2018
Posts: 3
Rep Power: 8 |
Hey, did anyone solve this? I'm also getting the same issue with both kOmegaSSTDES and SpalartAllmarasDES with all the different delta types.
Running Openfoam-dev/200402 Edit: Got it to work properly with the full set of coefficents. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] Smoothing options | siw | ANSYS Meshing & Geometry | 3 | August 13, 2019 08:40 |
Delta wing cfd | H_R | FLUENT | 16 | September 19, 2013 05:41 |
[ANSYS Meshing] Smoothing and Post Smoothing | siw | ANSYS Meshing & Geometry | 0 | November 5, 2012 10:14 |
IDDES delta | cfdmarkus | OpenFOAM Bugs | 1 | July 17, 2012 05:28 |
Hexa smoothing (ICEM CFD 10.0) | CFDworker | CFX | 3 | November 2, 2005 11:23 |