Commit graph

23 commits

Author SHA1 Message Date
church89
22b1fe29eb minor fix 2026-01-19 14:41:43 +01:00
church89
5737c39e41 minor fix 2026-01-19 14:40:08 +01:00
church89
17f10c4055 remove obsolete bits and update unit test 2026-01-19 14:35:00 +01:00
Lorenzo Chierici
3ed3071ce7
Merge pull request #44 from openmc-dev/develop
merge latest develop
2025-03-12 10:03:01 +01:00
Jonathan Shimwell
84f561c1ed
sets used instead of lists when membership testing (#3021) 2024-06-19 14:48:34 +00:00
church89
0a2933ce53 replaced batchwise nomenclature with reactivity_control one 2024-03-15 13:37:44 +01:00
church89
a4b44edd3c address more comments by @drewejohnson 2024-03-15 11:21:48 +01:00
church89
1777cee15a add missing returns 2023-09-13 17:07:57 +02:00
church89
1d3f0caf45 batchwise first commits 2023-09-04 17:03:34 +02:00
Paul Romano
4d3aac7f63 Change print_output argument in search_for_keff to more general run_args 2022-05-02 12:09:46 -05:00
Paul Romano
45a6b31c8f Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff 2022-05-02 12:09:43 -05:00
alex-lyons
e98ddf9d8a Model.run now returns last statepoint path rather than k_eff. Updated tests and search. 2020-03-27 07:47:54 -05:00
Paul Romano
8487915f2a Use ufloat for k_combined in statepoint 2018-03-15 11:02:07 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
1bd3e0b1d0 Make scipy and pandas required dependencies 2017-06-07 20:12:51 -05:00
Paul Romano
1099d8bd9d Use StatePoint context manager for keff search 2017-04-07 21:04:14 -05:00
Adam Nelson
f375d81555 Added sentinel value for model_args parameter of search_for_keff function 2017-03-22 19:09:04 -04:00
Adam Nelson
bbb351f06b Converted openmc.KeffSearch class to openmc.search_for_keff function 2017-03-21 20:40:50 -04:00
Adam Nelson
b63e1133f9 Updated per @paulromano comments 2017-03-20 21:10:04 -04:00
Adam Nelson
512a21b093 Fixed python2 failures 2017-03-19 17:40:21 -04:00
Adam Nelson
0ebac7687d Added example notebook and incorporated some lessons learned in the code 2017-03-19 17:34:23 -04:00
Adam Nelson
4b7a7e900b Moved the ModelContainer to models.Model, and allowed for brackets and choices on the solver methods 2017-03-18 20:53:59 -04:00
Adam Nelson
b4391296dd Added a model container and a keff search algorithm 2017-03-18 16:34:19 -04:00