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-plus
Commits
5c11aa10
Commit
5c11aa10
authored
Aug 09, 2016
by
Henry Weller
Browse files
kOmegaSSTLM: Corrected coefficient in Fsublayer
parent
126813ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/turbulenceModels/RAS/kOmegaSSTLM/kOmegaSSTLM.C
View file @
5c11aa10
...
...
@@ -199,7 +199,7 @@ tmp<volScalarField::Internal> kOmegaSSTLM<BasicTurbulenceModel>::Flength
}
const
scalar
Fsublayer
=
exp
(
-
sqr
(
sqr
(
y
[
celli
])
*
omega
[
celli
]
/
(
3
00
*
nu
[
celli
])));
exp
(
-
sqr
(
sqr
(
y
[
celli
])
*
omega
[
celli
]
/
(
2
00
*
nu
[
celli
])));
Flength
[
celli
]
=
Flength
[
celli
]
*
(
1
-
Fsublayer
)
+
40
*
Fsublayer
;
}
...
...
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