thermalBaffle1DFvPatchScalarFields.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) 2011-2020 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 
27 #include "forSolids.H"
29 
30 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 
32 namespace Foam
33 {
34 
35 typedef
36  constIsoSolidTransport
37  <
39  <
40  eConstThermo
41  <
42  rhoConst<specie>
43  >,
44  sensibleInternalEnergy
45  >
47 
48 typedef
51 
53 (
55  "compressible::thermalBaffle1D<eConstSolidThermoPhysics>",
56  0
57 );
58 
60 (
63 );
64 
65 typedef
67  <
69  <
71  <
72  rhoConst<specie>
73  >,
75  >
77 
78 typedef
81 
83 (
85  "compressible::thermalBaffle1D<ePowerSolidThermoPhysics>",
86  0
87 );
88 
90 (
93 );
94 
95 }
96 
97 // ************************************************************************* //
compressible::thermalBaffle1DFvPatchScalarField< ePowerSolidThermoPhysics > thermalBaffle1DHPowerSolidThermoPhysicsFvPatchScalarField
Exponential properties for solid heat transport Templated into a given thermodynamics package...
exponentialSolidTransport< species::thermo< ePowerThermo< rhoConst< specie > >, sensibleInternalEnergy > > ePowerSolidThermoPhysics
compressible::thermalBaffle1DFvPatchScalarField< eConstSolidThermoPhysics > thermalBaffle1DHConstSolidThermoPhysicsFvPatchScalarField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Definition: fvPatchField.H:66
Power-function based thermodynamics package templated on EquationOfState.
Definition: ePowerThermo.H:54
rhoReactionThermo & thermo
Definition: createFields.H:28
Macros for easy insertion into run-time selection tables.
addToPatchFieldRunTimeSelection(fvPatchScalarField, thermalBaffle1DHConstSolidThermoPhysicsFvPatchScalarField)
defineTemplateTypeNameAndDebugWithName(GlobalIOField< scalar >, "scalarField", 0)
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Definition: thermo.H:52
Thermodynamics mapping class to expose the sensible internal energy functions.
constIsoSolidTransport< species::thermo< eConstThermo< rhoConst< specie > >, sensibleInternalEnergy > > eConstSolidThermoPhysics
Namespace for OpenFOAM.