Skip to content
Snippets Groups Projects
Commit 65d9cd50 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: stricter inclusion of headers in turbulenceModels

- include fvOptions header, Smagorinsky header
parent 23ea498c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd. Copyright (C) 2019-2020 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -59,8 +59,7 @@ SourceFiles ...@@ -59,8 +59,7 @@ SourceFiles
#ifndef SmagorinskyZhang_H #ifndef SmagorinskyZhang_H
#define SmagorinskyZhang_H #define SmagorinskyZhang_H
#include "LESModel.H" #include "Smagorinsky.H"
#include "eddyViscosity.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...@@ -78,7 +77,7 @@ class SmagorinskyZhang ...@@ -78,7 +77,7 @@ class SmagorinskyZhang
: :
public Smagorinsky<BasicTurbulenceModel> public Smagorinsky<BasicTurbulenceModel>
{ {
// Private data // Private Data
mutable const PhaseCompressibleTurbulenceModel mutable const PhaseCompressibleTurbulenceModel
< <
...@@ -104,7 +103,7 @@ class SmagorinskyZhang ...@@ -104,7 +103,7 @@ class SmagorinskyZhang
protected: protected:
// Protected data // Protected Data
// Model coefficients // Model coefficients
......
...@@ -27,6 +27,7 @@ License ...@@ -27,6 +27,7 @@ License
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "kOmegaSSTBase.H" #include "kOmegaSSTBase.H"
#include "fvOptions.H"
#include "bound.H" #include "bound.H"
#include "wallDist.H" #include "wallDist.H"
......
...@@ -27,6 +27,8 @@ License ...@@ -27,6 +27,8 @@ License
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "kOmegaSSTLM.H" #include "kOmegaSSTLM.H"
#include "fvOptions.H"
#include "bound.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment