Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
480643aa
Commit
480643aa
authored
Sep 04, 2017
by
Henry Weller
Committed by
Andrew Heather
Sep 22, 2017
Browse files
Corrected correspondence between #ifdef .*_H and the class name
Resolves bug-report
https://bugs.openfoam.org/view.php?id=2686
parent
8c379e78
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/convectiveHeatTransfer/convectiveHeatTransferFvPatchScalarField.H
View file @
480643aa
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
7
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -73,8 +73,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef co
mpressibleMutRoughWallFunction
FvPatchScalarField_H
#define co
mpressibleMutRoughWallFunction
FvPatchScalarField_H
#ifndef co
nvectiveHeatTransfer
FvPatchScalarField_H
#define co
nvectiveHeatTransfer
FvPatchScalarField_H
#include "fixedValueFvPatchFields.H"
...
...
src/regionModels/surfaceFilmModels/derivedFvPatchFields/wallFunctions/alphatFilmWallFunction/alphatFilmWallFunctionFvPatchScalarField.H
View file @
480643aa
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
7
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -65,8 +65,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef
compressibleMutRough
WallFunctionFvPatchScalarField_H
#define
compressibleMutRough
WallFunctionFvPatchScalarField_H
#ifndef
alphatFilm
WallFunctionFvPatchScalarField_H
#define
alphatFilm
WallFunctionFvPatchScalarField_H
#include "fixedValueFvPatchFields.H"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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