1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Turbulence model selection
20 // Do you wish to calculate turbulence?
23 // Laminar model coefficients
28 // Standard k-epsilon model coefficients
41 // RNG k-epsilon model coefficients
60 // k-omega-SST model coefficients
78 // Shih non-Linear k-epsilon model coefficients
105 // Lien non-Linear cubic k-epsilon model coefficients
130 // Gibson's q-zeta low Reynolds number k-epsilon model coefficients
145 // Launder-Sharma low Reynolds number k-epsilon model coefficients
146 LaunderSharmaKECoeffs
158 // Lam-Bremhorst low Reynolds number k-Epsilon model coefficients
171 // Lien-Leschziner low Reynolds number cubic k-epsilon model coefficients
172 LienCubicKELowReCoeffs
204 // Lien-Leschziner low Reynolds number cubic k-epsilon model coefficients
205 LienLeschzinerLowReCoeffs
225 // Launder-Reece-Rodi RSTM with wall functions model coefficients
246 // Launder-Gibson RSTM with wall reflection and wall functions model coefficients
247 LaunderGibsonRSTMCoeffs
273 // Standard Spalart-Allmaras model coefficients
274 SpalartAllmarasCoeffs
291 // Wall function coefficients
300 // ************************************************************************* //