mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Update openmc/mgxs/mgxs.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
160f5f07e3
commit
9d28cc9b8e
1 changed files with 2 additions and 0 deletions
|
|
@ -6087,10 +6087,12 @@ class MeshSurfaceMGXS(MGXS):
|
|||
xs_type='macro', order_groups='increasing',
|
||||
value='mean', squeeze=True, **kwargs):
|
||||
r"""Returns an array of multi-group cross sections.
|
||||
|
||||
This method constructs a 3D NumPy array for the requested
|
||||
multi-group cross section data for one or more subdomains
|
||||
(1st dimension), energy groups (2nd dimension), and nuclides
|
||||
(3rd dimension).
|
||||
|
||||
Parameters
|
||||
----------
|
||||
groups : Iterable of Integral or 'all'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue