mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
added calculation of dtilde from cmfd object
This commit is contained in:
parent
c3c1412380
commit
89958b9b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ contains
|
|||
|
||||
! get neigbor cell data
|
||||
neig_dc = cmfd%diffcof(g,neig_idx(1),neig_idx(2),neig_idx(3))
|
||||
neig_hxyz = cmfd%hxyz(neig_idx(1),neig_idx(2),neig_idx(3),:)
|
||||
neig_hxyz = cmfd%hxyz(:,neig_idx(1),neig_idx(2),neig_idx(3))
|
||||
|
||||
! compute dtilde
|
||||
dtilde = (2*cell_dc*neig_dc)/(neig_hxyz(xyz_idx)*cell_dc + &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue