mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Global Weight Window Generation via CAPI (#2359)
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
c123ce0fa0
commit
610a5d8c34
38 changed files with 2789 additions and 171 deletions
|
|
@ -24,7 +24,6 @@ Simulation Settings
|
|||
openmc.Source
|
||||
openmc.SourceParticle
|
||||
openmc.VolumeCalculation
|
||||
openmc.WeightWindows
|
||||
openmc.Settings
|
||||
|
||||
.. autosummary::
|
||||
|
|
@ -230,6 +229,19 @@ Various classes may be created when performing tally slicing and/or arithmetic:
|
|||
openmc.arithmetic.AggregateNuclide
|
||||
openmc.arithmetic.AggregateFilter
|
||||
|
||||
Variance Reduction
|
||||
------------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
:template: myclass
|
||||
|
||||
openmc.WeightWindows
|
||||
openmc.WeightWindowGenerator
|
||||
openmc.hdf5_to_wws
|
||||
|
||||
|
||||
Coarse Mesh Finite Difference Acceleration
|
||||
------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ Functions
|
|||
calculate_volumes
|
||||
current_batch
|
||||
export_properties
|
||||
export_weight_windows
|
||||
import_weight_windows
|
||||
finalize
|
||||
find_cell
|
||||
find_material
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue