Skip to content

jiaqiwang969/SSTtransition-turbulence-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

SSTtransition-turbulence-model

Improve: Original code is sstTransition, update to compressible and combine it to IDDES. Tip: multiply "*alpha*rho" in solving equation

How to use?

Add turbulenceProperties

simulationType  LES;

LES
{
    LESModel        sstTransitionIDDES;
    printCoeffs     no;
    turbulence      yes;
    delta           IDDESDelta;
    IDDESDeltaCoeffs
    {
        hmax           maxDeltaxyzCubeRoot;
        maxDeltaxyzCubeRootCoeffs
        {
        }
    }
}

V9 version

Validate?not sure why is a bit different. I guess is the different setting of freeVelocity(default).

About

Aim: Parametric analysis for SSTtransition turbulence model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published