Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
297dc6ce
Commit
297dc6ce
authored
Dec 03, 2015
by
Henry Weller
Browse files
TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang: Added support for fvOptions
parent
12c4ba26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.C
View file @
297dc6ce
...
...
@@ -24,6 +24,7 @@ License
\*---------------------------------------------------------------------------*/
#include
"SmagorinskyZhang.H"
#include
"fvOptions.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -142,6 +143,9 @@ void SmagorinskyZhang<BasicTurbulenceModel>::correctNut()
*
(
mag
(
this
->
U_
-
gasTurbulence
.
U
()));
this
->
nut_
.
correctBoundaryConditions
();
fv
::
options
::
New
(
this
->
mesh_
).
correct
(
this
->
nut_
);
BasicTurbulenceModel
::
correctNut
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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