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:23 -06:00 committed by GitHub
parent 9d28cc9b8e
commit 4c0b6282f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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