Commit graph

224 commits

Author SHA1 Message Date
amandalund
042c1f94de Add photon tests 2018-07-04 20:57:29 -05:00
amandalund
11516a8e5c Merge branch 'develop' into photon-new 2018-07-02 14:57:39 -05:00
amandalund
c912cdce70 Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
Paul Romano
ca0f415de4 Update recognized thermal scattering names with Lib80x names 2018-06-27 07:26:12 -05:00
amandalund
057cd9a92a Get rid of unnecessary stopping power related data 2018-06-26 11:43:28 -05:00
amandalund
492a4e950f Clean up 2018-06-25 13:20:23 -05:00
amandalund
0c997d9492 Generate Compton electrons; bug fixes 2018-05-18 10:46:37 -05:00
amandalund
b804181e60 Accurately simulate pair production 2018-04-26 18:44:39 -05:00
Paul Romano
c80379a488 Docfix for openmc.data.Library.get_by_material 2018-04-13 15:04:04 -05:00
amandalund
a0015bd747 In the process of updating bremsstrahlung CDF and PDF 2018-03-22 15:37:57 -05:00
Paul Romano
507c155560
Merge pull request #983 from smharper/wmp_cleanup
Clean up the multipole file format
2018-03-19 17:49:27 -05:00
Sterling Harper
efade329a8 Address #983 comments 2018-03-19 12:55:46 -04:00
Paul Romano
c83b890869 Use ufloat for stochastic volume results 2018-03-19 10:40:45 -05:00
Paul Romano
0bbdd412c9 Support atomic relaxation data and subshell xs from ACE 2018-03-15 11:07:37 -05:00
Paul Romano
4dade28630 Start adding support for reading photon data from ACE files 2018-03-15 11:07:37 -05:00
Paul Romano
dca39f87e2 Use gnd_name in _get_metadata 2018-03-15 11:02:07 -05:00
Paul Romano
ac28407aa2 Don't have atomic_mass/atomic_weight return None for invalid 2018-03-15 11:02:07 -05:00
Paul Romano
0508274a3d Add useful warnings for add_nuclide/add_element 2018-03-15 11:02:07 -05:00
Sterling Harper
ba15959728 Add WMP writing functionality to PyAPI 2018-03-13 21:36:00 -04:00
Sterling Harper
7bb066bc9a Infer WMP vales like num_l and fissionable 2018-03-13 17:15:58 -04:00
Paul Romano
460452d4f7 Merge branch 'develop' into photon-alund 2018-03-11 13:10:00 -05:00
Paul Romano
7ee08d5280 Add gnd_name function 2018-03-01 23:08:43 -06:00
Paul Romano
5993a59196 Address first round of comments on #976 2018-02-27 07:22:27 -06:00
Paul Romano
e3d6189cfa Make sure Decay.half_life is set, even for stable nuclides 2018-02-26 22:12:14 -06:00
Paul Romano
ab00421c0e Add test for Chain.from_endf. Remove tqdm dependence. 2018-02-23 11:37:55 -06:00
Paul Romano
7622a1a394 Add methods on Material to get mass (if volume specified) 2018-02-22 16:00:32 -06:00
amandalund
150bedcb50 TTB implementation fixes 2018-02-19 22:27:47 -06:00
Paul Romano
1ee27edc8c Rename DepletionChain -> Chain 2018-02-14 10:45:39 -06:00
Sterling Harper
d34bdf9b98 Address #967 comments 2018-02-11 18:39:06 -05:00
Sterling Harper
9c53c085d6 Change boric_acid to borated_water; add more units 2018-02-11 15:01:51 -05:00
Sterling Harper
bb4ac5a7b2 Add IAPWS water density data 2018-02-10 01:04:45 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
deab4b3d33 Use empty-argument form of super() 2018-02-05 23:14:30 -05:00
Paul Romano
1ccf6c3e5e Use tempfile.TemporaryDirectory() 2018-02-05 23:14:30 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
amandalund
62985f6198 Added cubic spline interpolation/integration; other fixes 2018-01-11 21:43:21 -06:00
Sterling Harper
d5eef5d9f0 Cleanup naming and a divide-by-zero for multipole 2018-01-11 22:19:44 -05:00
Paul Romano
4d3da2e5b1 Use itertools.chain in get_thermal_name 2018-01-11 06:22:07 -06:00
Paul Romano
9f7e5e85e7 Improve guessing in openmc.data.get_thermal_name 2018-01-09 06:22:55 -06:00
Paul Romano
530f33907b Raise CalledProcessError when NJOY fails. Py2 fix in laboratory.py 2018-01-09 06:22:55 -06:00
Paul Romano
6996bbde5c Improve coverage of openmc.data (decay, neutron, miscellaneous) 2018-01-09 06:22:55 -06:00
Paul Romano
2e5bfecdaf Add tests for openmc.data.thermal 2018-01-09 06:22:55 -06:00
Paul Romano
e94dd55b31 More unit tests for openmc.data and a few small fixes 2018-01-09 06:22:55 -06:00
Paul Romano
4e9ee6c2e2 Start adding unit tests for openmc.data 2018-01-09 06:22:55 -06:00
Sterling Harper
0460d9a538 Allow optional 'latest' libver for HDF5 xs data 2017-12-17 19:48:08 -05:00
Sterling Harper
f754357aea Use 'earliest' libver in h5py for backwards-compat 2017-12-16 19:56:34 -05:00
amandalund
a2b5cfb2d7 Merge branch 'photon-new' of github.com:paulromano/openmc into photon-new
Conflicts:
	src/global.F90
	src/photon_header.F90
2017-11-29 14:47:57 -05:00
amandalund
5a1c795436 Sample number of bremsstrahlung photons and photon energies 2017-11-15 12:22:40 -07:00
amandalund
ae6e90fb6e Implementing TTB 2017-11-15 10:18:49 -07:00
Paul Romano
970fc566a8 Merge branch 'develop' into photon-new 2017-11-11 14:28:38 -06:00