I use code_saturne.2.0.2 and I run simulation with K-Omega SST model.
I try to post-treat the Yplus values using usvpst.f90 routine.
Code: Select all
if (ipart .eq. -1) then
iphas = 1
! Initialize variable name
do ii = 1, 32
namevr(ii:ii) = ' '
enddo
! Variable name
namevr = 'Yplus_int1'
idimt = 1
ientla = 0
ivarpr = 0
do iloc = 1, ncelps
iel = lstcel(iloc)
tracel(iloc) = ra(iyppar+iel-1)
enddo
call psteva(ipart, namevr, idimt, ientla, ivarpr, &
!==========
ntcabs, ttcabs, tracel, rvoid, rvoid)
endif
1- Does any one know why Yplus values in the main volume mesh are clipped by zero ?
2- And why is there this discontinuity ?
Thanks in advance.
Regards.
RC