Paul Romano
|
84e7422aa3
|
Don't expose keff_search_control
|
2026-03-12 11:50:13 -05:00 |
|
Paul Romano
|
69c3483687
|
Rename to run
|
2026-03-12 11:47:32 -05:00 |
|
Paul Romano
|
95dbb29c21
|
Remove a deepcopy
|
2026-03-12 11:41:23 -05:00 |
|
Paul Romano
|
7ac6fcdcc3
|
Remove step_index in search_for_keff calls
|
2026-03-12 11:09:05 -05:00 |
|
Paul Romano
|
deb9f1d79a
|
Refactor Integrator.integrate
|
2026-03-12 11:05:59 -05:00 |
|
Paul Romano
|
2b4fa56ca3
|
Style fixes
|
2026-03-12 10:53:33 -05:00 |
|
Paul Romano
|
f8ea4649df
|
Small edits
|
2026-03-12 10:51:11 -05:00 |
|
Paul Romano
|
821bb5ab65
|
Fix restart with saved keff search
|
2026-03-12 10:51:08 -05:00 |
|
Paul Romano
|
5af848f6fd
|
Style fixes
|
2026-03-11 17:46:39 -05:00 |
|
Paul Romano
|
2c24698437
|
Fix MPI behavior in _KeffSearchControl._update_vec
|
2026-03-11 17:46:20 -05:00 |
|
church89
|
0a10fe379b
|
fix bug
|
2026-02-26 14:33:38 +01:00 |
|
church89
|
1fd1ad7cda
|
make keff_search control class private
|
2026-02-26 10:47:57 +01:00 |
|
church89
|
e9ea747827
|
fix update vec logic
|
2026-02-26 10:08:05 +01:00 |
|
church89
|
e5188d2021
|
add forgotten docstring
|
2026-02-20 17:04:03 +01:00 |
|
church89
|
76b5ab4905
|
add renamed files
|
2026-02-20 16:55:17 +01:00 |
|
church89
|
4c512adca1
|
addressing Paul's comments
|
2026-02-20 16:54:31 +01:00 |
|
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 |
|
church89
|
3e9733b4ff
|
refactoring of reactivity control
|
2026-01-19 11:51:03 +01:00 |
|
church89
|
dc40d1892a
|
add lost docstring
|
2026-01-13 13:45:54 +01:00 |
|
church89
|
8d7ac63151
|
Merge branch 'develop' of https://github.com/openmc-dev/openmc into openmc-dev-develop
|
2026-01-13 13:30:50 +01:00 |
|
Jack Fletcher
|
0486e433d2
|
Source biasing capabilities (#3460)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2026-01-12 09:51:12 -06:00 |
|
Perry
|
37e2feb34b
|
Flux Energy Group Conversion using lethargy-weighted redistribution (#3705)
Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
|
2026-01-10 22:04:47 +02:00 |
|
Jonathan Shimwell
|
dfc80c7069
|
fixing temperatures setting for mgxs (#3712)
|
2026-01-07 10:54:57 +00:00 |
|
Paul Romano
|
830f075b5c
|
Update documentation describing HexLattice orientation (#3709)
|
2026-01-06 22:59:58 +00:00 |
|
Jonathan Shimwell
|
7dceb1d80a
|
closing mgxs h5py file with context manager (#3707)
Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
|
2026-01-06 22:59:38 +00:00 |
|
Jonathan Shimwell
|
10f2b7534c
|
Fixing group names in MGXS HDF5 file (#3708)
|
2026-01-06 20:18:23 +00:00 |
|
Jonathan Shimwell
|
60ddafa9b3
|
Open dagmc model file within a context manager (#3706)
|
2026-01-05 22:57:05 +02:00 |
|
Paul Romano
|
9c91bddf04
|
Migrate to SciPy sparse arrays (#3613)
|
2026-01-02 13:43:25 +02:00 |
|
Paul Romano
|
932f36f411
|
Add recognized thermal scattering names for JEFF 4.0 and JENDL 5 (#3693)
|
2026-01-02 12:31:46 +02:00 |
|
Zoe Prieto
|
a2fd6cc57e
|
Support rotation in MeshFilter (#3176)
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
|
2025-12-19 22:56:13 -06:00 |
|
Jonathan Shimwell
|
e0eb91b955
|
using id_map in model.plot for more efficient plotting (#3678)
|
2025-12-17 22:44:53 +02:00 |
|
Lewis Gross
|
bc1348579f
|
Generalize RotationalPeriodicBC for X-, Y-, or Z-axis (#3591)
Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
|
2025-12-10 12:16:04 +02:00 |
|
Jonathan Shimwell
|
a9dc84f75a
|
Allowing material making from class constructor (#3649)
Co-authored-by: Jon Shimwell <jon@proximafusion.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-12-08 19:43:30 +00:00 |
|
Jonathan Shimwell
|
8e06ed8998
|
Allowing model.id_map to return overlap ID values (#3669)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-12-08 15:54:37 +00:00 |
|
Boris Polania
|
9b675adda5
|
Introduce SlicePlot and VoxelPlot to replace the Plot class (#3528)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-12-05 20:17:09 +00:00 |
|
Jonathan Shimwell
|
f28139250a
|
Fixed plotting issue by scaling source locations with axis units (#3668)
|
2025-12-05 11:02:26 -06:00 |
|
Paul Romano
|
db8d462738
|
Allow DistribcellFilter to work with apply_tally_results=True (#3667)
|
2025-12-04 06:53:04 -06:00 |
|
John Tramm
|
ad5a876bee
|
Improved automatic MGXS generation for random ray (#3658)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-12-03 07:48:38 +00:00 |
|
GuySten
|
ef22558f4a
|
fix a bug in borated_water temperature assignment (#3662)
|
2025-11-29 16:28:18 +01:00 |
|
Paul Romano
|
7ab92ec142
|
Fix typo in description of distance_inactive for random ray setting (#3663)
|
2025-11-28 15:39:08 +00:00 |
|
Jonathan Shimwell
|
dcb7443711
|
added test to check dagmc name is in xml (#3657)
|
2025-11-27 10:03:38 -06:00 |
|
Paul Romano
|
27e38e8946
|
Add release notes for 0.15.3 (#3644)
|
2025-11-22 23:06:17 +01:00 |
|
Paul Romano
|
d217efa007
|
Add two MPI barriers in R2S workflow (#3646)
|
2025-11-20 12:10:04 -06: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 |
|
Paul Romano
|
028f440448
|
Support MPI parallelism in R2SManager (#3632)
|
2025-11-19 11:19:27 -06:00 |
|
Paul Romano
|
5c63e0df21
|
Fix a few warnings, rename add_to_tallies_file (#3639)
|
2025-11-18 17:57:12 -06:00 |
|
Michel Saliba
|
cd5cd35ad9
|
Addition of a collision tracking feature (#3417)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-11-13 20:35:33 +00:00 |
|
Lorenzo Chierici
|
50bb0df191
|
depletion-thermochemistry: Redox control transfer rates (#2783)
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2025-11-12 16:45:48 -06:00 |
|