laminar models: consistency update in #ifndef/#define naming

This commit is contained in:
Mark Olesen
2009-07-16 08:35:35 +02:00
parent 7ae5e62f39
commit 19d09fd3b5
5 changed files with 10 additions and 10 deletions

View File

@ -51,8 +51,8 @@ void kQRWallFunctionFvPatchField<Type>::checkType()
<< "Invalid wall function specification" << nl << "Invalid wall function specification" << nl
<< " Patch type for patch " << this->patch().name() << " Patch type for patch " << this->patch().name()
<< " must be wall" << nl << " must be wall" << nl
<< " Current patch type is " << this->patch().type() << " Current patch type is " << this->patch().type() << nl << endl
<< nl << endl << abort(FatalError); << abort(FatalError);
} }
} }

View File

@ -33,8 +33,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef compressibleLaminar_H #ifndef compressibleRasLaminar_H
#define compressibleLaminar_H #define compressibleRasLaminar_H
#include "RASModel.H" #include "RASModel.H"

View File

@ -33,8 +33,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef laminar_H #ifndef compressibleLaminar_H
#define laminar_H #define compressibleLaminar_H
#include "turbulenceModel.H" #include "turbulenceModel.H"

View File

@ -34,8 +34,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef laminar_H #ifndef lesLaminar_H
#define laminar_H #define lesLaminar_H
#include "LESModel.H" #include "LESModel.H"
#include "volFields.H" #include "volFields.H"

View File

@ -33,8 +33,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef laminar_H #ifndef rasLaminar_H
#define laminar_H #define rasLaminar_H
#include "RASModel.H" #include "RASModel.H"