mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
omegaWallFunction: Change blending from geometric mean to wall distance Reynolds number based
Replaced the ad hoc geometric mean blending with the more physical wall distance Reynolds number blending function. Additionally the part of the production term active for y+ < 11.6 has been reinstated.
This commit is contained in:
@ -6,7 +6,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
cleanCase
|
||||
|
||||
rm -rf logs
|
||||
rm -rf graphs
|
||||
rm -f *.eps yPlus_vs_uPlus
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -56,7 +56,7 @@ gnuplot<<EOF
|
||||
set size 0.75, 0.75
|
||||
set parametric
|
||||
# u+ range
|
||||
set trange [0:35]
|
||||
set xrange [0:20000]
|
||||
# Spaldings law
|
||||
k=0.41
|
||||
E=9.8
|
||||
|
||||
Reference in New Issue
Block a user