mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Implement tally filter for filtering by reaction (#3809)
This commit is contained in:
parent
153281a490
commit
139907c955
24 changed files with 661 additions and 160 deletions
|
|
@ -149,6 +149,7 @@ Constructing Tallies
|
|||
openmc.ZernikeRadialFilter
|
||||
openmc.ParentNuclideFilter
|
||||
openmc.ParticleFilter
|
||||
openmc.ReactionFilter
|
||||
openmc.MeshMaterialVolumes
|
||||
openmc.Trigger
|
||||
openmc.TallyDerivative
|
||||
|
|
|
|||
|
|
@ -82,7 +82,9 @@ Classes
|
|||
Nuclide
|
||||
ParentNuclideFilter
|
||||
ParticleFilter
|
||||
ParticleProductionFilter
|
||||
PolarFilter
|
||||
ReactionFilter
|
||||
RectilinearMesh
|
||||
RegularMesh
|
||||
SpatialLegendreFilter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue