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 (
40 );
41 
43 (
44  geometricOneField,
46  compressibleTurbulenceModel,
47  CompressibleTurbulenceModel,
48  ThermalDiffusivity,
49  fluidThermo
50 );
51 
52 
53 // -------------------------------------------------------------------------- //
54 // Laminar models
55 // -------------------------------------------------------------------------- //
56 
57 #include "Stokes.H"
58 makeLaminarModel(Stokes);
59 
60 #include "generalizedNewtonian.H"
61 makeLaminarModel(generalizedNewtonian);
62 
63 #include "Maxwell.H"
64 makeLaminarModel(Maxwell);
65 
66 
67 // -------------------------------------------------------------------------- //
68 // RAS models
69 // -------------------------------------------------------------------------- //
70 
71 #include "SpalartAllmaras.H"
73 
74 #include "kEpsilon.H"
76 
77 #include "RNGkEpsilon.H"
78 makeRASModel(RNGkEpsilon);
79 
80 #include "realizableKE.H"
82 
84 makeRASModel(buoyantKEpsilon);
85 
86 #include "LaunderSharmaKE.H"
87 makeRASModel(LaunderSharmaKE);
88 
89 #include "kOmega.H"
91 
92 #include "kOmegaSST.H"
93 makeRASModel(kOmegaSST);
94 
95 #include "kOmegaSSTSAS.H"
96 makeRASModel(kOmegaSSTSAS);
97 
98 #include "kOmegaSSTLM.H"
100 
101 #include "LRR.H"
102 makeRASModel(LRR);
103 
104 #include "SSG.H"
105 makeRASModel(SSG);
106 
107 #include "kEpsilonPhitF.H"
108 makeRASModel(kEpsilonPhitF);
109 
110 
111 // -------------------------------------------------------------------------- //
112 // LES models
113 // -------------------------------------------------------------------------- //
114 
115 #include "Smagorinsky.H"
117 
118 #include "WALE.H"
119 makeLESModel(WALE);
120 
121 #include "kEqn.H"
122 makeLESModel(kEqn);
123 
124 #include "dynamicKEqn.H"
126 
128 makeLESModel(dynamicLagrangian);
129 
132 
134 makeLESModel(SpalartAllmarasDDES);
135 
138 
140 makeLESModel(DeardorffDiffStress);
141 
142 #include "kOmegaSSTDES.H"
144 
145 #include "kOmegaSSTDDES.H"
147 
148 #include "kOmegaSSTIDDES.H"
150 
151 
152 // ************************************************************************* //
SpalartAllmarasDDES.H
Foam::LESModels::SpalartAllmarasIDDES
SpalartAllmaras IDDES turbulence model for incompressible and compressible flows.
Definition: SpalartAllmarasIDDES.H:63
realizableKE.H
Foam::LESModels::kOmegaSSTDES
k-omega-SST DES turbulence model for incompressible and compressible flows
Definition: kOmegaSSTDES.H:67
generalizedNewtonian.H
makeLaminarModel
#define makeLaminarModel(Type)
Definition: compressibleMultiPhaseTurbulenceModels.C:55
defineTurbulenceModelTypes
#define defineTurbulenceModelTypes( Alpha, Rho, baseModel, BaseModel, TDModel, Transport)
Definition: makeTurbulenceModel.H:29
Foam::LESModels::SpalartAllmarasDES
SpalartAllmarasDES DES turbulence model for incompressible and compressible flows.
Definition: SpalartAllmarasDES.H:76
Foam::geometricOneField
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Definition: geometricOneField.H:49
Foam::fluidThermo
Fundamental fluid thermodynamic properties.
Definition: fluidThermo.H:48
dynamicKEqn.H
Foam::laminarModels::Stokes
Turbulence model for Stokes flow.
Definition: Stokes.H:54
Foam::LESModels::kOmegaSSTIDDES
k-omega-SST IDDES turbulence model for incompressible and compressible flows
Definition: kOmegaSSTIDDES.H:62
Foam::LESModels::kEqn
One equation eddy-viscosity model.
Definition: kEqn.H:73
Foam::RASModels::kOmegaSSTSAS
Scale-adaptive URAS model based on the k-omega-SST RAS model.
Definition: kOmegaSSTSAS.H:97
Foam::LESModels::dynamicKEqn
Dynamic one equation eddy-viscosity model.
Definition: dynamicKEqn.H:75
DeardorffDiffStress.H
Foam::RASModels::RNGkEpsilon
Renormalization group k-epsilon turbulence model for incompressible and compressible flows.
Definition: RNGkEpsilon.H:84
LRR.H
Foam::RASModels::realizableKE
Realizable k-epsilon turbulence model for incompressible and compressible flows.
Definition: realizableKE.H:79
Foam::RASModels::kOmegaSSTLM
Langtry-Menter 4-equation transitional SST model based on the k-omega-SST RAS model.
Definition: kOmegaSSTLM.H:103
kOmegaSSTSAS.H
SSG.H
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:53
kOmegaSSTLM.H
kEqn.H
kOmegaSSTIDDES.H
Foam::LESModels::kOmegaSSTDDES
k-omega-SST DDES turbulence model for incompressible and compressible flows
Definition: kOmegaSSTDDES.H:61
SpalartAllmarasDES.H
Stokes.H
Foam::RASModels::SpalartAllmaras
Spalart-Allmaras one-transport-equation linear-eddy-viscosity turbulence closure model for incompress...
Definition: SpalartAllmaras.H:128
kOmega.H
kOmegaSSTDDES.H
Foam::ThermalDiffusivity
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
Definition: phaseCompressibleTurbulenceModelFwd.H:41
makeBaseTurbulenceModel
#define makeBaseTurbulenceModel( Alpha, Rho, baseModel, BaseModel, TDModel, Transport)
Definition: makeTurbulenceModel.H:60
makeLESModel
#define makeLESModel(Type)
Definition: compressibleMultiPhaseTurbulenceModels.C:63
Smagorinsky.H
makeRASModel
#define makeRASModel(Type)
Definition: compressibleMultiPhaseTurbulenceModels.C:59
Foam::LESModels::WALE
The Wall-adapting local eddy-viscosity (WALE) SGS model.
Definition: WALE.H:75
kEpsilonPhitF.H
WALE.H
Foam::RASModels::SSG
Speziale, Sarkar and Gatski Reynolds-stress turbulence model for incompressible and compressible flow...
Definition: SSG.H:94
Maxwell.H
buoyantKEpsilon.H
RNGkEpsilon.H
Foam::LESModels::Smagorinsky
The Smagorinsky SGS model.
Definition: Smagorinsky.H:88
Foam::RASModels::kOmega
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows.
Definition: kOmega.H:74
Foam::CompressibleTurbulenceModel
Templated abstract base class for single-phase compressible turbulence models.
Definition: CompressibleTurbulenceModel.H:50
Foam::GeometricField
Generic GeometricField class.
Definition: areaFieldsFwd.H:49
Foam::RASModels::kEpsilon
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
Definition: kEpsilon.H:85
turbulentFluidThermoModels.H
dynamicLagrangian.H
Foam::compressibleTurbulenceModel
Abstract base class for turbulence models (RAS, LES and laminar).
Definition: compressibleTurbulenceModel.H:50
SpalartAllmarasIDDES.H
Foam::RASModels::LaunderSharmaKE
Launder and Sharma low-Reynolds k-epsilon turbulence model for incompressible and compressible and co...
Definition: LaunderSharmaKE.H:83
kOmegaSSTDES.H