origen_gamma_options Type Reference
Options for gamma calculation and output. More...
Public Member Functions | |
| procedure, public | check => gamma_options__check |
| Constructor. More... | |
Public Attributes | |
| integer | ngroups |
| number of gamma groups More... | |
| real(c_double), dimension(:), allocatable | bounds |
| energy group boundaries (ascending MeV) More... | |
| integer | source_nuclide_type |
| kind of library for gamma sources (1/2/3/4) More... | |
| logical | split_near_boundary |
| perform splitting of near-boundary lines? More... | |
| logical | conserve_line_energy |
| scale line intensity according to its energy? More... | |
| logical | adjust_for_missing |
| adjust for conservation of total energy when photon data are missing? More... | |
| logical | print_unbinned |
| print warning for unbinned photons? More... | |
| logical | expand_continuum |
| expand continuum rays into a true continuum More... | |
| logical | print_summary |
| Print source summary. More... | |
| logical | print_spectra |
| Print spectra. More... | |
| integer | print_emitters |
| If >-1, the step emitters should be printed. More... | |
| logical | library_gammax |
| load gamma+x-ray library More... | |
| logical | library_sfan |
| load SF/(a,n) library More... | |
| integer | library_bs |
| load bremsstrahlung library (0=none, 1=h2o, 2=uo2) More... | |
| logical | enabled |
| Enabled. More... | |
| real(c_double) | emitters_cutoff |
| Cutoff for displaying principal emitters (in %) More... | |
Detailed Description
Options for gamma calculation and output.
Member Function/Subroutine Documentation
| procedure, public check | ( | ) |
Constructor.
Member Data Documentation
| integer ngroups |
number of gamma groups
| real(c_double), dimension(:), allocatable bounds |
energy group boundaries (ascending MeV)
| integer source_nuclide_type |
kind of library for gamma sources (1/2/3/4)
| logical split_near_boundary |
perform splitting of near-boundary lines?
| logical conserve_line_energy |
scale line intensity according to its energy?
| logical adjust_for_missing |
adjust for conservation of total energy when photon data are missing?
| logical print_unbinned |
print warning for unbinned photons?
| logical expand_continuum |
expand continuum rays into a true continuum
| logical print_summary |
Print source summary.
| logical print_spectra |
Print spectra.
| integer print_emitters |
If >-1, the step emitters should be printed.
| logical library_gammax |
load gamma+x-ray library
| logical library_sfan |
load SF/(a,n) library
| integer library_bs |
load bremsstrahlung library (0=none, 1=h2o, 2=uo2)
| logical enabled |
Enabled.
| real(c_double) emitters_cutoff |
Cutoff for displaying principal emitters (in %)
The documentation for this type was generated from the following file:
- Manager/emit/gamma_library.f90

1.8.10