Commit graph

60 commits

Author SHA1 Message Date
Paul Romano
bc09d1ef55 adding back files to be reviewed 2019-10-28 11:55:45 -05:00
Paul Romano
ae28233110 deleting all files to prepare for review 2019-10-28 11:48:19 -05:00
Paul Romano
60f17ea466 Make sure from_ace classmethods get correct type of ACE table 2019-09-25 12:36:47 -05:00
Paul Romano
5f001ee6b5 Add a short user's guide section on depletion 2019-06-14 22:22:38 -05:00
liangjg
f90e8dd3dc address @paulromano's comments 2019-04-17 14:11:55 -04:00
Paul Romano
435b21eecb Use fixed-tolerance Gaussian quadrature for integrals 2019-04-17 11:01:04 -05:00
liangjg
1969767c91 fix formula 2019-04-11 16:20:28 -04:00
liangjg
c3e27cf24a Merge branch 'develop' into heat-photon 2019-04-11 14:40:44 -04:00
liangjg
7536de5644 Account for fluorescent photons release in heating cross section computing 2019-04-10 13:46:44 -04:00
liangjg
5db6db53f1 fix photon heating generation from endf 2019-04-05 23:04:42 -04:00
liangjg
b7a0fc5187 Merge branch 'photon-analog' into heat-photon-kerma
Conflicts:
	openmc/data/photon.py
2019-03-29 15:41:47 -04:00
liangjg
f5cff7baef generate heating number 2019-03-28 16:58:46 -04:00
liangjg
0f248381d1 updated photon data test to check cross sections and data by from_hdf5() 2019-03-27 13:24:00 -07:00
liangjg
0898642164 dataset.value -> dataset[()] in photon.py 2019-03-27 11:11:33 -04:00
liangjg
8926a70bad fix style issues suggested by @paulromano 2019-03-27 10:44:37 -04:00
liangjg
7905b196c3 update _SUBSHELLS array 2019-03-27 10:41:39 -04:00
liangjg
fefb68a866 Add from_hdf5() in IncidentPhoton 2019-03-26 13:33:34 -04:00
liangjg
cdde6b55b3 generate photon heating number from ENDF 2019-03-26 12:56:22 -04:00
liangjg
dfdb074718 currently only the heating factors (not heating cross sections) can be extracted from ace as there is no 517 cross section in photoatomic library 2019-03-26 12:56:21 -04:00
liangjg
acf4b3616c fix photon reaction __repr__ 2019-03-26 12:56:20 -04:00
liangjg
21888e6cb5 adjust heating number when reading from ACE 2019-03-26 12:56:19 -04:00
liangjg
90c70f910a first result looks good 2019-03-26 12:56:19 -04:00
liangjg
4eee743ec5 added to_hdf5 in photon reaction to simplify export 2019-03-26 12:56:17 -04:00
liangjg
36641b1029 create from_hdf5 in photon reactions to simplify photon export 2019-03-26 12:56:17 -04:00
liangjg
0661082337 added to_hdf5 for atomic relaxation 2019-03-26 12:56:17 -04:00
liangjg
69e1a9d30d Add from_hdf5 for atomic relaxation data 2019-03-26 12:56:16 -04:00
liangjg
bb30f78b0d using pd.DataFrame to replace the strings 2019-03-26 12:56:16 -04:00
liangjg
4d80367ae4 from_hdf5 completed 2019-03-26 12:56:15 -04:00
liangjg
25d5a67fa1 read photon data from hdf5 2019-03-26 12:56:15 -04:00
liangjg
ce54673f1d include photon heating number in the library (from ACE) 2019-03-26 12:56:10 -04:00
amandalund
d1afac3605 Read in bremsstrahlung data in IncidentPhoton.from_ace 2019-03-11 11:33:38 -05:00
amandalund
49832db80b Calculate radiative and collision stopping power instead of using NIST ESTAR data 2019-03-03 17:40:57 -06:00
amandalund
e9eadd936d Add function to calculate the density effect correction 2019-03-03 17:40:57 -06:00
Paul Romano
ed91913778 Fix export of atomic relaxation transition data for pandas 0.24.0 2019-01-29 14:37:40 -06:00
Paul Romano
4ff0ccd83b Don't use redundant_reactions for IncidentNeutron anymore 2018-11-12 13:35:32 -06:00
Paul Romano
05e66155a2 Support pathlib in openmc.data 2018-11-06 09:01:37 -06: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
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
Paul Romano
dfd7bb9437 Rename summed -> redundant to make ENDF language 2018-09-13 08:06:13 -05:00
amandalund
e97115b443 Convert Compton profile binding energies to eV in IncidentPhoton.from_ace() 2018-07-18 15:57:53 -05:00
amandalund
d29923f6bf Address #1023 comments 2018-07-09 21:33:48 -05:00
amandalund
4ebeb737ab Address @paulromano comments in #1023 2018-07-05 23:25:42 -05:00
amandalund
042c1f94de Add photon tests 2018-07-04 20:57:29 -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
amandalund
a0015bd747 In the process of updating bremsstrahlung CDF and PDF 2018-03-22 15:37:57 -05:00