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