mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
tallies are now considered for reset after each cmfd calculation
This commit is contained in:
parent
a6ee9ac9b6
commit
6c2063a210
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ module cmfd_execute
|
|||
use global, only: cmfd,cmfd_only,time_cmfd,master,rank,mpi_err, &
|
||||
& current_batch,n_inactive,n_batches,n_procs, &
|
||||
& n_procs_cmfd,neut_feedback
|
||||
use tally, only: tally_reset
|
||||
use timing, only: timer_start,timer_stop,timer_reset
|
||||
|
||||
|
||||
|
|
@ -86,6 +87,9 @@ contains
|
|||
# endif
|
||||
end if
|
||||
|
||||
! perform a tally reset
|
||||
call tally_reset()
|
||||
|
||||
end subroutine execute_cmfd
|
||||
|
||||
!==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue