mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update openmc/mgxs/mgxs.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
9d28cc9b8e
commit
4c0b6282f6
1 changed files with 3 additions and 1 deletions
|
|
@ -5903,10 +5903,12 @@ class InverseVelocity(MGXS):
|
|||
class MeshSurfaceMGXS(MGXS):
|
||||
"""An abstract multi-group cross section for some energy group structure
|
||||
on the surfaces of a mesh domain.
|
||||
|
||||
This class can be used for both OpenMC input generation and tally data
|
||||
post-processing to compute surface- and energy-integrated multi-group cross
|
||||
sections for multi-group neutronics calculations.
|
||||
NOTE: Users should instantiate the subclasses of this abstract class.
|
||||
|
||||
.. note:: Users should instantiate the subclasses of this abstract class.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue