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:
henry 2009-04-03 23:02:46 +01:00
parent 150ad8c97a
commit 5b42b30b5d
7 changed files with 7 additions and 7 deletions

View File

@ -66,7 +66,7 @@ class turbulentHeatFluxTemperatureFvPatchScalarField
public:
//- Runtime type information
TypeName("turbulentHeatFluxTemperature");
TypeName("compressible::turbulentHeatFluxTemperature");
// Constructors

View File

@ -72,7 +72,7 @@ class turbulentMixingLengthDissipationRateInletFvPatchScalarField
public:
//- Runtime type information
TypeName("turbulentMixingLengthDissipationRateInlet");
TypeName("compressible::turbulentMixingLengthDissipationRateInlet");
// Constructors

View File

@ -76,7 +76,7 @@ class turbulentMixingLengthFrequencyInletFvPatchScalarField
public:
//- Runtime type information
TypeName("turbulentMixingLengthFrequencyInlet");
TypeName("compressible::turbulentMixingLengthFrequencyInlet");
// Constructors

View File

@ -66,7 +66,7 @@ class alphatWallFunctionFvPatchScalarField
public:
//- Runtime type information
TypeName("alphatWallFunction");
TypeName("compressible::alphatWallFunction");
// Constructors

View File

@ -87,7 +87,7 @@ class epsilonWallFunctionFvPatchScalarField
public:
//- Runtime type information
TypeName("epsilonWallFunction");
TypeName("compressible::epsilonWallFunction");
// Constructors

View File

@ -67,7 +67,7 @@ class kQRWallFunctionFvPatchField
public:
//- Runtime type information
TypeName("kQRWallFunction");
TypeName("compressible::kQRWallFunction");
// Constructors

View File

@ -85,7 +85,7 @@ class omegaWallFunctionFvPatchScalarField
public:
//- Runtime type information
TypeName("omegaWallFunction");
TypeName("compressible::omegaWallFunction");
// Constructors