Commit graph

659 commits

Author SHA1 Message Date
Paul Romano
e3d6189cfa Make sure Decay.half_life is set, even for stable nuclides 2018-02-26 22:12:14 -06:00
Isaac Meyer
c298f2ede8 Merge remote-tracking branch 'remotes/upstream/develop' into develop 2018-02-23 16:39:52 -05: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
Isaac Meyer
c27aeb3b22 fixed an issue causing LCOMP=2 to fail 2018-02-07 18:35:04 -05:00
Isaac Meyer
8687875fcb Merge remote-tracking branch 'upstream/develop' into develop 2018-02-06 18:50:44 -05:00
Isaac Meyer
27b6abee2d Added capability for LCOMP=0 2018-02-06 18:45:19 -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
Isaac Meyer
b6082acc59 Added some capability for LCOMP=2 format 2018-02-01 18:55:33 -05:00
Isaac Meyer
8bd02e7890 Limited functionality for MLBW/SLBW covariances 2018-01-30 14:04:25 -05:00
Isaac Meyer
468f48cbad Merge remote-tracking branch 'upstream/develop' into develop 2018-01-18 12:56:02 -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
Isaac Meyer
f741c210dd limited functionality for RM covariance only 2017-12-15 13:03:45 -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
amandalund
63bf5f5773 Address #9 comments 2017-10-10 19:19:02 -05:00
amandalund
2303ca35df Added script for generating HDF5 stopping power data; Added bremsstrahlung DCS data from Seltzer and Berger and functionality to convert to HDF5 2017-10-06 11:58:11 -05:00
liangjg
18f7ae3a46 address @Paul's comments
write NJOY input into file rather than printing on screen
_ACE_TEMPLATE -> _TEMPLATE
2017-08-02 11:08:33 -04:00
liangjg
3f1416a17c add argument to support printing NJOY input commands 2017-08-01 09:55:32 -04:00
liangjg
ac4b8d752a allow to omit specific modules in generating data from njoy
added several arguments for the modules
2017-07-31 22:48:56 -04:00
liangjg
8bb990b65a remove the argument "error" out of "from_njoy" function 2017-07-31 21:51:11 -04:00
liangjg
7988bad6da made error tolerance a parameter for generating data from njoy 2017-07-28 12:00:27 -04:00
liangjg
35d24a955d skip adding 0K elastic xs if it already exists 2017-07-28 10:08:37 -04:00
Paul Romano
698cb09682 Merge branch 'c-api' into photon-new 2017-07-20 06:48:54 -05:00
Paul Romano
cb0ebe62fb Improvements in scripts, remove append argument of DataLibrary.export_to_xml 2017-07-19 16:24:38 -05:00
samuelshaner
836a983609 fixed typo in library.py 2017-07-05 09:05:23 -04:00
samuelshaner
5da591d36a created script for adding photo data to cross_sections.xml and turned on photon transport 2017-07-03 17:01:46 -04:00
Paul Romano
2622489b3b Read photon cross sections at XML-read time, support particle type in source 2017-06-29 10:31:49 -05:00
Paul Romano
7d3ce61717 Ability to generate incident photon library with photoatomic, atomic relaxation,
and Compton profile data.
2017-06-29 09:59:08 -05:00
Paul Romano
b2213ff343 Set elastic type in ACER card 9 correctly 2017-06-19 11:12:08 -05:00