Commit graph

1359 commits

Author SHA1 Message Date
Paul Romano
a4f98b489c Change values in dict returned by Material.get_nuclide_atom_densities 2022-06-27 22:36:36 -05:00
Paul Romano
d7a456155f
Merge pull request #2080 from pshriwise/sample-dist
Sample distributions from Python API
2022-06-27 22:26:01 -05:00
Paul Romano
cdf710ad37
Merge pull request #2089 from shimwell/adding_remove_element
Adding remove element method to material class
2022-06-27 22:07:58 -05:00
Patrick Shriwise
e9eaf2edef Using std. dev. of sampled mean for comparison 2022-06-26 01:10:53 -04:00
Patrick Shriwise
3e61076715 Changing check for Tabular to use std. dev. 2022-06-25 14:38:19 +02:00
Paul Romano
5913308841
Merge pull request #2079 from shimwell/adding_activity_to_material
Adding activity to material
2022-06-23 06:24:25 -05:00
Jonathan Shimwell
270ef8346c added metastable activity test 2022-06-22 23:18:14 +01:00
Jonathan Shimwell
839c0fe81b refined remove element 2022-06-22 08:32:37 +01:00
Jonathan Shimwell
9b36424e16 added remove element to material 2022-06-22 08:19:00 +01:00
Jonathan Shimwell
acd6c567c3 added test for remove eleemnt 2022-06-21 14:19:45 +00:00
Patrick Shriwise
967fc9f88b Adding a 'mean' method to tabular dist 2022-06-19 10:00:27 -05:00
Patrick Shriwise
f52865854b
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-06-19 09:39:53 -05:00
Andrew Johnson
64becd2c70
Merge pull request #2077 from paulromano/depletion-renaming
Rename deplete.ResultsList → deplete.Results
2022-06-13 21:57:44 -07:00
Patrick Shriwise
aba235e0b4
Update tests/unit_tests/test_stats.py
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
2022-06-10 08:50:52 -05:00
Paul Romano
0e38755a0e Region expression: ensure halfspace followed by ( results in implicit & operator 2022-06-09 12:17:15 -05:00
Jonathan Shimwell
e5e1daf23f
[skip ci] removed diagnostic prints 2022-06-09 15:02:10 +01:00
Jonathan Shimwell
1234e0b17c review suggestions from @PaulRomano 2022-06-09 14:59:28 +01:00
Patrick Shriwise
1e83df9dc1 Removing re-defined distribution 2022-06-09 01:20:30 -05:00
Patrick Shriwise
85b6566fd7 Updating tabular means. Removing re-defined functions 2022-06-09 01:18:17 -05:00
Patrick Shriwise
94c91cc659 Adding more mean value tests for sampling distributions 2022-06-07 23:12:31 -05:00
Patrick Shriwise
2c74dcf336 Adding similar test for Muir distribution 2022-06-07 23:12:31 -05:00
Patrick Shriwise
2f22474aea Adding simple test for normal distribution 2022-06-07 23:12:31 -05:00
Paul Romano
8bfb1889b9 Rename deplete.ResultsList -> deplete.Results 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
ce035884ac Add test for heating by nuclide 2022-06-02 15:49:10 -05:00
Patrick Shriwise
fe230168fb
Merge pull request #2071 from paulromano/flf-improve-track
Major overhaul of track file capability
2022-06-02 14:32:49 -05:00
Gavin Ridley
0f7ae4b075
Merge pull request #2074 from paulromano/xml-and-doc-fix
Two `from_xml` fixes and other documentation fixes
2022-05-31 13:04:14 -04:00
Paul Romano
cc338c98d5 Add mask_components in Plots -> XML round trip unit test 2022-05-26 09:42:03 -05:00
Paul Romano
ae849c5842 Have filter methods return new Track/Tracks objects 2022-05-25 22:12:44 -05:00
Paul Romano
2e54c31915 Rename TrackFile --> Tracks 2022-05-25 16:58:20 -05:00
Paul Romano
7b0862c4dc Add filter method to TrackFile and Track classes 2022-05-25 16:47:25 -05:00
Paul Romano
22bc340f9d Rename Track.particles --> Track.particle_tracks 2022-05-25 14:52:44 -05:00
cpf
ccda2d3af3 removed import cos 2022-05-25 17:32:34 +02:00
cpf
86ec0658c5 test spherical_uniform 2022-05-25 17:30:13 +02:00
Paul Romano
321de2a4d1 Fix reading rotation matrix from XML 2022-05-24 09:09:51 -05:00
Paul Romano
d20064945c Read in color specification in Plot.from_xml_element 2022-05-24 07:11:37 -05:00
Paul Romano
2e0472d57c Respond to @shimwell comments on #2071 2022-05-23 12:28:28 -05:00
Paul Romano
c73a4d2e15 Make sure track file unit test uses reproducible cell/material IDs 2022-05-20 13:01:09 -05:00
Paul Romano
e34bf445f0 Add max_tracks setting (maximum number of tracks per process) 2022-05-20 10:46:59 -05:00
Paul Romano
4f1e8f46f5 Add unit tests for TrackFile class 2022-05-19 17:27:47 -05:00
Paul Romano
8ecfdf0796 Update Settings.track to be list of 3-tuple 2022-05-19 17:12:38 -05:00
Ethan Peterson
7e1f486be3
Merge pull request #2056 from paulromano/merge-discrete
Ability to merge discrete distributions
2022-05-12 10:38:37 -04:00
Paul Romano
ef3019a140 Add merge classmethod on openmc.stats.Discrete 2022-05-04 07:08:20 -05:00
Paul Romano
45a6b31c8f Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff 2022-05-02 12:09:43 -05:00
Paul Romano
99b128c421
Merge pull request #2047 from paulromano/dep-res-timeunits
Add time_units argument to ResultsList.get_eigenvalue
2022-05-02 12:05:53 -05:00
Paul Romano
d76434379a Make sure basis gets set in Plot.from_geometry 2022-04-29 19:25:01 -05:00
yardasol
1d7265de3e check surface coefficients match between CylinderSector objects from different constructors 2022-04-28 10:24:31 -05:00
Paul Romano
ee37d8e2bf Add time_units argument to ResultsList.get_eigenvalue 2022-04-27 23:35:54 -05:00
yardasol
51e5d1ccd2 make theta1,theta2 formulation the default; add alternate constructor for theta,alpha formulation 2022-04-27 12:56:39 -05:00