fix bug rho => rho*D
This commit is contained in:
parent
2934fb0e44
commit
8431f9cac8
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ module m_fdm_calc
|
|||
CALL pdfp (fbuf1, fzzl, fzzu, fbuf2, hy, xx*yy, zz, yy, 3)
|
||||
CALL pd2fp(fbuf1, fzzl, fzzu, fbuf3, hy, xx*yy, zz, yy, 3)
|
||||
|
||||
fbuf1(:,:,:) = r1_(:,:,:,1) ! rho*D
|
||||
fbuf1(:,:,:) = r1_(:,:,:,1) * dm(:,:,:) ! rho*D
|
||||
CALL pdfp (fbuf1, fzzl, fzzu, fbuf4, hy, xx*yy, zz, yy, 3)
|
||||
|
||||
fbuf2 = fbuf2 * fbuf4 ! dY/dz * d(rho*D)/dz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue