mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added energy grid summary on output.
This commit is contained in:
parent
585d353f68
commit
d8af37eef7
1 changed files with 6 additions and 0 deletions
|
|
@ -704,6 +704,12 @@ contains
|
|||
end do
|
||||
end if
|
||||
|
||||
! print summary of unionized energy grid
|
||||
call header("UNIONIZED ENERGY GRID")
|
||||
write(ou,*) "Points on energy grid: " // trim(int_to_str(n_grid))
|
||||
write(ou,*) "Extra storage required: " // trim(int_to_str(&
|
||||
n_grid*n_nuclides_total*4)) // " bytes"
|
||||
|
||||
! print summary of variance reduction
|
||||
call header("VARIANCE REDUCTION")
|
||||
if (survival_biasing) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue