multiphaseSystems.C
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration | Website: https://openfoam.org
5  \\ / A nd | Copyright (C) 2015-2023 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
11  OpenFOAM is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 
24 \*---------------------------------------------------------------------------*/
25 
26 #include "phaseSystem.H"
35 
36 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
37 
38 namespace Foam
39 {
40  typedef
41  PhaseTransferPhaseSystem
42  <
43  OneResistanceHeatTransferPhaseSystem
44  <
45  MomentumTransferPhaseSystem<phaseSystem>
46  >
47  >
49 
51  (
54  dictionary,
56  );
57 
58  typedef
60  <
62  <
64  <
66  >
67  >
68  >
70 
72  (
75  dictionary,
77  );
78 
79  typedef
81  <
83  <
85  <
87  >
88  >
89  >
91 
93  (
96  dictionary,
98  );
99 
100  typedef
102  <
104  <
106  <
108  >
109  >
110  >
112 
114  (
115  phaseSystem,
117  dictionary,
119  );
120 
121  typedef
123  <
125  <
127  <
129  <
131  >
132  >
133  >
134  >
136 
138  (
139  phaseSystem,
141  dictionary,
143  );
144 
145  typedef
147  <
149  <
151  <
153  <
155  >
156  >
157  >
158  >
160 
162  (
163  phaseSystem,
165  dictionary,
167  );
168 }
169 
170 
171 // ************************************************************************* //
Macros for easy insertion into run-time selection tables.
Class to provide interfacial heat and mass transfer between a number of phases according to a interfa...
Class which models interfacial momentum transfer between a number of phases. Drag,...
Class which models interfacial heat transfer between a number of phases. A single heat transfer model...
Class which models non-thermally-coupled or weakly thermally coupled mass transfers.
Class which provides population balance functionality. Stores the mass transfer rates resulting from ...
Class to provide interfacial heat and mass transfer between a number of phases according the interfac...
Class which models interfacial heat transfer between a number of phases. Two heat transfer models are...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Definition: dictionary.H:160
Class to represent a system of phases and model interfacial transfers between them.
Definition: phaseSystem.H:73
Namespace for OpenFOAM.
ThermalPhaseChangePhaseSystem< PopulationBalancePhaseSystem< PhaseTransferPhaseSystem< TwoResistanceHeatTransferPhaseSystem< MomentumTransferPhaseSystem< phaseSystem > > > > > thermalPhaseChangePopulationBalanceMultiphaseSystem
InterfaceCompositionPhaseChangePhaseSystem< PhaseTransferPhaseSystem< TwoResistanceHeatTransferPhaseSystem< MomentumTransferPhaseSystem< phaseSystem > > > > interfaceCompositionPhaseChangeMultiphaseSystem
PhaseTransferPhaseSystem< OneResistanceHeatTransferPhaseSystem< MomentumTransferPhaseSystem< phaseSystem > > > basicMultiphaseSystem
addNamedToRunTimeSelectionTable(parcelCloud, collidingCloud, viscosity, collidingCloud)
PopulationBalancePhaseSystem< PhaseTransferPhaseSystem< OneResistanceHeatTransferPhaseSystem< MomentumTransferPhaseSystem< phaseSystem > > > > populationBalanceMultiphaseSystem
ThermalPhaseChangePhaseSystem< PhaseTransferPhaseSystem< TwoResistanceHeatTransferPhaseSystem< MomentumTransferPhaseSystem< phaseSystem > > > > thermalPhaseChangeMultiphaseSystem
InterfaceCompositionPhaseChangePhaseSystem< PopulationBalancePhaseSystem< PhaseTransferPhaseSystem< TwoResistanceHeatTransferPhaseSystem< MomentumTransferPhaseSystem< phaseSystem > > > > > interfaceCompositionPhaseChangePopulationBalanceMultiphaseSystem