Commit graph

5318 commits

Author SHA1 Message Date
Jonathan Shimwell
e9866b4d66 added get_tabular metho to energyfilters 2023-01-31 13:20:31 +00:00
Ethan Peterson
e20e648690 check for duplicate points 2023-01-30 19:40:00 -05:00
Jonathan Shimwell
60f33d4607
Review improvement from @paulromano 2023-01-28 17:18:35 +00:00
Rémi Delaporte-Mathurin
a51d31ec78
Update openmc/mesh.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-28 08:50:45 -05:00
Rémi Delaporte-Mathurin
198b5bdad4
Update openmc/mesh.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-28 08:50:39 -05:00
Jonathan Shimwell
2dbb0c7523 allowing materials.xml to be specified 2023-01-27 14:26:56 +00:00
RemDelaporteMathurin
c84336878b replace is_flat by a one-line check 2023-01-27 08:58:10 -05:00
RemDelaporteMathurin
ba1cd67d52 added test to catch bug + fix 2023-01-27 08:32:02 -05:00
Patrick Shriwise
3703fdbdd7 Adding origin to sphere and cyl mesh str 2023-01-26 14:15:08 -06:00
RemDelaporteMathurin
a976703556 Raise error if mesh is flat 2023-01-26 14:06:48 -05:00
Ethan Peterson
4fade673a7 refactor to single validate_points method 2023-01-25 16:27:12 -05:00
Ethan Peterson
afbbc3d845 try to constrain triangulation 2023-01-24 23:00:27 -05:00
Paul Romano
3f5b90042c
Merge pull request #2349 from paulromano/newyear-2023
Update copyright date and a few other small changes
2023-01-24 23:20:26 +07:00
Gavin Ridley
368525f3db
multipole documentation typo fix 2023-01-22 10:07:18 -05:00
Baptiste Mouginot
dcfac1d10e tweaking comments 2023-01-18 14:12:00 +01:00
Baptiste Mouginot
bbacb383cd allowing to pass additiinal args to pool.deplete when using user specified maxtrix_func 2023-01-18 14:04:41 +01:00
Josh May
d9ce50dc9f
Merge branch 'openmc-dev:develop' into universe_cloning 2023-01-16 18:43:34 -08:00
josh
3d6179fa32 remove try/except for class-specific 'deepcopy' 2023-01-17 02:43:02 +00:00
Paul Romano
bbe39dbc1b Added some missing versionadded directives 2023-01-13 13:41:00 +07:00
Paul Romano
606457a1f0 A few style fixes in material.py 2023-01-13 13:36:51 +07:00
Patrick Shriwise
4d06ed5640 Passing mesh memo through to source from_xml method 2023-01-12 23:53:06 -06:00
Patrick Shriwise
e873db9a07
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-12 23:13:09 -06:00
Paul Romano
1cdb37a05c
Merge pull request #2348 from cfichtlscherer/prompt_neutrons
Prompt neutrons 2.0
2023-01-13 09:44:44 +07:00
josh
e799346502 switch universe deepcopying for a fresh instance on clones 2023-01-12 21:58:22 +00:00
Christopher Fichtlscherer
a66d4da53f
Update openmc/settings.py
version number

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-12 06:26:07 -05:00
Christopher Fichtlscherer
36249d3742
Update openmc/settings.py
yes

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-12 06:25:52 -05:00
Paul Romano
54320f3011
Merge pull request #2347 from shimwell/adding_get_surfaces_by_name
added get_surfaces_by_name method to geometry
2023-01-12 14:30:54 +07:00
Paul Romano
029838c947
Merge pull request #2340 from joshmay1/cell_cloning
Manually instantiate cloned cells rather than deepcopying
2023-01-12 09:48:45 +07:00
Paul Romano
a62bb50b27
Merge pull request #2222 from highness-eu/mixed_ncrystal
Adding support for NCrystal materials in OpenMC
2023-01-12 09:47:33 +07:00
Christopher Fichtlscherer
f7c1a57b15 settings change element 2023-01-11 16:55:27 -05:00
Josh May
afa490f6a6
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-11 13:27:06 -08:00
Christopher Fichtlscherer
3ba117fcd9 indentation level change 2023-01-11 15:41:31 -05:00
Christopher Fichtlscherer
8b1ecaad09 deleted white spaces 2023-01-11 15:38:16 -05:00
Christopher Fichtlscherer
e266bb15bf old changes for delayed neutron feature 2023-01-11 14:50:08 -05:00
Christopher Fichtlscherer
9d86274fcc merge conflict 2023-01-11 14:17:29 -05:00
Paul Romano
02abb63bcf
Merge pull request #2333 from openmc-dev/optional_materials_when_loading_geometry_2
allowing xml file for materials
2023-01-11 21:35:31 +07:00
Jonathan Shimwell
2c9df1b77e
Apply typo fixes identified incode review by @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-01-11 09:32:02 +00:00
Jonathan Shimwell
08c7d8935a
Merge pull request #2335 from paulromano/plot-xs-sab-fix
Small fix in `plot_xs` when S(a,b) tables are present
2023-01-11 09:29:58 +00:00
Jonathan Shimwell
a0afa5de44 added get_surfaces_by_name method 2023-01-10 19:04:12 +00:00
Paul Romano
c4227f7dc1 Change Material.from_ncrystal to accept kwargs 2023-01-10 17:20:14 +07:00
Paul Romano
b6d6bdf3f5 Merge branch 'develop' into mixed_ncrystal_pr 2023-01-09 13:13:14 +07:00
Josh May
37331deeee
Merge branch 'openmc-dev:develop' into cell_cloning 2023-01-04 15:35:23 -08:00
josh
affc62f09c only reassign temps when not None 2023-01-04 22:53:55 +00:00
Jonathan Shimwell
e01f0ea944
Merge pull request #2332 from paulromano/gnds-naming
Change GND to GNDS
2023-01-04 11:10:37 +00:00
josh
ac2ba93b3a remove cell deepcopying for creating a fresh instance 2023-01-04 03:31:07 +00:00
Patrick Shriwise
219a4b04da Addressing comments from @NybergWISC
Co-authored-by: Matthew Nyberg <mnyberg@wisc.edu>
2023-01-03 10:35:44 -06:00
Paul Romano
80dad0f240 Small fix in plot_xs when S(a,b) tables are present 2022-12-31 11:32:39 +07:00
Patrick Shriwise
580096d423 Removing MESHES import 2022-12-29 10:39:41 -06:00
Patrick Shriwise
43549cf1f1 A couple small changes from original PR comments 2022-12-29 09:23:14 -06:00
Patrick Shriwise
03811745a0 Skip mesh elements without an ID due to overlap in name with WW element 2022-12-29 09:23:14 -06:00