alpha_library_class Type Reference

Alpha data library class; it reads the alpha source library from file into memory. More...

Public Member Functions

procedure, public init => alpha_library__init
 Constructor. More...
 
procedure, public destroy => alpha_library__destroy
 Destructor. More...
 

Public Attributes

integer, dimension(:), allocatable n_lines
 number of lines per nuclide More...
 
real, dimension(:,:), allocatable eal
 alpha energies [itot, n_lines] More...
 
real, dimension(:,:), allocatable fal
 alpha intensities [itot, n_lines] More...
 
type(origen_librarywrapper), pointer lib => NULL()
 an origen library More...
 

Detailed Description

Alpha data library class; it reads the alpha source library from file into memory.

Member Function/Subroutine Documentation

procedure, public init ( )

Constructor.

procedure, public destroy ( )

Destructor.

References alpha_library::rbuffer, and alpha_library::resolver.

Member Data Documentation

integer, dimension(:), allocatable n_lines

number of lines per nuclide

real, dimension(:,:), allocatable eal

alpha energies [itot, n_lines]

real, dimension(:,:), allocatable fal

alpha intensities [itot, n_lines]

type(origen_librarywrapper), pointer lib => NULL()

an origen library


The documentation for this type was generated from the following file: