Clarified the MGXS docstring as an abstract base class

This commit is contained in:
Will Boyd 2015-10-28 11:50:56 -04:00
parent b9eef474d8
commit e1283c7bf0

View file

@ -47,13 +47,15 @@ _DOMAINS = [openmc.Cell,
class MGXS(object):
"""A multi-group cross section for some energy group structure within
some spatial domain.
"""An abstract multi-group cross section for some energy group structure
within some spatial domain.
This class can be used for both OpenMC input generation and tally data
post-processing to compute spatially-homogenized and energy-integrated
multi-group cross sections for deterministic neutronics calculations.
NOTE: Users should instantiate the subclasses of this abstract class.
Parameters
----------
domain : Material or Cell or Universe