Bulk calculation
Posted: Tue Aug 25, 2015 4:59 pm
Hi all,
I'm trying to calculate the bulk temperature and bulk velocity to the axial direction. I ran code saturne in parallel with 4 processor. I found that my calculation is stopped after 'call sum of parameters...' is written and suppose the problem occured when it's calling parsom (as you could see in the subroutine and listing attached).
I wonder what exactly is wrong in the script. Would anyone care to help and show me the problem caused. Thank you
I'm trying to calculate the bulk temperature and bulk velocity to the axial direction. I ran code saturne in parallel with 4 processor. I found that my calculation is stopped after 'call sum of parameters...' is written and suppose the problem occured when it's calling parsom (as you could see in the subroutine and listing attached).
Code: Select all
if (irangp.ge.0) then
write (nfecra,*) 'call sum of parameters...'
call parsom(velave)
write (nfecra,*) 'velave called...'
call parsom(tempave)
write (nfecra,*) 'tempave called...'
call parsom(totvol)
write (nfecra,*) 'totvol called...'
endif