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

Smoothing of IDDES delta

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 15, 2013, 11:53
Default Smoothing of IDDES delta
  #1
New Member
 
Marian Fuchs
Join Date: Dec 2010
Location: Berlin, Germany
Posts: 9
Rep Power: 15
Fuchs is on a distinguished road
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
Fuchs is offline   Reply With Quote

Old   October 11, 2018, 23:03
Default
  #2
Senior Member
 
zhangyan's Avatar
 
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 11
zhangyan is on a distinguished road
Hi, Did you solve this problem?
zhangyan is offline   Reply With Quote

Old   November 17, 2020, 11:17
Default Still an issue
  #3
New Member
 
Magnus Johannesen
Join Date: Oct 2018
Posts: 3
Rep Power: 7
magjo is on a distinguished road
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.
magjo 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
[ANSYS Meshing] Smoothing options siw ANSYS Meshing & Geometry 3 August 13, 2019 07:40
Delta wing cfd H_R FLUENT 16 September 19, 2013 04:41
[ANSYS Meshing] Smoothing and Post Smoothing siw ANSYS Meshing & Geometry 0 November 5, 2012 09:14
IDDES delta cfdmarkus OpenFOAM Bugs 1 July 17, 2012 04:28
Hexa smoothing (ICEM CFD 10.0) CFDworker CFX 3 November 2, 2005 10:23


All times are GMT -4. The time now is 00:57.