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

Periodic Hill tutorial switch from IDDES to DDES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 17, 2022, 09:46
Unhappy Periodic Hill tutorial switch from IDDES to DDES
  #1
New Member
 
Join Date: Apr 2022
Posts: 1
Rep Power: 0
Gressi is on a distinguished road
Hi

I am new to OpenFOAM and I am struggling with how to change the turbulence model of the Periodic Hill tutorial case. I recieve following error when I change my turbulenceProperties

PIMPLE: iteration 1
[2]
[2]
[2] --> FOAM FATAL ERROR: (openfoam-2012)
[2]
request for volScalarField hmax from objectRegistry region0 failed
available objects of type volScalarField are
6(nut yWall nuTilda nu delta p)
[2]
[2] From const Type& Foam:bjectRegistry::lookupObject(const Foam::word&, bool) const [with Type = const Foam::GeometricField<double, Foam::fvPatchFie$
[2] in file /opt/OpenFOAM/OpenFOAM-v2012/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 463.
[2]
FOAM parallel run aborting


I have no idea how to proceed and any help would be appreciated. I have used the motorbike tutorial LES delta and my mistake is probably in here.

turbulenceProperties

simulationType LES;

LES
{
LESModel SpalartAllmarasDDES;

printCoeffs no;

turbulence yes;

delta cubeRootVol;

cubeRootVolCoeffs
{
hmax maxDeltaxyzCubeRoot;
maxDeltaxyzCubeRootCoeffs
deltaCoeff 1;
}

PrandtlCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
smoothCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
maxDeltaRatio 1.1;
}
Cdelta 0.158;
}

vanDriestCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
smoothCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
maxDeltaRatio 1.1;
}
Aplus 26;
Cdelta 0.158;
}

smoothCoeffs
{
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
maxDeltaRatio 1.1;
}


}
Gressi 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
simpleFoam tutorial PitzDaily using Reynolds stress tensor (LRR RASModel) dlahaye OpenFOAM Running, Solving & CFD 24 August 4, 2023 14:29
Tutorial for DDES Simulation raviramesh10 SU2 0 October 22, 2020 08:51
FLUENT Periodic Boundary Condition SOLVED + TUTORIAL Peter023 FLUENT 55 July 11, 2020 06:40
Periodic Boundary Condition Tutorial 88turbo SU2 26 March 6, 2020 09:49
problem about periodic boundary condition in Fluent winnawinna FLUENT 0 December 28, 2010 23:32


All times are GMT -4. The time now is 15:32.