mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update tests/unit_tests/test_deplete_activation.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
7f68462e3a
commit
2d6938553a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ ENERGIES = np.logspace(log10(1e-5), log10(2e7), 100)
|
|||
("direct", {}, 1e-5),
|
||||
("flux", {'energies': ENERGIES}, 0.01),
|
||||
("flux", {'energies': ENERGIES, 'reactions': ['(n,gamma)']}, 1e-5),
|
||||
("flux", {'energies': ENERGIES, 'reactions': ['(n,gamma)'], 'nuclides': ['W186', 'H3']}, 1e-5),
|
||||
("flux", {'energies': ENERGIES, 'reactions': ['(n,gamma)'], 'nuclides': ['W186', 'H3']}, 1e-2),
|
||||
])
|
||||
def test_activation(run_in_tmpdir, model, reaction_rate_mode, reaction_rate_opts, tolerance):
|
||||
# Determine (n.gamma) reaction rate using initial run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue