mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
43 lines
1.7 KiB
ReStructuredText
43 lines
1.7 KiB
ReStructuredText
===================
|
|
What's New in 0.4.4
|
|
===================
|
|
|
|
-------------------
|
|
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
|
|
------------
|
|
|
|
- Ability to write state points when using <no_reduce>.
|
|
- Real-time XML validation in GNU Emacs with RELAX NG schemata.
|
|
- Writing state points every n batches with <state_point interval="..." />
|
|
- Suppress creation of summary.out and cross_sections.out by default with option
|
|
to turn them on with <output> tag in settings.xml file.
|
|
- Ability to create HDF5 state points.
|
|
- Binary source file is now part of state point file by default.
|
|
- Enhanced state point usage and added state point Python scripts.
|
|
- Turning confidence intervals on affects k-effective.
|
|
- Option to specify <upper_right> for tally meshes.
|
|
|
|
---------
|
|
Bug Fixes
|
|
---------
|
|
|
|
- 4654ee_: Fixed plotting with void cells.
|
|
- 7ee461_: Fixed bug with multi-line input using type='word'.
|
|
- 792eb3_: Fixed degrees of freedom for confidence intervals.
|
|
- 7fd617_: Fixed bug with restart runs in parallel.
|
|
- dc4a8f_: Fixed bug with fixed source restart runs.
|
|
|
|
.. _4654ee: https://github.com/openmc-dev/openmc/commit/4654ee
|
|
.. _7ee461: https://github.com/openmc-dev/openmc/commit/7ee461
|
|
.. _792eb3: https://github.com/openmc-dev/openmc/commit/792eb3
|
|
.. _7fd617: https://github.com/openmc-dev/openmc/commit/7fd617
|
|
.. _dc4a8f: https://github.com/openmc-dev/openmc/commit/dc4a8f
|