turbulentFluidThermoModels.C
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2013-2016 OpenFOAM Foundation
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM.
12 
13  OpenFOAM is free software: you can redistribute it and/or modify it
14  under the terms of the GNU General Public License as published by
15  the Free Software Foundation, either version 3 of the License, or
16  (at your option) any later version.
17 
18  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21  for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
25 
26 \*---------------------------------------------------------------------------*/
27 
29 
30 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 
33 (
34  geometricOneField,
36  compressibleTurbulenceModel,
37  CompressibleTurbulenceModel,
38  ThermalDiffusivity,
39  fluidThermo
40 );
41 
42 
43 // -------------------------------------------------------------------------- //
44 // Laminar models
45 // -------------------------------------------------------------------------- //
46 
47 #include "Stokes.H"
49 
50 #include "Maxwell.H"
52 
53 
54 // -------------------------------------------------------------------------- //
55 // RAS models
56 // -------------------------------------------------------------------------- //
57 
58 #include "SpalartAllmaras.H"
60 
61 #include "kEpsilon.H"
62 makeRASModel(kEpsilon);
63 
64 #include "RNGkEpsilon.H"
66 
67 #include "realizableKE.H"
69 
70 #include "buoyantKEpsilon.H"
71 makeRASModel(buoyantKEpsilon);
72 
73 #include "LaunderSharmaKE.H"
75 
76 #include "kOmega.H"
77 makeRASModel(kOmega);
78 
79 #include "kOmegaSST.H"
80 makeRASModel(kOmegaSST);
81 
82 #include "kOmegaSSTSAS.H"
84 
85 #include "kOmegaSSTLM.H"
86 makeRASModel(kOmegaSSTLM);
87 
88 #include "v2f.H"
90 
91 #include "LRR.H"
93 
94 #include "SSG.H"
96 
97 #include "kEpsilonPhitF.H"
98 makeRASModel(kEpsilonPhitF);
99 
100 
101 // -------------------------------------------------------------------------- //
102 // LES models
103 // -------------------------------------------------------------------------- //
104 
105 #include "Smagorinsky.H"
106 makeLESModel(Smagorinsky);
107 
108 #include "WALE.H"
110 
111 #include "kEqn.H"
113 
114 #include "dynamicKEqn.H"
115 makeLESModel(dynamicKEqn);
116 
117 #include "dynamicLagrangian.H"
118 makeLESModel(dynamicLagrangian);
119 
120 #include "SpalartAllmarasDES.H"
122 
123 #include "SpalartAllmarasDDES.H"
124 makeLESModel(SpalartAllmarasDDES);
125 
126 #include "SpalartAllmarasIDDES.H"
128 
129 #include "DeardorffDiffStress.H"
130 makeLESModel(DeardorffDiffStress);
131 
132 #include "kOmegaSSTDES.H"
134 
135 #include "kOmegaSSTDDES.H"
136 makeLESModel(kOmegaSSTDDES);
137 
138 #include "kOmegaSSTIDDES.H"
140 
141 
142 // ************************************************************************* //
SpalartAllmarasDDES.H
Foam::LESModels::SpalartAllmarasIDDES
SpalartAllmaras IDDES turbulence model for incompressible and compressible flows.
Definition: SpalartAllmarasIDDES.H:67
realizableKE.H
Foam::LESModels::kOmegaSSTDES
k-omega-SST DES turbulence model for incompressible and compressible flows
Definition: kOmegaSSTDES.H:71
Foam::LESModels::SpalartAllmarasDES
SpalartAllmarasDES DES turbulence model for incompressible and compressible flows.
Definition: SpalartAllmarasDES.H:80
dynamicKEqn.H
Foam::laminarModels::Stokes
Turbulence model for Stokes flow.
Definition: Stokes.H:58
Foam::LESModels::kOmegaSSTIDDES
k-omega-SST IDDES turbulence model for incompressible and compressible flows
Definition: kOmegaSSTIDDES.H:66
makeRASModel
makeRASModel(kEpsilonLopesdaCosta)
Foam::LESModels::kEqn
One equation eddy-viscosity model.
Definition: kEqn.H:77
Foam::RASModels::kOmegaSSTSAS
Scale-adaptive URAS model based on the k-omega-SST RAS model.
Definition: kOmegaSSTSAS.H:101
DeardorffDiffStress.H
Foam::RASModels::RNGkEpsilon
Renormalization group k-epsilon turbulence model for incompressible and compressible flows.
Definition: RNGkEpsilon.H:88
Foam::RASModels::v2f
Lien and Kalitzin's v2-f turbulence model for incompressible and compressible flows,...
Definition: v2f.H:123
LRR.H
Foam::RASModels::realizableKE
Realizable k-epsilon turbulence model for incompressible and compressible flows.
Definition: realizableKE.H:83
makeLESModel
#define makeLESModel(Type)
Definition: multiphaseCompressibleTurbulenceModels.C:66
kOmegaSSTSAS.H
SSG.H
makeLaminarModel
#define makeLaminarModel(Type)
Definition: multiphaseCompressibleTurbulenceModels.C:58
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:57
kOmegaSSTLM.H
kEqn.H
kOmegaSSTIDDES.H
SpalartAllmarasDES.H
Stokes.H
Foam::RASModels::SpalartAllmaras
Spalart-Allmaras one-eqn mixing-length model for incompressible and compressible external flows.
Definition: SpalartAllmaras.H:91
kOmega.H
kOmegaSSTDDES.H
makeBaseTurbulenceModel
#define makeBaseTurbulenceModel( Alpha, Rho, baseModel, BaseModel, TDModel, Transport)
Definition: makeTurbulenceModel.H:48
Smagorinsky.H
Foam::LESModels::WALE
The Wall-adapting local eddy-viscosity (WALE) SGS model.
Definition: WALE.H:79
kEpsilonPhitF.H
WALE.H
v2f.H
Foam::RASModels::SSG
Speziale, Sarkar and Gatski Reynolds-stress turbulence model for incompressible and compressible flow...
Definition: SSG.H:98
Maxwell.H
buoyantKEpsilon.H
RNGkEpsilon.H
turbulentFluidThermoModels.H
dynamicLagrangian.H
SpalartAllmarasIDDES.H
Foam::RASModels::LaunderSharmaKE
Launder and Sharma low-Reynolds k-epsilon turbulence model for incompressible and compressible and co...
Definition: LaunderSharmaKE.H:87
kOmegaSSTDES.H