Eden
e783e01471
Add chain parameter to Material.get_activity for half-life data ( #3957 )
...
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
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-07-11 06:18:26 +00:00
Jonathan Shimwell
9ff50499e1
Adding per m3 to material functions ( #3912 )
...
Co-authored-by: Jon Shimwell <jon@proximafusion.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-04-03 00:00:02 +00:00
Paul Romano
f544d02e49
Don't write reaction rates in depletion results by default, remove per-stage data for multistage integrators ( #3609 )
2025-11-19 12:26:57 -05:00
Jonathan Shimwell
277390b220
added kg units to doc string in results class ( #3358 )
2025-03-20 07:00:34 -05:00
Lewis Gross
557b714d87
add continue feature for depletion ( #3272 )
...
Co-authored-by: Connor Moreno <camoreno@wisc.edu>
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Lewis Gross <ligross@cnerg-docker-04.neep.wisc.edu>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-03-06 01:07:50 +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
nplinden
910d1df1c9
fix unit conversion in openmc.deplete.Results.get_mass ( #2761 )
...
Co-authored-by: Nicolas Linden <n.linden@naarea.fr>
2023-11-09 07:13:30 -06:00
Paul Romano
fa2330103d
Release of version 0.14.0 ( #2754 )
2023-11-06 14:50:16 -06:00
Paul Romano
94f02ae10b
Bump version to 0.14.0-dev ( #2740 )
2023-10-31 16:55:19 -05:00
Jonathan Shimwell
e8de4c18b8
Improved get step where value error msg ( #2654 )
2023-08-18 18:35:12 -05:00
kevinm387
c340d4b8ec
Add get_decay_heat() function to deplete.Results ( #2625 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-08-06 01:51:09 +00:00
kevinm387
e7d1a13f33
Add get_activity() function to deplete.Results class ( #2617 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-07-25 16:11:21 -05:00
Olek
51cf475723
Add get_mass() function to openmc.deplete.Results ( #2565 )
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-06-26 08:11:41 -05:00
Paul Romano
8ce5c7366c
Remove initial dilute nuclides in depletion ( #2568 )
2023-06-21 14:45:59 +02:00
Paul Romano
08df830700
Use default filename in deplete.Results()
2023-04-11 13:33:14 -05:00
Paul Romano
7bbf5466e6
Add missing versionadded directives
2023-03-28 13:34:14 -05:00
Jonathan Shimwell
60f33d4607
Review improvement from @paulromano
2023-01-28 17:18:35 +00:00
Jonathan Shimwell
2dbb0c7523
allowing materials.xml to be specified
2023-01-27 14:26:56 +00:00
Jonathan Shimwell
3623408bc5
avoid namespace overwrite of union
2022-10-27 17:38:27 +01:00
Paul Romano
18337073f4
Fix name change on mat_to_ind, nuc_to_ind
2022-09-26 15:19:05 -05:00
Paul Romano
a074e0a5cf
Use openmc.config['cross_sections'] instead of OPENMC_CROSS_SECTIONS
2022-09-07 16:46:10 -05:00
Jonathan Shimwell
494e357a64
Fixed the type of mat
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-09-07 18:55:03 +01:00
Jonathan Shimwell
225dc5c43c
create PathLike type for hints
2022-09-06 17:22:31 +01:00
Jonathan Shimwell
1c917201ae
type hints added to openmc.deplete.Results
2022-09-06 13:59:09 +01:00
Paul Romano
d31b083685
Address @yardasol review comments
2022-08-16 16:19:55 -05:00
Paul Romano
f9b2c21d59
Fix potential bug with nuclide densities in Results.export_to_materials
2022-08-10 23:12:01 -05:00
Paul Romano
abc0fd2693
Merge pull request #2100 from yardasol/transportoperator-subclass-notransport
...
Add class to allow running depletion simulation independent of the OpenMC transport solver
2022-08-05 08:20:26 -05:00
Jonathan Shimwell
aa5526aab6
Review suggestions from @paulromano
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-08-03 13:49:30 +01:00
shimwell
ea926ef84a
specified that year is Julian in docstring
2022-08-02 20:36:42 +01:00
shimwell
3c22a405fe
added doc strings for time_units
2022-08-02 20:29:19 +01:00
Jonathan Shimwell
aa278ada26
[skip ci] @paulromano review suggestion change "y" to "a"
2022-08-02 20:13:14 +01:00
Jonathan Shimwell
6865264abd
added option for year as time units
2022-08-02 15:43:21 +01:00
yardasol
773757246b
Operator->CoupledOperator
...
- update references in docstrings and docpages
- minor adjustments to related docs in deplete module files
- retain backwards compatiblity by exporint Operator alias
2022-07-30 16:46:31 -05:00
Paul Romano
382867db7f
Address @drewejohnson comments on #2077
2022-06-13 12:32:09 -05:00
Paul Romano
355ecd3747
Allow deplete.Results() to be instantiated empty
2022-06-03 09:04:00 -05:00
Paul Romano
8a4fd95b9b
Retain ResultsList name for backwards compatibility
2022-06-03 09:04:00 -05:00
Paul Romano
5421bf0b1f
Rename results_list.py -> results.py
2022-06-03 09:04:00 -05:00
Paul Romano
bd7b33c636
Rename results.py stepresult.py
2022-06-03 09:04:00 -05:00
Paul Romano
aacf3c4938
Rename deplete.Results -> deplete.StepResult
2022-06-03 09:03:59 -05:00
Paul Romano
0b77cc7edc
Allow normal instantiation of ResultsList (instead of from_hdf5)
2022-06-03 09:03:57 -05:00
Paul Romano
45a6b31c8f
Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff
2022-05-02 12:09:43 -05:00
Jonathan Shimwell
51b6d59105
minimal changes to allow mat objects not id strings
2022-03-03 18:14:17 +00:00
Patrick Shriwise
f1234a38b0
Updating depletion test files. Further adjustments to how materials are identified for some utility functions.
2021-10-08 14:15:40 -05:00
Adam Nelson
e1365bd036
Applied suggested changes per @paulromano's code review
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-10-01 06:09:24 -05:00
agnelson
ad483b3fea
Moved the dummy communicator to being within openmc vice openmc.deplete, added test of model.calculate_volumes and model.deplete, fixed issues identified from those tests, and added a DLL quieting method (still needs to be propagated to integrator.integrate
2021-09-30 11:18:35 -05:00
Paul Romano
c3d3b5a71f
Increment version of depletion results file, and support reading older version
2020-08-06 08:38:54 -05:00
Paul Romano
8d489cc23b
Simplify Integrator docstrings, few more power -> source_rate
2020-08-03 07:38:35 -05:00
Paul Romano
e2ae3c7401
Change power to source_rate throughout deplete module
2020-08-03 07:38:35 -05:00
Paul Romano
edf4d72c16
Respond to @drewejohnson comments on #1566
2020-05-18 06:27:26 -05:00
Paul Romano
73cbdb6324
Allow depletion with MPI and serial HDF5
2020-05-15 14:39:22 -05:00