What’s New in 0.5.0

System Requirements

There are no special requirements for running the OpenMC code. As of this release, OpenMC has been tested on a variety of Linux distributions, Mac OS X, and Microsoft Windows 7. Memory requirements will vary depending on the size of the problem at hand (mostly on the number of nuclides in the problem).

New Features

  • All user input options that formerly accepted “off” or “on” should now be “false” or “true” (the proper XML schema datatype).
  • The <criticality> element is deprecated and was replaced with <eigenvalue>.
  • Added ‘events’ score that returns number of events that scored to a tally.
  • Restructured tally filter implementation and user input.
  • Source convergence acceleration via CMFD (implemented with PETSc).
  • Ability to read source files in parallel when number of particles is greater than that number of source sites.
  • Cone surface types.

Bug Fixes

  • 737b90: Coincident surfaces from separate universes / particle traveling tangent to a surface.
  • a819b4: Output of surface neighbors in summary.out file.
  • b11696: Reading long attribute lists in XML input.
  • 2bd46a: Search for tallying nuclides when no default_xs specified.
  • 7a1f08: Fix word wrapping when writing messages.
  • c0e3ec: Prevent underflow when compiling with MPI=yes and DEBUG=yes.
  • 6f8d9d: Set default tally labels.
  • 6a3a5e: Fix problem with corner-crossing in lattices.