mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Use scoped class names to avoid name clashes when both the compressible and incompressible
libraries are linked into the same executable.
This commit is contained in:
@ -66,7 +66,7 @@ class turbulentHeatFluxTemperatureFvPatchScalarField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("turbulentHeatFluxTemperature");
|
||||
TypeName("compressible::turbulentHeatFluxTemperature");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -72,7 +72,7 @@ class turbulentMixingLengthDissipationRateInletFvPatchScalarField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("turbulentMixingLengthDissipationRateInlet");
|
||||
TypeName("compressible::turbulentMixingLengthDissipationRateInlet");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -76,7 +76,7 @@ class turbulentMixingLengthFrequencyInletFvPatchScalarField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("turbulentMixingLengthFrequencyInlet");
|
||||
TypeName("compressible::turbulentMixingLengthFrequencyInlet");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -66,7 +66,7 @@ class alphatWallFunctionFvPatchScalarField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("alphatWallFunction");
|
||||
TypeName("compressible::alphatWallFunction");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -87,7 +87,7 @@ class epsilonWallFunctionFvPatchScalarField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("epsilonWallFunction");
|
||||
TypeName("compressible::epsilonWallFunction");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -67,7 +67,7 @@ class kQRWallFunctionFvPatchField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("kQRWallFunction");
|
||||
TypeName("compressible::kQRWallFunction");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -85,7 +85,7 @@ class omegaWallFunctionFvPatchScalarField
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("omegaWallFunction");
|
||||
TypeName("compressible::omegaWallFunction");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
Reference in New Issue
Block a user