What’s New in 0.5.2

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

  • Python script for mesh tally plotting
  • Isotopic abundances based on IUPAC 2009 when using <element>
  • Particle restart files for debugging
  • Code will abort after certain number of lost particles (defaults to 10)
  • Region outside lattice can be filled with material (void by default)
  • 3D voxel plots
  • Full HDF5/PHDF5 support (including support in statepoint.py)
  • Cell overlap checking with -g command line flag (or when plotting)

Bug Fixes

  • 7632f3: Fixed bug in statepoint.py for multiple generations per batch.
  • f85ac4: Fix infinite loop bug in error module.
  • 49c36b: Don’t convert surface ids if surface filter is for current tallies.
  • 5ccc78: Fix bug in reassignment of bins for mesh filter.
  • b1f52f: Fixed bug in plot color specification.
  • eae7e5: Fixed many memory leaks.
  • 10c1cc: Minor CMFD fixes.
  • afdb50: Add compatibility for XML comments without whitespace.
  • a3c593: Fixed bug in use of free gas scattering for H-1.
  • 3a66e3: Fixed bug in 2D mesh tally implementation.
  • ab0793: Corrected PETSC_NULL references to their correct types.
  • 182ebd: Use analog estimator with energyout filter.