uInhomogeneousEGRbInhomogeneous.H
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) 2026 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 Class
25  Foam::uInhomogeneousEGRbInhomogeneous
26 
27 Description
28  Inhomogeneous EGR unburnt gas to inhomogeneous burnt gas composition mapping
29 
30 SourceFiles
31  uInhomogeneousEGRbInhomogeneous.C
32 
33 \*---------------------------------------------------------------------------*/
34 
35 #ifndef uInhomogeneousEGRbInhomogeneous_H
36 #define uInhomogeneousEGRbInhomogeneous_H
37 
38 #include "ubMixtureMap.H"
39 
40 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
41 
42 namespace Foam
43 {
44 namespace ubMixtureMaps
45 {
46 
47 /*---------------------------------------------------------------------------*\
48  Class uInhomogeneousEGRbInhomogeneous Declaration
49 \*---------------------------------------------------------------------------*/
50 
52 :
53  public ubMixtureMap
54 {
55 
56 public:
57 
58  //- Runtime type information
59  TypeName("uInhomogeneousEGRbInhomogeneous");
60 
61 
62  // Constructors
63 
64  //- Construct from components
66  (
67  const uRhoMulticomponentThermo& uThermo,
68  const bRhoMulticomponentThermo& bThermo
69  );
70 
71  //- Disallow default bitwise copy construction
73  (
75  ) = delete;
76 
77 
78  //- Destructor
80 
81 
82  // Member Functions
83 
85  (
86  const PtrList<volScalarField>& Yu
87  ) const;
88 
89  virtual void reset
90  (
91  const volScalarField& b,
93  const volScalarField& c,
95  ) const;
96 
97 
98  // Member Operators
99 
100  //- Disallow default bitwise assignment
101  void operator=(const uInhomogeneousEGRbInhomogeneous&) = delete;
102 };
103 
104 
105 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
106 
107 } // End namespace ubMixtureMaps
108 } // End namespace Foam
109 
110 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
111 
112 #endif
113 
114 // ************************************************************************* //
Generic GeometricField class.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Definition: PtrList.H:75
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Definition: UPtrList.H:66
Base-class for combustion fluid thermodynamic properties based on compressibility.
Base-class for combustion fluid thermodynamic properties based on compressibility.
Base class for unburnt/burnt gas composition mapping.
Definition: ubMixtureMap.H:51
virtual void reset(const volScalarField &b, UPtrList< volScalarField > &Yu, const volScalarField &c, const UPtrList< const volScalarField > &Yb) const
Reset the mixture to an unburnt state.
uInhomogeneousEGRbInhomogeneous(const uRhoMulticomponentThermo &uThermo, const bRhoMulticomponentThermo &bThermo)
Construct from components.
void operator=(const uInhomogeneousEGRbInhomogeneous &)=delete
Disallow default bitwise assignment.
TypeName("uInhomogeneousEGRbInhomogeneous")
Runtime type information.
virtual PtrList< volScalarField::Internal > prompt(const PtrList< volScalarField > &Yu) const
Return the burnt gas prompt specie mass fractions.
volScalarField & b
Definition: createFields.H:27
const dimensionedScalar c
Speed of light in a vacuum.
Namespace for OpenFOAM.