Paul Romano
608a1c3386
Fix several issues related to independent operator depletion ( #3977 )
Tests and Coverage / filter-changes (push) Has been cancelled
dockerhub-publish-develop / main (push) Has been cancelled
dockerhub-publish-develop-dagmc-libmesh / main (push) Has been cancelled
dockerhub-publish-develop-dagmc / main (push) Has been cancelled
dockerhub-publish-develop-libmesh / main (push) Has been cancelled
Tests and Coverage / Python 3.13 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.14 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.14t (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=n, mpi=n, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=n, mpi=y, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=y, event= (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=, event=y (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=y, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=, libmesh=y, event= (push) Has been cancelled
Tests and Coverage / coverage (push) Has been cancelled
Tests and Coverage / Check CI status (push) Has been cancelled
2026-06-23 09:00:47 +02:00
Lorenzo Chierici
e431d49bec
Add reactivity control to coupled transport-depletion analyses ( #2693 )
...
Co-authored-by: Andrew Johnson <drewejohnson@users.noreply.github.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-04-20 07:13:53 -05:00
Jonathan Shimwell
8be65513b7
Adding material depletion function ( #3420 )
...
Co-authored-by: Jon Shimwell <jon@proximafusion.com>
Co-authored-by: Micah Gale <mgale@fastmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-07-18 14:37:57 +00:00
Jonathan Shimwell
f81962c960
Allowing chain_file to be chain object to save reloading time ( #3436 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-06-12 21:02:35 +00:00
Jonathan Shimwell
820648daee
using reduce chain level to remove need for reduce chain ( #3377 )
...
Co-authored-by: Jon Shimwell <jon@proximafusion.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-04-23 06:44:46 +00:00
Olek
865c80a5f9
Reflect multigroup MicroXS in IndependentOperator docstrings ( #3327 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-02-25 19:50:00 +00:00
Paul Romano
c9207795d8
Fixes in MicroXS.from_multigroup_flux ( #3192 )
2024-11-11 16:03:31 -06:00
azimG
1645e3bb87
Mat ids reset ( #3125 )
...
Co-authored-by: azimgivron <azimgivron@gmail.com>
Co-authored-by: azim_givron <a.givron@naarea.fr>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-09-27 00:31:59 +00:00
John Vincent Cauilan
4c0e08bae8
Replace all deprecated Python typing imports and syntax with updated forms ( #3085 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-07-18 17:40:42 +00:00
Paul Romano
6e57f1dc72
Compute homogenized materials over mesh elements ( #2971 )
2024-05-02 13:47:10 -04:00
Gavin Ridley
ff50afb19f
Allow pure decay IndependentOperator ( #2966 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-04-24 22:14:37 +00:00
Jonathan Shimwell
552adc005c
added check to length of input args for IndependantOperator ( #2799 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-12-12 23:37:53 +00:00
Paul Romano
94f02ae10b
Bump version to 0.14.0-dev ( #2740 )
2023-10-31 16:55:19 -05:00
Jonathan Shimwell
989875b070
allowing different volume methods for diff mat ( #2691 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-09-26 00:37:25 +00:00
Paul Romano
d21b653d32
Refactor MicroXS class and usage in IndependentOperator ( #2595 )
...
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
2023-08-31 10:55:21 -04:00
Paul Romano
8ce5c7366c
Remove initial dilute nuclides in depletion ( #2568 )
2023-06-21 14:45:59 +02:00
Lorenzo Chierici
c5bc2302eb
Transfer rates mpi ( #2551 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-06-15 23:00:20 -05:00
Paul Romano
787b3e0308
Use multiply_density in depletion reaction rate helper classes ( #2559 )
...
Co-authored-by: Andrew Johnson <drewejohnson@users.noreply.github.com>
2023-06-14 22:15:22 -07:00
Paul Romano
102288f94a
Apply @yardasol suggestions from code review
...
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
2022-11-21 15:36:34 -06:00
Paul Romano
ea0892f0f3
Updated docstring to better explain chain_file and micro_xs
2022-11-21 15:20:12 -06:00
Paul Romano
d6a4a3ecb9
Produce light particles from decay
2022-11-16 23:07:52 -06:00
Jonathan Shimwell
ffe336c2ef
Merge pull request #2211 from paulromano/config
...
Allow configuration of data sources via openmc.config
2022-09-21 16:47:20 +01:00
Paul Romano
3645a41861
Address @shimwell comments on #2211
2022-09-21 07:26:27 -05:00
josh
c4b5f067cd
Add blank reset function to IndependentRateHelper
2022-09-10 00:56:29 +00:00
yardasol
bee89f2c1a
cleanup rxn rate calculation in _IndependentRateHelper
2022-08-16 18:10:05 -05:00
Paul Romano
02f1815299
Add missing versionadded directives
2022-08-15 13:20:59 -05:00
yardasol
6bd4a71341
add clarifying comment to _IndependentRateHelper
2022-08-10 10:56:22 -05:00
yardasol
b5b0ca5ce0
make fission-q default normalization mode
2022-08-09 19:54:40 -05:00
yardasol
bdd9468540
Fix reaction rate normalization in IndependentOperator
...
The _IndependentNormalizationHelper was unneeded. Additionally, need to
have a dilute_inital parameter to get good first-step results.
2022-08-09 19:53:04 -05:00
yardasol
d5a8e29b7c
fix IndependentOperator._load_prev_results()
2022-08-04 12:12:52 -05:00
yardasol
89d79310bb
revert DepletionOperator to TransportOperator; doc updates
2022-08-01 12:44:28 -05:00
yardasol
4bab1b5611
remove attribute from MicroXS; specify xs values to be in barns
2022-08-01 12:09:21 -05:00
yardasol
3e81a86915
TransportOperator->DepletionOperator
2022-07-30 18:37:51 -05:00
yardasol
511464b53b
adjust top-level module descriptions
2022-07-30 15:59:28 -05:00
yardasol
3e827530ba
make changes from @paulromano's 3rd review
...
- syntax fixes and adjustments
- change name of FluxDepletionOperator to IndependentOperator
- flux_operator.py -> independent_operator.py
- new class, MicroXS, for creating (for now) one-group microscopic
cross section DataFrames. This class takes the functionality that was
previously in static functions in IndependentOperator
- Associated changes to the test suite and online docs
2022-07-28 17:50:06 -05:00