Commit graph

100 commits

Author SHA1 Message Date
Paul Romano
460452d4f7 Merge branch 'develop' into photon-alund 2018-03-11 13:10:00 -05:00
amandalund
150bedcb50 TTB implementation fixes 2018-02-19 22:27:47 -06:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
0aee52c5ab Remove deprecated methods 2018-02-05 23:14:30 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Paul Romano
bc4c7d9372 Add option in openmc.Settings for log_grid_bins (and remove DD) 2018-02-05 07:35:48 -06:00
Paul Romano
9aaa927222 Update Jupyter notebooks to remove use of openmc.Nuclide 2017-12-17 07:16:06 +07:00
Paul Romano
970fc566a8 Merge branch 'develop' into photon-new 2017-11-11 14:28:38 -06:00
Paul Romano
16cb9f8195 Fix potential mesh-related bugs 2017-08-24 14:57:55 -05:00
Paul Romano
523fb33bab Allow entropy mesh and UFS mesh to be specified using <mesh> elements 2017-08-24 14:57:55 -05:00
Paul Romano
58992b02c3 Fix writing of energy cutoff, few other issues 2017-07-20 08:11:14 -05:00
samuelshaner
8da0636ab8 added particle filter and addressed PR comments 2017-07-13 09:32:02 -04:00
Paul Romano
686362248b Set event_MT during photon transport, allow for photon energy cutoff 2017-06-29 11:44:03 -05:00
Paul Romano
6fec79d9c2 Add temperature range user option to load cross sections within a range of
temperatures.
2017-06-22 14:11:33 -05:00
Paul Romano
c39990accb Fix bug tallying individual reaction rates (e.g. n,gamma) with multipole on 2017-04-11 09:01:01 -05:00
Paul Romano
a7da8096f7 Keep working on documentation. Allow default source.
Also merge Settings.output_path into Settings.output
2017-04-03 22:03:19 -05:00
Paul Romano
cf7faabc82 Respond to comments from @smharper on #840 2017-03-27 07:46:31 -05:00
Paul Romano
474e11e876 Change how resonance scattering options are specified 2017-03-22 10:59:36 -05:00
Paul Romano
24c00acad4 Allow 0K elastic scattering to be added to IncidentNeutron from ENDF files 2017-03-21 14:40:51 -05:00
Adam Nelson
8f08529551 removed unneeded notebooks, allowed openmc.Settings.max_order to take a None parameter, and revised notebooks according to comments from @paulromano, @wbinventor and @smharper. 2017-03-09 09:20:42 -05:00
Paul Romano
c6210e8ca7 Add table listing verbosity levels in documentation. 2017-03-02 22:04:32 -06:00
Paul Romano
ffc3bbfd67 Allow plot, volume, and particle restart run modes directly 2017-02-17 09:59:21 -06:00
samuelshaner
1a7630083b updated tests and updated setting of nuclides and elements in example files 2016-12-15 21:06:12 +00:00
Paul Romano
5d06ea1d1b Specify Shannon entropy and UFS meshes using openmc.Mesh object 2016-12-14 06:58:45 -06:00
Paul Romano
38362b6796 Reorder attributes in Settings docstring 2016-12-14 06:58:45 -06:00
Paul Romano
f866af1b16 Rework statepoint and sourcepoint options for openmc.Settings 2016-12-14 06:58:45 -06:00
Paul Romano
357aa894c8 Get rid of WRITTEN_IDS global variable 2016-12-14 06:58:45 -06:00
Paul Romano
be470d2615 Get rid of self._*_file attributes 2016-12-14 06:56:38 -06:00
Paul Romano
6da9f16d29 Convert ACE data from MeV to eV 2016-10-31 14:46:47 -05:00
Sam Shaner
6b1ff61284 updated input files 2016-10-24 09:50:46 -04:00
Sam Shaner
716b6a92f5 removed element expansion in Fortran and added it to Python API 2016-10-23 16:11:18 -04:00
Paul Romano
0454e66a11 Merge branch 'develop' into scopatz-six 2016-10-18 23:01:03 -05:00
Adam Nelson
29c48ee23e Merge remote-tracking branch 'upstream/develop' into mg_th5 2016-10-15 10:05:21 -04:00
Adam Nelson
f697fb2038 Merge remote-tracking branch 'upstream/develop' into mg_th5 2016-10-13 19:37:45 -04:00
Qingming He
bc9b53ed27 support energy cutoff in Python API 2016-10-13 19:23:37 -04:00
Paul Romano
7e2d171803 Merge branch 'develop' into scopatz-six 2016-10-13 06:09:10 -05:00
Qingming He
f42a324143 support create_fission_neutrons option in Python API 2016-10-12 09:31:21 -04:00
Sterling Harper
b4df08ac33 Sort the output of temperature dictionary 2016-10-07 20:54:57 -04:00
Sterling Harper
63b9543fc9 use_windowed_multipole --> temperature_multipole 2016-10-07 14:19:17 -04:00
Sterling Harper
b68e3c12ac Stick multipole flag back in settings.temperature 2016-10-07 13:52:07 -04:00
Paul Romano
5a126d086e Use six.string_types instead of basestring 2016-10-06 21:55:12 -05:00
Adam Nelson
a52921e40a Updating with develop 2016-10-04 19:55:52 -04:00
Sterling Harper
49fb1ade00 Allow wmp to work with s(a, b) and URR interp 2016-10-02 15:59:57 -04:00
Paul Romano
fbcb15f8c5 Simplify usage of DataLibrary.register_file() 2016-09-23 06:26:33 -05:00
Adam Nelson
c5dc4fad3d Updating to resolve @samuelshaner comments 2016-09-19 20:44:06 -04:00
Adam Nelson
8d35923405 Merge remote-tracking branch 'upstream/develop' into mg_th5 2016-09-15 19:39:12 -04:00
Paul Romano
0fcc44bedb Fix specification of material temperature. Allow XML files to be exported to
non-default paths.
2016-09-13 23:16:10 +02:00
Adam Nelson
a235aa8cba Progressively fixing bugs, last one seems to be tabular representation doesnt produce correct results anymore 2016-09-09 20:39:05 -04:00
Adam Nelson
6cf7f7fa48 Revising with develop with its latest th5 merge 2016-09-08 05:17:30 -04:00
Adam Nelson
d96f6282fb Fixing final @smharper comments 2016-09-07 18:41:27 -04:00