Wall function in LES
Posted: Wed Apr 06, 2016 11:57 am
Hi,
In CS version 4.0.4, I want to force the wall function to be turned off in LES, even for a very coarse mesh (y+ >= 10.88). In clptur.f90, I would therefore just include itytur.eq.4 in line 696 as:
Do I need to consider anything else? Also, I came over the doxygen description of iwallf, which says that iwallf = 4 means "scalable wall function", although it is coded as "no WF" in CS?
Thanks for advice!
Philipp
In CS version 4.0.4, I want to force the wall function to be turned off in LES, even for a very coarse mesh (y+ >= 10.88). In clptur.f90, I would therefore just include itytur.eq.4 in line 696 as:
Code: Select all
! No wall functions for low Reynolds models
if (iturb.eq.0.or.itytur.eq.5.or.iturb.eq.32.or.itytur.eq.4) then
iwallf = 4
endif
Thanks for advice!
Philipp