Commit graph

659 commits

Author SHA1 Message Date
Paul Romano
1286798776 Increment HDF5 data version 2018-11-12 14:54:51 -06:00
Paul Romano
15d2feb6fb Omit gas production and damage xs from HDF5 files 2018-11-12 14:06:32 -06:00
Paul Romano
8280946b7c Make sure MT=4 gets written to HDF5 file (needed for ptables) 2018-11-12 14:01:19 -06:00
Paul Romano
fb8e10f50a Make sure Sum stores a list of functions 2018-11-12 13:35:32 -06:00
Paul Romano
98e7f31a06 Make sure summed levels get marked as redundant 2018-11-12 13:35:32 -06:00
Paul Romano
d1e427ed9a Use MT=101 for "absorption" in ESZ block for IncidentNeutron.from_ace 2018-11-12 13:35:32 -06:00
Paul Romano
4ff0ccd83b Don't use redundant_reactions for IncidentNeutron anymore 2018-11-12 13:35:32 -06:00
Paul Romano
ffdd37c163 Create redundant transmutation reactions when converting ACE files 2018-11-09 14:56:03 -06:00
Paul Romano
dd9463c288 Make sure filetype gets set correctly for data libraries 2018-11-06 09:01:37 -06:00
Paul Romano
05e66155a2 Support pathlib in openmc.data 2018-11-06 09:01:37 -06:00
Paul Romano
0bd3448193 Support registering a multipole library to cross_sections.xml 2018-11-06 09:01:37 -06:00
liangjg
e2dc2cee43 update python api for wmp v1.1 2018-10-19 16:53:47 -04:00
Paul Romano
50aa7be701 Make sure ABCs come from collections.abc 2018-10-18 05:54:36 -05:00
Paul Romano
5b35714783 Change pandas.DataFrame.as_matrix() -> .values 2018-10-18 05:44:26 -05:00
Paul Romano
dbe2294c04 Support from_hdf5 for older format neutron files without redundant 2018-10-17 20:14:09 -05:00
Paul Romano
6847340f3b Remove references to compact fission energy release library (removed in #1032) 2018-09-26 10:22:57 -05:00
amandalund
3ea5d09e12 Don't assign MT=18 photon production to partial fission MTs 2018-09-13 16:14:13 -05:00
amandalund
d02d565aaf One more fix for HDF5 version compatibility 2018-09-13 11:44:47 -05:00
amandalund
6280cb45c3 Fix photon HDF5 library to be compatible with earlier version 2018-09-13 11:40:05 -05:00
amandalund
973016c2d8 Address @paulromano comments in #1068 2018-09-13 11:27:40 -05:00
Paul Romano
dfd7bb9437 Rename summed -> redundant to make ENDF language 2018-09-13 08:06:13 -05:00
amandalund
9d335ec918 Don't duplicate fission cross sections in photon production summed reactions; update nndc data link 2018-09-12 00:04:24 -05:00
amandalund
6db62984d7 Clean up 2018-08-30 11:39:12 -05:00
amandalund
74a7a6b361 Merge branch 'develop' into photon-production-fix 2018-08-27 09:07:35 -05:00
Sterling Harper
b941d3aaa4
Merge pull request #1052 from paulromano/from-xml
Add from_xml() classmethods on Geometry and Materials
2018-08-24 14:21:47 -04:00
amandalund
bad7851822 Account for photon production of summed reactions 2018-08-23 16:29:40 -05:00
Paul Romano
fbf7713a33 Split up Geometry.from_xml, rename clean_xml -> _xml 2018-08-21 07:47:29 -05:00
liangjg
968cd22e29 fixed np.dtype warnings 2018-08-18 21:25:06 -04:00
liangjg
63032ba40a update mutipole tests 2018-08-17 14:22:25 -04:00
jingang
3b8d1ffb4b update for new wmp library v1.0 - python api and docs 2018-08-15 22:40:42 -04:00
Sterling Harper
90cc31629a
Merge pull request #1032 from paulromano/endf8-fixes
Tabulated fission energy release
2018-08-07 09:44:51 -05:00
Paul Romano
95108ce311 Bump up test from 1 MeV -> 5 MeV for 458 bug 2018-08-06 22:01:54 -05:00
Paul Romano
9fa0ca2b06
Merge pull request #1023 from amandalund/photon-new
Photon Transport
2018-08-05 16:04:36 -05:00
Paul Romano
9d2f804ca0 Refactor how recoverable/prompt/total are calculated using sum_functions 2018-08-02 16:08:14 -05:00
Paul Romano
6e5849e1ed Support tabulated fission energy release. Remove compact library 2018-08-02 16:08:14 -05:00
Isaac Meyer
46e58ef4dd Added more tests for covariance module 2018-08-02 15:52:41 -05:00
Isaac Meyer
c6c47e1e68 Some name changes, removed redundandancies 2018-07-31 08:29:59 -05:00
Isaac Meyer
5918f5b4a4 remove unused variable 2018-07-27 11:15:07 -05:00
Isaac Meyer
28414ef283 Changed __copy__ method of ResonanceRange to mark parameters unprepared 2018-07-27 11:00:03 -05:00
Isaac Meyer
3626d8ead7 Condensed sampling method 2018-07-27 10:19:06 -05:00
Isaac Meyer
1bf5e7b2cb more changes to sampling 2018-07-25 09:49:58 -05:00
Isaac Meyer
78a411ebb7 Fix of sampling routine, change dataframe .as_matrix to .values 2018-07-25 09:41:54 -05:00
Isaac Meyer
e2a27f288b Restructured ResonanceCovarianceRange class to contain corresponding file2 data as an attribute 2018-07-23 15:02:10 -05:00
Isaac Meyer
5381ad46bc Style, changed sampling/subset methods to return new objects 2018-07-23 13:43:07 -05:00
Isaac Meyer
010acb8d1f added warning for sampling/reconstruction 2018-07-20 09:14:03 -05:00
Isaac Meyer
81a15a9cb2 Stopped loop from erroneously adding range for unresolved paramaters as previous range 2018-07-20 08:17:26 -05:00
Isaac Meyer
fde13a913b Style and change of __init__ methods 2018-07-19 14:56:35 -05:00
Isaac Meyer
d148c24056 Take advantage of np.random.multivariate size option for multiple samples 2018-07-19 14:21:46 -05:00
Isaac Meyer
e48521184b More reconstruction fixes 2018-07-19 13:22:27 -05:00
Isaac Meyer
c22b36e0c8 Style and changed sampling to produce ResonanceRange objects 2018-07-19 13:10:37 -05:00