mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: stricter inclusion of headers in turbulenceModels
- include fvOptions header, Smagorinsky header
This commit is contained in:
@ -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
|
|||||||
#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
|
|||||||
:
|
:
|
||||||
public Smagorinsky<BasicTurbulenceModel>
|
public Smagorinsky<BasicTurbulenceModel>
|
||||||
{
|
{
|
||||||
// Private data
|
// Private Data
|
||||||
|
|
||||||
mutable const PhaseCompressibleTurbulenceModel
|
mutable const PhaseCompressibleTurbulenceModel
|
||||||
<
|
<
|
||||||
@ -104,7 +103,7 @@ class SmagorinskyZhang
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected data
|
// Protected Data
|
||||||
|
|
||||||
// Model coefficients
|
// Model coefficients
|
||||||
|
|
||||||
|
|||||||
@ -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
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "kOmegaSSTLM.H"
|
#include "kOmegaSSTLM.H"
|
||||||
|
#include "fvOptions.H"
|
||||||
|
#include "bound.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user