Release Notes for OpenMOC 0.1.2¶
System Requirements¶
There are no special requirements for running the OpenMOC code. As of this release, OpenMOC has been tested on a variety of Linux distributions as well as Mac OS X. However, it has not been tested yet on any releases of Microsoft Windows. Memory requirements will vary depending on the size of the problem at hand (the number of flat source regions and the level of track discretization).
New Features¶
- bd9d4c11eb: CMFD coarse group solver
- ea25db0454: Python 3 compatibility
- 75731d8820: Single first-time installation
Bug Fixes¶
- 216ce92b2a: Minor correction to C5G7 cross-sections
- ac6bbe7674: Fix to find coordinates within the
Geometry
inopenmoc.plotter.plot_fluxes(...)
routine - ea25db0454: Fix to allow sources to be stored in
openmoc.process.store_simulation_state(...)
routine - c9bd55788e: Segfault for coarse track spacings in
Solver::convergeSource(...)
routine - 25fe960cd5: Fixed
openmoc
import statement inopenmoc.process
submodule