A three-equation transition and turbulence model for OpenFOAM proposed by Menter, Smirnov, et al..
The model is based on the intermittency transport equation with empirical correlations for the transition onset and the intermittency production terms. The main difference with the original four-equation
The model reads as follows:
For details on the model, please refer to the original publication by Menter, Smirnov, et al..
Boundary conditions for intermittency zeroGradient
) at the wall and
- The intermittency
$\gamma$ is implmented asgammaInt
(in order to be compatible with thekOmegaSSTLM
model). - The model contains optional for cross flow transition term C1 CFX Theory Guide (disabled by default), the term can be enabled by setting
crossFlow on;
in thegamaSSTCoeffs
.
- Download the source code from the repository using git:
git clone git://github.com/furstj/gammaSST.git
- Enter the directory where the source code has been extracted, and compile it by typing:
./Allwmake
- Add the following line to the controlDict of your case:
or
libs ( "libIncompressibleGammaSSTModel.so" ) ;
libs ( "libCompressibleGammaSSTModel.so" ) ;
- Add the following lines to the turbulenceProperties dictionary of your case:
RAS { RASModel gammaSST; turbulence on; printCoeffs on; }
There are several test cases in the testCases directory including:
- ERCOFTAC T3A case of zero pressure gradient flat plate flows with inlet turbulence intensity Tu=3%
- ERCOFTAC T3A- case of zero pressure gradient flat plate flows with inlet turbulence intensity Tu=0.9%
- ERCOFTAC T3B case of zero pressure gradient flat plate flows with inlet turbulence intensity Tu=6%
The model has been developed by Jiří Fürst, e-mail: jiri.furst@gmail.com.
- MENTER, Florian R., SMIRNOV, Pavel E., LIU, Tao and AVANCHA, Ravikanth, 2015. A one-equation local correlation-based transition model. Flow, Turbulence and Combustion. 5 December 2015. Vol. 95, no. 4, p. 583–619. doi:10.1007/s10494-015-9622-4.
- Ansys CFX Theory Guide