mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
moved a write statement
This commit is contained in:
parent
b9da6208e1
commit
c5fdbcdfe0
1 changed files with 2 additions and 2 deletions
|
|
@ -88,13 +88,13 @@ contains
|
|||
|
||||
! compute residual
|
||||
res = leakage + interactions - scattering - (ONE/keff)*fission
|
||||
write(670,*) 'Location',i,j,k,' Group:',g
|
||||
write(670,*) 'Location',i,j,k,' Group:',g,'Balance:',res
|
||||
! write(670,*) 'Leakage:',leakage
|
||||
! write(670,*) 'Interactions:',interactions
|
||||
! write(670,*) 'Scattering:',scattering
|
||||
! write(670,*) 'Fission:',fission
|
||||
! write(670,*) 'k-eff:',keff
|
||||
write(670,*) 'Balance:',res
|
||||
! write(670,*) 'Balance:',res
|
||||
|
||||
! normalize by flux
|
||||
res = res/cmfd%flux(g,i,j,k)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue