COMP: disambiguate some reactingEuler/multiphaseSystem file names

- poor naming (eg, 'exponential.[CH]') within the same set of library
  files means that the lnInclude/ contents are inconsistent or partly
  meaningless (related to #2520 and !542).
  Remedied by adding model-type qualifiers to the file names.
This commit is contained in:
Mark Olesen 2025-01-27 09:01:30 +01:00
parent 297fee00f1
commit 97c8e62fe4
12 changed files with 25 additions and 25 deletions

View File

@ -25,7 +25,7 @@ License
\*---------------------------------------------------------------------------*/
#include "hyperbolic.H"
#include "hyperbolicBlendingMethod.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -29,12 +29,12 @@ Class
Description
SourceFiles
hyperbolic.C
hyperbolicBlendingMethod.C
\*---------------------------------------------------------------------------*/
#ifndef hyperbolic_H
#define hyperbolic_H
#ifndef Foam_blendingMethod_hyperbolic_H
#define Foam_blendingMethod_hyperbolic_H
#include "blendingMethod.H"

View File

@ -39,9 +39,9 @@ $(binaryBreakup)/powerLawUniformBinary/powerLawUniformBinary.C
breakup = populationBalanceModel/breakupModels
$(breakup)/breakupModel/breakupModel.C
$(breakup)/exponential/exponential.C
$(breakup)/exponential/exponentialBreakup.C
$(breakup)/LaakkonenAlopaeusAittamaa/LaakkonenAlopaeusAittamaa.C
$(breakup)/powerLaw/powerLaw.C
$(breakup)/powerLaw/powerLawBreakup.C
daughterSize = populationBalanceModel/daughterSizeDistributionModels
$(daughterSize)/daughterSizeDistributionModel/daughterSizeDistributionModel.C
@ -63,7 +63,7 @@ blending = BlendedInterfacialModel/blendingMethods
$(blending)/blendingMethod/blendingMethod.C
$(blending)/noBlending/noBlending.C
$(blending)/linear/linearBlendingMethod.C
$(blending)/hyperbolic/hyperbolic.C
$(blending)/hyperbolic/hyperbolicBlendingMethod.C
interfacialModels/wallDependentModel/wallDependentModel.C
@ -224,7 +224,7 @@ $(TDNBModels)/Shirai/Shirai.C
nucleateFluxModels = $(wallBoilingSubModels)/nucleateFluxModels
$(nucleateFluxModels)/nucleateFluxModel/nucleateFluxModel.C
$(nucleateFluxModels)/Kutadeladze/Kutadeladze.C
$(nucleateFluxModels)/exponential/exponential.C
$(nucleateFluxModels)/exponential/exponentialNucleateFlux.C
/* Turbulence */
turbulence/multiphaseCompressibleTurbulenceModels.C

View File

@ -25,7 +25,7 @@ License
\*---------------------------------------------------------------------------*/
#include "exponential.H"
#include "exponentialNucleateFlux.H"
#include "addToRunTimeSelectionTable.H"
#include "uniformDimensionedFields.H"
#include "phasePairKey.H"

View File

@ -67,12 +67,12 @@ Usage
\endtable
SourceFiles
exponential.C
exponentialNucleateFlux.C
\*---------------------------------------------------------------------------*/
#ifndef exponential_H
#define exponential_H
#ifndef Foam_wallBoiling_nucleateFlux_exponential_H
#define Foam_wallBoiling_nucleateFlux_exponential_H
#include "nucleateFluxModel.H"

View File

@ -26,7 +26,7 @@ License
\*---------------------------------------------------------------------------*/
#include "exponential.H"
#include "exponentialBreakup.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -31,12 +31,12 @@ Description
formulation implemented in the populationBalanceModel class.
SourceFiles
exponential.C
exponentialBreakup.C
\*---------------------------------------------------------------------------*/
#ifndef exponential_H
#define exponential_H
#ifndef Foam_diameterModels_breakup_exponential_H
#define Foam_diameterModels_breakup_exponential_H
#include "breakupModel.H"

View File

@ -26,7 +26,7 @@ License
\*---------------------------------------------------------------------------*/
#include "powerLaw.H"
#include "powerLawBreakup.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -31,12 +31,12 @@ Description
formulation implemented in the populationBalanceModel class.
SourceFiles
powerLaw.C
powerLawBreakup.C
\*---------------------------------------------------------------------------*/
#ifndef powerLaw_H
#define powerLaw_H
#ifndef Foam_diameterModels_breakup_powerLaw_H
#define Foam_diameterModels_breakup_powerLaw_H
#include "breakupModel.H"

View File

@ -3,7 +3,7 @@ pyrolysisModel/pyrolysisModel.C
pyrolysisModel/pyrolysisModelNew.C
reactingOneDim/reactingOneDim.C
noPyrolysis/noPyrolysis.C
thermo/thermo.C
thermo/thermoPyrolysis.C
pyrolysisModel/pyrolysisModelCollection.C
LIB = $(FOAM_LIBBIN)/libpyrolysisModels

View File

@ -25,7 +25,7 @@ License
\*---------------------------------------------------------------------------*/
#include "thermo.H"
#include "thermoPyrolysis.H"
#include "addToRunTimeSelectionTable.H"
#include "volFields.H"
#include "absorptionEmissionModel.H"

View File

@ -30,12 +30,12 @@ Description
Pyrolysis model which solves only the energy equation in the region.
SourceFiles
thermo.C
thermoPyrolysis.C
\*---------------------------------------------------------------------------*/
#ifndef regionModels_pyrolysisModels_thermo_H
#define regionModels_pyrolysisModels_thermo_H
#ifndef Foam_regionModels_pyrolysisModels_thermo_H
#define Foam_regionModels_pyrolysisModels_thermo_H
#include "pyrolysisModel.H"
#include "volFieldsFwd.H"