Commit graph

96 commits

Author SHA1 Message Date
amandalund
c912cdce70 Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
amandalund
057cd9a92a Get rid of unnecessary stopping power related data 2018-06-26 11:43:28 -05:00
Paul Romano
5dc25569f2 Use latest HDF5 format for openmc-get-jeff-data 2018-03-19 10:40:45 -05:00
Paul Romano
4b002ef714 Update inputs in scripts 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
460452d4f7 Merge branch 'develop' into photon-alund 2018-03-11 13:10:00 -05:00
Paul Romano
81b859ad4f Get rid of example_run.py and example_plot.py 2018-02-21 10:50:09 -06:00
Paul Romano
82d6c34d27 Move make_chain.py to openmc-make-depletion-chain 2018-02-21 07:00:08 -06:00
Paul Romano
4e21e398c8 Move density_to_mat to example_geometry.py 2018-02-19 13:15:11 -06:00
Paul Romano
730623246f Rename results.h5 -> depletion_results.h5. Use /materials in HDF5 file 2018-02-14 15:36:00 -06:00
Paul Romano
939d47cffa Simplify OpenMCSettings class (can properly delegate to openmc.Settings) 2018-02-14 12:46:23 -06:00
Paul Romano
1ee27edc8c Rename DepletionChain -> Chain 2018-02-14 10:45:39 -06:00
Paul Romano
43147b70eb Change xml_write -> export_to_xml, xml_read -> from_xml for consistency 2018-02-14 10:17:30 -06:00
Paul Romano
ef99788ff4 Get rid of OpenMCSettings.openmc_call, which doesn't make sense anymore 2018-02-14 06:37:17 -06:00
Paul Romano
37f552a5dc Fix deplete imports 2018-02-13 15:08:05 -06:00
Paul Romano
f8764416d2 Copy OpenDeplete files from commit 2d804c227a 2018-02-13 15:08:05 -06:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Sterling Harper
c76e77f7f8 Use argparse choices for libver in xsgen scripts 2017-12-17 23:43:46 -05:00
Sterling Harper
0460d9a538 Allow optional 'latest' libver for HDF5 xs data 2017-12-17 19:48:08 -05:00
Paul Romano
970fc566a8 Merge branch 'develop' into photon-new 2017-11-11 14:28:38 -06: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
tjlaboss
7337d59e77 Addressed suggestions by @paulromano 2017-07-31 08:39:47 -06:00
tjlaboss
27870417ca Make use of openmc.data.neutron.get_metadata()
Changed _get_metadata() to a public function and
used it in openmc-update-inputs
2017-07-27 11:32:15 -06:00
tjlaboss
24f3dd6f55 Replace ZAID notation with human-readable 2017-07-25 15:51:24 -06:00
Paul Romano
cb0ebe62fb Improvements in scripts, remove append argument of DataLibrary.export_to_xml 2017-07-19 16:24:38 -05:00
Paul Romano
92d951e080 Some changes in data scripts 2017-07-19 11:54:56 -05:00
samuelshaner
dc71fa2915 fixed assorted issues with heating scores 2017-07-13 09:55:55 -04:00
samuelshaner
8da0636ab8 added particle filter and addressed PR comments 2017-07-13 09:32:02 -04:00
samuelshaner
10c4113e82 added sampling of electron and positron particle types 2017-07-03 23:00:57 -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
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
3e7bca49a8 Fix openmc-track-to-vtk and track test 2017-04-07 21:04:14 -05:00
Paul Romano
9d4363d931 Update scripts section, fix bugs in openmc-plot-mesh-tally 2017-04-03 22:03:23 -05:00
Paul Romano
8a2035a191 Start restructuring user's guide 2017-04-03 11:52:48 -05:00
Paul Romano
6f854d2dee Update openmc-voxel-to-silovtk 2017-03-19 21:41:54 -05:00
Paul Romano
05d7e81794 Update documentation for remaining file formats 2017-02-21 21:26:25 -06:00
Paul Romano
7a1b11b932 Automatically add isotopes for S(a,b) tables 2017-01-09 11:21:42 -06:00
Paul Romano
b1957d4785 Fix S(a,b) ZAID bugs in NNDC data when converting 2017-01-07 13:33:25 -06:00
Paul Romano
5edf1b3d27 Rework get_thermal_name a bit and update known thermal scattering materials 2017-01-07 13:33:25 -06:00
Adam Nelson
2455388315 Fixed array ordering of scattering matrix 2016-11-13 13:29:45 -05:00
Sam Shaner
b3b81cef4c Merge remote-tracking branch 'upstream/develop' into mg-mode-delayed 2016-10-19 13:37:08 -04:00
Paul Romano
0454e66a11 Merge branch 'develop' into scopatz-six 2016-10-18 23:01:03 -05:00
Sam Shaner
857593ad47 addressed most of comments from @nelsonag 2016-10-18 23:11:17 -04:00
tjlaboss
ef9a2b4193 Fixed the placement of a right parenthesis in xsdata path 2016-10-18 16:57:42 -04:00
Adam Nelson
b005aace7e Added a scatter_shape parameter to the library format and the ability to read/write it (but do nothing with it aside from check for the default value). Also converted back from is checks in the python for a string to ==, since is does not work for many cases 2016-10-15 11:33:00 -04:00
Paul Romano
5ab6160c2a Move fission Q file to openmc/data and make sure it's accessible from
openmc-get-nndc-data
2016-10-13 07:09:50 -05:00
Adam Nelson
1b6ffed0b2 Resolved @wbinventor comments 2016-10-10 16:10:39 -04:00
Adam Nelson
c446f10e5a Last @paulromano comment I held off on. Didnt update all mgxs h5 libraries yet as future comments from others will require I do that anyways. 2016-10-10 15:33:14 -04:00
Adam Nelson
a00a880b88 Forgot to include file 2016-10-10 15:20:03 -04:00
Adam Nelson
935d72af0d Resolution of @paulromano comments 2016-10-10 15:19:47 -04:00