Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openfoam
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
352
Issues
352
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
openfoam
Commits
65d9cd50
Commit
65d9cd50
authored
Jul 31, 2020
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: stricter inclusion of headers in turbulenceModels
- include fvOptions header, Smagorinsky header
parent
23ea498c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.H
...phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.H
+4
-5
src/TurbulenceModels/turbulenceModels/Base/kOmegaSST/kOmegaSSTBase.C
...nceModels/turbulenceModels/Base/kOmegaSST/kOmegaSSTBase.C
+1
-0
src/TurbulenceModels/turbulenceModels/RAS/kOmegaSSTLM/kOmegaSSTLM.C
...enceModels/turbulenceModels/RAS/kOmegaSSTLM/kOmegaSSTLM.C
+2
-0
No files found.
src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.H
View file @
65d9cd50
...
...
@@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2013-2016 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019
-2020
OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
@@ -59,8 +59,7 @@ SourceFiles
#ifndef SmagorinskyZhang_H
#define SmagorinskyZhang_H
#include "LESModel.H"
#include "eddyViscosity.H"
#include "Smagorinsky.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -78,7 +77,7 @@ class SmagorinskyZhang
:
public
Smagorinsky
<
BasicTurbulenceModel
>
{
// Private
d
ata
// Private
D
ata
mutable
const
PhaseCompressibleTurbulenceModel
<
...
...
@@ -104,7 +103,7 @@ class SmagorinskyZhang
protected:
// Protected
d
ata
// Protected
D
ata
// Model coefficients
...
...
src/TurbulenceModels/turbulenceModels/Base/kOmegaSST/kOmegaSSTBase.C
View file @
65d9cd50
...
...
@@ -27,6 +27,7 @@ License
\*---------------------------------------------------------------------------*/
#include "kOmegaSSTBase.H"
#include "fvOptions.H"
#include "bound.H"
#include "wallDist.H"
...
...
src/TurbulenceModels/turbulenceModels/RAS/kOmegaSSTLM/kOmegaSSTLM.C
View file @
65d9cd50
...
...
@@ -27,6 +27,8 @@ License
\*---------------------------------------------------------------------------*/
#include "kOmegaSSTLM.H"
#include "fvOptions.H"
#include "bound.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