Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9037d53
added multi material depleter
shimwell May 28, 2025
8855e6b
tidy up format
shimwell May 28, 2025
7e99c9f
moved function to microox
jon-proximafusion Jun 2, 2025
f64b3cf
Apply suggestions from code review on input checking
shimwell Jun 2, 2025
09bfa97
removed temperature check
shimwell Jun 2, 2025
7e5b217
corrected doc string
shimwell Jun 3, 2025
11cd5fc
added missing comment
shimwell Jun 4, 2025
2464779
fixed typo
shimwell Jun 4, 2025
bf271bd
typo fix
shimwell Jun 6, 2025
76c7956
accepting chain objects or file paths
shimwell Jun 11, 2025
2059e39
Merge branch 'develop' into adding-material-depletion-method
shimwell Jun 12, 2025
f3881bf
making use of new _get_chain function
shimwell Jun 12, 2025
5b4170b
added material.deplete
shimwell Jun 15, 2025
31df5c9
added materials.deplete
shimwell Jun 15, 2025
4c9bd9d
more compact material.deplete
shimwell Jun 16, 2025
c2806d3
corrected mat id in test
shimwell Jun 16, 2025
c609fc3
improved material(s).deplete tests
shimwell Jun 16, 2025
c19ac9d
removed unrelated code changes
jon-proximafusion Jun 16, 2025
617c4d1
removed unrelated code changes
jon-proximafusion Jun 16, 2025
76ebaba
Introduce reaction_rate_mode for get_microxs_and_flux
paulromano Jun 23, 2025
7cc2018
Add ability to specify path_statepoint in get_microxs_and_flux
paulromano Jun 24, 2025
c1b480c
Update test for microxs
paulromano Jun 24, 2025
d6fadcf
Update docstring
paulromano Jun 24, 2025
37dd9ab
Address copilot comments
paulromano Jun 24, 2025
79beed3
Add type annotation on domains
paulromano Jun 27, 2025
1219be2
merge dev into branch
shimwell Jun 30, 2025
ff7219c
merge conflict
shimwell Jun 30, 2025
4bef985
Merge branch 'develop' into adding-material-depletion-method
jon-proximafusion Jul 2, 2025
a67f3a0
using TemporarySession
jon-proximafusion Jul 2, 2025
672a6f9
minimal diff pr
jon-proximafusion Jul 2, 2025
81a6392
minimal diff pr
jon-proximafusion Jul 2, 2025
f8caab0
removing unused imports
shimwell Jul 2, 2025
05920b4
Merge branch 'develop' into adding-material-depletion-method
shimwell Jul 4, 2025
22bdec1
Stylistic changes
paulromano Jul 17, 2025
ec343c2
Small changes
paulromano Jul 17, 2025
185c72e
Use IndependentOperator with multiple materials
paulromano Jul 17, 2025
713def6
Update tests
paulromano Jul 18, 2025
486047f
Compute cross sections for all nuclides in Materials.deplete
paulromano Jul 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openmc/deplete/microxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def get_microxs_from_multigroup(
reactions: Sequence[str] | None = None,
**init_kwargs: dict,
) -> Sequence[openmc.Materials]:
"""Computers microscopic cross sections for the specified materials, multigroup_fluxes
"""Computer microscopic cross sections for the specified materials, multigroup_fluxes
Comment thread
shimwell marked this conversation as resolved.
Outdated
and energy_group_structures.

.. versionadded:: 0.15.3
Expand Down