zero velocity at the wall
Posted: Thu Sep 13, 2018 5:35 pm
Hello,
I am trying to set from "cs_user_boundary_conditions.f90" zero velocity at the wall.
I am using this code:
I get this error: SIGSEGV signal (forbidden memory area access) intercepted!
What I'm doing wrong?
Thank you,
ionut
I am trying to set from "cs_user_boundary_conditions.f90" zero velocity at the wall.
I am using this code:
Code: Select all
call getfbr('PLATE', nlelt, lstelt)
do ilelt = 1, nlelt
ifac = lstelt(ilelt)
rcodcl(ifac, iu, 1) = 0.d0
rcodcl(ifac, iv, 1) = 0.d0
rcodcl(ifac, iw, 1) = 0.d0
enddo
What I'm doing wrong?
Thank you,
ionut