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
Commits
352f4ab8
Commit
352f4ab8
authored
Dec 03, 2015
by
Henry Weller
Browse files
TurbulenceModels/phaseCompressible/RAS/kOmegaSSTSato: Added support for fvOptions
parent
934aa987
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/phaseCompressible/RAS/kOmegaSSTSato/kOmegaSSTSato.C
View file @
352f4ab8
...
...
@@ -24,9 +24,8 @@ License
\*---------------------------------------------------------------------------*/
#include "kOmegaSSTSato.H"
#include "
addToRunTimeSelectionTable
.H"
#include "
fvOptions
.H"
#include "twoPhaseSystem.H"
#include "dragModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -153,6 +152,9 @@ void kOmegaSSTSato<BasicTurbulenceModel>::correctNut()
*
(
mag
(
this
->
U_
-
gasTurbulence
.
U
()));
this
->
nut_
.
correctBoundaryConditions
();
fv
::
options
::
New
(
this
->
mesh_
).
correct
(
this
->
nut_
);
BasicTurbulenceModel
::
correctNut
();
}
...
...
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