origen_output.f90 File Reference

Data Types

type  origen_output_class
 Exposure table printing functions; needed for Origami. More...
 

Modules

module  origen_output
 origen output class Contains auxiliary routines for the concentrations output.
 

Functions/Subroutines

subroutine, public convert_concentrations (nsteps, lib, itot, units, x, volume)
 convert concentrations from gram-atoms to something else More...
 
subroutine removal_rates_sort (this)
 
subroutine, public print_element_table (lib, nsteps, nnucs, anucs, bnucs, cutoff_relative, cutoff_step, cutoff_value, times, time_unit, high_precision, x)
 Wrapper over print_table, sums data (x array) over isotopes to get element-based data. More...
 
subroutine, public print_nuclide_table (lib, nsteps, nnucs, anucs, bnucs, cutoff_relative, cutoff_step, cutoff_value, times, time_unit, high_precision, x)
 Wrapper over print_table, sums data (x array) over isotopes to get element-based data. More...
 
subroutine print_table (lib, nsteps, nnucs, noffset, cutoff_relative, cutoff_step, cutoff_value, times, time_unit, high_precision, is_element, x)
 
subroutine sortpn (xe, l, n)
 Sort two parallel arrays by the elements of one of thems. More...
 

Variables

character(2048), dimension(2048), private rbuffer
 character buffer More...
 
integer, private rstatus
 status flag More...
 
integer, parameter ot_nuclide = 1
 Concentration table type: nuclides. More...
 
integer, parameter ot_element = 2
 Concentration table type: elements. More...
 
integer, parameter ou_gramatoms = 1
 Concentration table units: gram-atoms. More...
 
integer, parameter ou_grams = 2
 Concentration table units: grams. More...
 
integer, parameter ou_curies = 3
 Concentration table units: curies. More...
 
integer, parameter ou_watts = 4
 Concentration table units: a+b+g watts. More...
 
integer, parameter ou_gwatts = 5
 Concentration table units: gamma watts. More...
 
integer, parameter ou_ampc = 6
 Concentration table units: m3 air. More...
 
integer, parameter ou_wmpc = 7
 Concentration table units: m3 water. More...
 
integer, parameter ou_wppm = 8
 Concentration table units: weight ppm. More...
 
integer, parameter ou_appm = 9
 Concentration table units: atoms ppm. More...
 
integer, parameter ou_abcm = 10
 Concentration table units: atoms/barn.cm. More...
 
integer, parameter ou_bq = 11
 Concentration table units: becquerels. More...