Skip to content
Snippets Groups Projects
Commit af0d3240 authored by Andrew Heather's avatar Andrew Heather
Browse files

scoping #ifdefs to avoid clash when loading both incompressible and compressible

parent ebdbc76f
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 18 deletions
...@@ -36,8 +36,8 @@ SourceFiles ...@@ -36,8 +36,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef alphatWallFunctionFvPatchScalarField_H #ifndef compressibleAlphatWallFunctionFvPatchScalarField_H
#define alphatWallFunctionFvPatchScalarField_H #define compressibleAlphatWallFunctionFvPatchScalarField_H
#include "fixedValueFvPatchFields.H" #include "fixedValueFvPatchFields.H"
......
...@@ -35,8 +35,8 @@ SourceFiles ...@@ -35,8 +35,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef epsilonWallFunctionFvPatchScalarField_H #ifndef compressibleEpsilonWallFunctionFvPatchScalarField_H
#define epsilonWallFunctionFvPatchScalarField_H #define compressibleEpsilonWallFunctionFvPatchScalarField_H
#include "fixedInternalValueFvPatchField.H" #include "fixedInternalValueFvPatchField.H"
......
...@@ -34,8 +34,8 @@ SourceFiles ...@@ -34,8 +34,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef kqRWallFunctionFvPatchField_H #ifndef compressiblekqRWallFunctionFvPatchField_H
#define kqRWallFunctionFvPatchField_H #define compressiblekqRWallFunctionFvPatchField_H
#include "zeroGradientFvPatchField.H" #include "zeroGradientFvPatchField.H"
......
...@@ -40,8 +40,8 @@ SourceFiles ...@@ -40,8 +40,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef mutRoughWallFunctionFvPatchScalarField_H #ifndef compressibleMutRoughWallFunctionFvPatchScalarField_H
#define mutRoughWallFunctionFvPatchScalarField_H #define compressibleMutRoughWallFunctionFvPatchScalarField_H
#include "mutWallFunctionFvPatchScalarField.H" #include "mutWallFunctionFvPatchScalarField.H"
......
...@@ -34,8 +34,8 @@ SourceFiles ...@@ -34,8 +34,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField_H #ifndef compressibleMutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField_H
#define mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField_H #define compressibleMutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField_H
#include "mutWallFunctionFvPatchScalarField.H" #include "mutWallFunctionFvPatchScalarField.H"
......
...@@ -34,8 +34,8 @@ SourceFiles ...@@ -34,8 +34,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef mutSpalartAllmarasStandardWallFunctionFvPatchScalarField_H #ifndef compressibleMutSpalartAllmarasStandardWallFunctionFvPatchScalarField_H
#define mutSpalartAllmarasStandardWallFunctionFvPatchScalarField_H #define compressibleMutSpalartAllmarasStandardWallFunctionFvPatchScalarField_H
#include "mutWallFunctionFvPatchScalarField.H" #include "mutWallFunctionFvPatchScalarField.H"
......
...@@ -34,8 +34,8 @@ SourceFiles ...@@ -34,8 +34,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef mutSpalartAllmarasWallFunctionFvPatchScalarField_H #ifndef compressibleMutSpalartAllmarasWallFunctionFvPatchScalarField_H
#define mutSpalartAllmarasWallFunctionFvPatchScalarField_H #define compressibleMutSpalartAllmarasWallFunctionFvPatchScalarField_H
#include "mutWallFunctionFvPatchScalarField.H" #include "mutWallFunctionFvPatchScalarField.H"
......
...@@ -35,8 +35,8 @@ SourceFiles ...@@ -35,8 +35,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef mutWallFunctionFvPatchScalarField_H #ifndef compressibleMutWallFunctionFvPatchScalarField_H
#define mutWallFunctionFvPatchScalarField_H #define compressibleMutWallFunctionFvPatchScalarField_H
#include "fixedValueFvPatchFields.H" #include "fixedValueFvPatchFields.H"
......
...@@ -33,8 +33,8 @@ SourceFiles ...@@ -33,8 +33,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef omegaWallFunctionFvPatchScalarField_H #ifndef compressibleOmegaWallFunctionFvPatchScalarField_H
#define omegaWallFunctionFvPatchScalarField_H #define compressibleOmegaWallFunctionFvPatchScalarField_H
#include "fixedInternalValueFvPatchField.H" #include "fixedInternalValueFvPatchField.H"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment