Update openmc/mgxs/mgxs.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Miriam (Rathbun) Kreher 2020-08-15 22:31:02 -06:00 committed by GitHub
parent 160f5f07e3
commit 9d28cc9b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'