phaseCompressibleTurbulenceModels.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) 2014-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 #include "phaseModel.H"
30 #include "twoPhaseSystem.H"
32 #include "makeTurbulenceModel.H"
33 
34 #include "ThermalDiffusivity.H"
35 #include "EddyDiffusivity.H"
36 
37 #include "laminarModel.H"
38 #include "RASModel.H"
39 #include "LESModel.H"
40 
41 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
42 
44 (
47  compressibleTurbulenceModel,
48  PhaseCompressibleTurbulenceModel,
49  ThermalDiffusivity,
50  phaseModel
51 );
52 
54 (
57  compressibleTurbulenceModel,
58  PhaseCompressibleTurbulenceModel,
59  ThermalDiffusivity,
60  phaseModel
61 );
62 
63 #define makeLaminarModel(Type) \
64  makeTemplatedLaminarModel \
65  (phaseModelPhaseCompressibleTurbulenceModel, laminar, Type)
66 
67 #define makeRASModel(Type) \
68  makeTemplatedTurbulenceModel \
69  (phaseModelPhaseCompressibleTurbulenceModel, RAS, Type)
70 
71 #define makeLESModel(Type) \
72  makeTemplatedTurbulenceModel \
73  (phaseModelPhaseCompressibleTurbulenceModel, LES, Type)
74 
75 #include "Stokes.H"
76 makeLaminarModel(Stokes);
77 
78 #include "kEpsilon.H"
79 makeRASModel(kEpsilon);
80 
81 #include "kOmegaSST.H"
82 makeRASModel(kOmegaSST);
83 
84 #include "kOmegaSSTSato.H"
85 makeRASModel(kOmegaSSTSato);
86 
87 #include "mixtureKEpsilon.H"
88 makeRASModel(mixtureKEpsilon);
89 
90 #include "LaheyKEpsilon.H"
91 makeRASModel(LaheyKEpsilon);
92 
93 #include "continuousGasKEpsilon.H"
94 makeRASModel(continuousGasKEpsilon);
95 
96 #include "Smagorinsky.H"
97 makeLESModel(Smagorinsky);
98 
99 #include "kEqn.H"
100 makeLESModel(kEqn);
101 
102 #include "SmagorinskyZhang.H"
103 makeLESModel(SmagorinskyZhang);
104 
105 #include "NicenoKEqn.H"
106 makeLESModel(NicenoKEqn);
107 
108 #include "continuousGasKEqn.H"
109 makeLESModel(continuousGasKEqn);
110 
111 #include "kineticTheoryModel.H"
113 (phaseModelPhaseCompressibleTurbulenceModel, RAS, kineticTheoryModel);
114 
115 #include "phasePressureModel.H"
117 (phaseModelPhaseCompressibleTurbulenceModel, RAS, phasePressureModel);
118 
119 // ************************************************************************* //
LaheyKEpsilon.H
ThermalDiffusivity.H
makeLaminarModel
#define makeLaminarModel(Type)
Definition: phaseCompressibleTurbulenceModels.C:58
mixtureKEpsilon.H
makeRASModel
makeRASModel(kEpsilonLopesdaCosta)
PhaseCompressibleTurbulenceModel.H
continuousGasKEqn.H
NicenoKEqn.H
makeLESModel
#define makeLESModel(Type)
Definition: phaseCompressibleTurbulenceModels.C:66
kOmegaSSTSato.H
LESModel.H
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:57
kEqn.H
RASModel.H
addToRunTimeSelectionTable.H
Macros for easy insertion into run-time selection tables.
SmagorinskyZhang.H
continuousGasKEpsilon.H
Stokes.H
makeTurbulenceModelTypes
makeTurbulenceModelTypes(volScalarField, volScalarField, compressibleTurbulenceModel, PhaseCompressibleTurbulenceModel, ThermalDiffusivity, phaseModel)
phasePressureModel
Particle-particle phase-pressure RAS model.
makeTurbulenceModel
makeTurbulenceModel(phaseModelPhaseCompressibleTurbulenceModel, RAS, kineticTheoryModel)
kineticTheoryModel
Kinetic theory particle phase RAS model.
laminarModel.H
makeBaseTurbulenceModel
makeBaseTurbulenceModel(volScalarField, volScalarField, compressibleTurbulenceModel, PhaseCompressibleTurbulenceModel, ThermalDiffusivity, phaseModel)
Smagorinsky.H
EddyDiffusivity.H