diff --git a/docs/source/pythonapi/mgxs.rst b/docs/source/pythonapi/mgxs.rst index f890bb469..6dc35e66d 100644 --- a/docs/source/pythonapi/mgxs.rst +++ b/docs/source/pythonapi/mgxs.rst @@ -33,6 +33,7 @@ Multi-group Cross Sections openmc.mgxs.AbsorptionXS openmc.mgxs.CaptureXS openmc.mgxs.Chi + openmc.mgxs.Current openmc.mgxs.FissionXS openmc.mgxs.InverseVelocity openmc.mgxs.KappaFissionXS diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index dfe3fecaf..bd9ff91dc 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -5914,7 +5914,7 @@ class MeshSurfaceMGXS(MGXS): energy_groups : openmc.mgxs.EnergyGroups The energy group structure for energy condensation by_nuclide : bool - Unused for SurfacMGXS + Unused in MeshSurfacMGXS name : str, optional Name of the multi-group cross section. Used as a label to identify tallies in OpenMC 'tallies.xml' file. @@ -5926,7 +5926,7 @@ class MeshSurfaceMGXS(MGXS): rxn_type : str Reaction type (e.g., 'total', 'nu-fission', etc.) by_nuclide : bool - Unused for MeshSurfaceMGXS + Unused in MeshSurfaceMGXS domain : Mesh Domain for spatial homogenization domain_type : {'mesh'} @@ -6296,7 +6296,7 @@ class Current(MeshSurfaceMGXS): rxn_type : str Reaction type (e.g., 'total', 'nu-fission', etc.) by_nuclide : bool - Unused for MeshSurfaceMGXS + Unused in MeshSurfaceMGXS domain : Mesh Domain for spatial homogenization domain_type : {'mesh'}