mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Address @yardasol review comments
This commit is contained in:
parent
c252930c49
commit
d31b083685
8 changed files with 32 additions and 11 deletions
|
|
@ -13,11 +13,12 @@ geometry modeling, mesh functionality, source specification, depletion
|
|||
capabilities, and other general enhancements. The depletion module features a
|
||||
new transport operator, :class:`openmc.deplete.IndependentOperator`, that allows
|
||||
a depletion calculation to be performed using arbitrary one-group cross sections
|
||||
(e.g., generated by an external solver). The track file generation capability
|
||||
has been significantly overhauled and a new :class:`openmc.Tracks` class was
|
||||
introduced to allow access to information in track files from the Python API.
|
||||
Support has been added for new ENDF thermal scattering evaluations that use
|
||||
mixed coherent/incoherent elastic scattering.
|
||||
(e.g., generated by an external solver) along with a
|
||||
:class:`openmc.deplete.MicroXS` class for managing one-group cross sections. The
|
||||
track file generation capability has been significantly overhauled and a new
|
||||
:class:`openmc.Tracks` class was introduced to allow access to information in
|
||||
track files from the Python API. Support has been added for new ENDF thermal
|
||||
scattering evaluations that use mixed coherent/incoherent elastic scattering.
|
||||
|
||||
------------------------------------
|
||||
Compatibility Notes and Deprecations
|
||||
|
|
@ -67,7 +68,8 @@ Compatibility Notes and Deprecations
|
|||
New Features
|
||||
------------
|
||||
|
||||
- An :class:`openmc.model.IsogonalOctagon` composite surface.
|
||||
- Two new composite surfaces: :class:`openmc.model.IsogonalOctagon` and
|
||||
:class:`openmc.model.CylinderSector`.
|
||||
- The :class:`~openmc.DAGMCUniverse` class now has a
|
||||
:attr:`~openmc.DAGMCUniverse.bounding_box` attribute and a
|
||||
:meth:`~openmc.DAGMCUniverse.bounding_region` method.
|
||||
|
|
@ -98,7 +100,7 @@ New Features
|
|||
- An ``openmc_sample_external_source`` function has been added to the C API with
|
||||
a corresponding Python binding :func:`openmc.lib.sample_external_source`.
|
||||
- The track file generation capability has been completely overhauled. Track
|
||||
files now include much more information, and a new :class:`~openmc.TrackFile`
|
||||
files now include much more information, and a new :class:`~openmc.Tracks`
|
||||
class allows access to track file information from the Python API. Multiple
|
||||
tracks are now written to a single file (one per MPI rank).
|
||||
- A new :func:`openmc.wwinp_to_wws` function that converts weight windows from a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue