Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
5b42b30b
Commit
5b42b30b
authored
Apr 03, 2009
by
henry
Browse files
Use scoped class names to avoid name clashes when both the compressible and incompressible
libraries are linked into the same executable.
parent
150ad8c9
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H
View file @
5b42b30b
...
...
@@ -66,7 +66,7 @@ class turbulentHeatFluxTemperatureFvPatchScalarField
public:
//- Runtime type information
TypeName
(
"turbulentHeatFluxTemperature"
);
TypeName
(
"
compressible::
turbulentHeatFluxTemperature"
);
// Constructors
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H
View file @
5b42b30b
...
...
@@ -72,7 +72,7 @@ class turbulentMixingLengthDissipationRateInletFvPatchScalarField
public:
//- Runtime type information
TypeName
(
"turbulentMixingLengthDissipationRateInlet"
);
TypeName
(
"
compressible::
turbulentMixingLengthDissipationRateInlet"
);
// Constructors
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H
View file @
5b42b30b
...
...
@@ -76,7 +76,7 @@ class turbulentMixingLengthFrequencyInletFvPatchScalarField
public:
//- Runtime type information
TypeName
(
"turbulentMixingLengthFrequencyInlet"
);
TypeName
(
"
compressible::
turbulentMixingLengthFrequencyInlet"
);
// Constructors
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H
View file @
5b42b30b
...
...
@@ -66,7 +66,7 @@ class alphatWallFunctionFvPatchScalarField
public:
//- Runtime type information
TypeName
(
"alphatWallFunction"
);
TypeName
(
"
compressible::
alphatWallFunction"
);
// Constructors
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H
View file @
5b42b30b
...
...
@@ -87,7 +87,7 @@ class epsilonWallFunctionFvPatchScalarField
public:
//- Runtime type information
TypeName
(
"epsilonWallFunction"
);
TypeName
(
"
compressible::
epsilonWallFunction"
);
// Constructors
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kQRWallFunctions/kQRWallFunction/kQRWallFunctionFvPatchField.H
View file @
5b42b30b
...
...
@@ -67,7 +67,7 @@ class kQRWallFunctionFvPatchField
public:
//- Runtime type information
TypeName
(
"kQRWallFunction"
);
TypeName
(
"
compressible::
kQRWallFunction"
);
// Constructors
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H
View file @
5b42b30b
...
...
@@ -85,7 +85,7 @@ class omegaWallFunctionFvPatchScalarField
public:
//- Runtime type information
TypeName
(
"omegaWallFunction"
);
TypeName
(
"
compressible::
omegaWallFunction"
);
// Constructors
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment