openmc.data.endf.Evaluation

class openmc.data.endf.Evaluation(filename_or_obj)[source]

ENDF material evaluation with multiple files/sections

Parameters

filename_or_obj (str or file-like) – Path to ENDF file to read or an open file positioned at the start of an ENDF material

Variables
  • info (dict) – Miscellaneous information about the evaluation.

  • target (dict) – Information about the target material, such as its mass, isomeric state, whether it’s stable, and whether it’s fissionable.

  • projectile (dict) – Information about the projectile such as its mass.

  • reaction_list (list of 4-tuples) – List of sections in the evaluation. The entries of the tuples are the file (MF), section (MT), number of records (NC), and modification indicator (MOD).