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 
43 (
50 );
51 
52 
53 // -------------------------------------------------------------------------- //
54 // Laminar models
55 // -------------------------------------------------------------------------- //
56 
57 #include "Stokes.H"
59 
60 #include "generalizedNewtonian.H"
61 makeLaminarModel(generalizedNewtonian);
62 
63 #include "Maxwell.H"
65 
66 
67 // -------------------------------------------------------------------------- //
68 // RAS models
69 // -------------------------------------------------------------------------- //
70 
71 #include "SpalartAllmaras.H"
73 
74 #include "kEpsilon.H"
75 makeRASModel(kEpsilon);
76 
77 #include "RNGkEpsilon.H"
79 
80 #include "realizableKE.H"
82 
83 #include "buoyantKEpsilon.H"
84 makeRASModel(buoyantKEpsilon);
85 
86 #include "LaunderSharmaKE.H"
88 
89 #include "kOmega.H"
90 makeRASModel(kOmega);
91 
92 #include "kOmegaSST.H"
93 makeRASModel(kOmegaSST);
94 
95 #include "kOmegaSSTSAS.H"
97 
98 #include "kOmegaSSTLM.H"
99 makeRASModel(kOmegaSSTLM);
100 
101 #include "LRR.H"
103 
104 #include "SSG.H"
106 
107 #include "kEpsilonPhitF.H"
108 makeRASModel(kEpsilonPhitF);
109 
110 
111 // -------------------------------------------------------------------------- //
112 // LES models
113 // -------------------------------------------------------------------------- //
114 
115 #include "Smagorinsky.H"
116 makeLESModel(Smagorinsky);
117 
118 #include "WALE.H"
120 
121 #include "kEqn.H"
123 
124 #include "dynamicKEqn.H"
125 makeLESModel(dynamicKEqn);
126 
127 #include "dynamicLagrangian.H"
128 makeLESModel(dynamicLagrangian);
129 
130 #include "SpalartAllmarasDES.H"
132 
133 #include "SpalartAllmarasDDES.H"
134 makeLESModel(SpalartAllmarasDDES);
135 
136 #include "SpalartAllmarasIDDES.H"
138 
139 #include "DeardorffDiffStress.H"
140 makeLESModel(DeardorffDiffStress);
141 
142 #include "kOmegaSSTDES.H"
144 
145 #include "kOmegaSSTDDES.H"
146 makeLESModel(kOmegaSSTDDES);
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:67
realizableKE.H
Foam::LESModels::kOmegaSSTDES
k-omega-SST DES turbulence model for incompressible and compressible flows
Definition: kOmegaSSTDES.H:71
generalizedNewtonian.H
makeLaminarModel
#define makeLaminarModel(Type)
Definition: compressibleMultiPhaseTurbulenceModels.C:62
defineTurbulenceModelTypes
#define defineTurbulenceModelTypes( Alpha, Rho, baseModel, BaseModel, TDModel, Transport)
Define turbulence model typedefs, with EddyDiffusivity.
Definition: makeTurbulenceModel.H:34
Foam::LESModels::SpalartAllmarasDES
SpalartAllmarasDES DES turbulence model for incompressible and compressible flows.
Definition: SpalartAllmarasDES.H:80
Foam::geometricOneField
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Definition: geometricOneField.H:55
Foam::fluidThermo
Fundamental fluid thermodynamic properties.
Definition: fluidThermo.H:52
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
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
LRR.H
Foam::RASModels::realizableKE
Realizable k-epsilon turbulence model for incompressible and compressible flows.
Definition: realizableKE.H:83
kOmegaSSTSAS.H
SSG.H
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-transport-equation linear-eddy-viscosity turbulence closure model for incompress...
Definition: SpalartAllmaras.H:132
kOmega.H
kOmegaSSTDDES.H
Foam::ThermalDiffusivity
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
Definition: phaseCompressibleTurbulenceModelFwd.H:47
makeBaseTurbulenceModel
#define makeBaseTurbulenceModel( Alpha, Rho, baseModel, BaseModel, TDModel, Transport)
Definition: makeTurbulenceModel.H:65
makeLESModel
#define makeLESModel(Type)
Definition: compressibleMultiPhaseTurbulenceModels.C:70
Smagorinsky.H
makeRASModel
#define makeRASModel(Type)
Definition: compressibleMultiPhaseTurbulenceModels.C:66
Foam::LESModels::WALE
The Wall-adapting local eddy-viscosity (WALE) SGS model.
Definition: WALE.H:79
kEpsilonPhitF.H
WALE.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
Foam::CompressibleTurbulenceModel
Templated abstract base class for single-phase compressible turbulence models.
Definition: CompressibleTurbulenceModel.H:54
Foam::GeometricField< scalar, fvPatchField, volMesh >
turbulentFluidThermoModels.H
dynamicLagrangian.H
Foam::compressibleTurbulenceModel
Abstract base class for turbulence models (RAS, LES and laminar).
Definition: compressibleTurbulenceModel.H:54
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