Updated documentation

Added current to mgxs.rst and cleaned up descriptions in Current & MeshSurfaceCurrent class
This commit is contained in:
Miriam 2020-08-05 22:57:02 +00:00
parent 4e896ae06f
commit 4e4c559616
2 changed files with 4 additions and 3 deletions

View file

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

View file

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