scale_libraries.f90 File Reference

Modules

module  scale_libraries
 basic IO subroutines for reading neutron and gamma energy groups from SCALE master libraries
 

Functions/Subroutines

subroutine binlib_read_g_egs (filename, number_of_groups, ary)
 Read gamma energy group structure from binary library. More...
 
subroutine binlib_read_n_egs (filename, number_of_groups, ary)
 Read neutron energy group structure from binary library. More...
 
integer function binlib_get_n_ng (filename)
 Read number of neutron groups from binary library. More...
 
integer function binlib_get_n_gg (filename)
 Read number of gamma groups from binary library. More...
 

Variables

integer, parameter binary_unit = 26
 
type(fileutils), private resolver