mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Added tests and fixed code accordingly
This commit is contained in:
parent
6f4da06580
commit
d2c00b4f1b
12 changed files with 45629 additions and 818 deletions
|
|
@ -30,6 +30,7 @@ Multi-group Cross Sections
|
|||
:template: myclassinherit.rst
|
||||
|
||||
openmc.mgxs.MGXS
|
||||
openmc.mgxs.MatrixMGXS
|
||||
openmc.mgxs.AbsorptionXS
|
||||
openmc.mgxs.CaptureXS
|
||||
openmc.mgxs.Chi
|
||||
|
|
@ -45,6 +46,9 @@ Multi-group Cross Sections
|
|||
openmc.mgxs.ScatterProbabilityMatrix
|
||||
openmc.mgxs.TotalXS
|
||||
openmc.mgxs.TransportXS
|
||||
openmc.mgxs.ArbitraryXS
|
||||
openmc.mgxs.ArbitraryMatrixXS
|
||||
openmc.mgxs.MeshSurfaceMGXS
|
||||
|
||||
Multi-delayed-group Cross Sections
|
||||
----------------------------------
|
||||
|
|
@ -55,6 +59,7 @@ Multi-delayed-group Cross Sections
|
|||
:template: myclassinherit.rst
|
||||
|
||||
openmc.mgxs.MDGXS
|
||||
openmc.mgxs.MatrixMDGXS
|
||||
openmc.mgxs.ChiDelayed
|
||||
openmc.mgxs.DelayedNuFissionXS
|
||||
openmc.mgxs.DelayedNuFissionMatrixXS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue