Commit graph

123 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
Sterling Harper
6a22a246d8 Merge remote-tracking branch 'upstream/develop' into rect_mesh 2019-06-07 09:29:13 -04:00
Sterling Harper
9ddd8b3067 Change Python Mesh class to RegularMesh 2019-06-07 08:51:09 -04:00
amandalund
2f09b7ca85 Fixed some univariate/multivariate from_xml_element issues and updated unit tests 2019-05-22 19:26:15 -06:00
amandalund
81674a1c2d A couple more fixes for mesh to/from XML 2019-05-01 12:20:46 -04:00
amandalund
c0ede1ec8d Add unit tests for settings.from_xml() and a few fixes 2019-04-30 19:44:00 -04:00
amandalund
489a03c648 Get value from either attribute or element when reading settings from XML 2019-04-25 20:07:53 -05:00
amandalund
8f48ecf7de Add method for generating settings from an XML file 2019-04-18 08:22:40 -05:00
Paul Romano
49bf4523c3 Remove thread_id and n_threads global variables 2019-03-19 13:57:42 -05:00
Paul Romano
17d778e57f Allow export_to_xml methods to take a directory 2019-03-12 11:42:51 -05:00
Paul Romano
1563002ee9 Remove two references to weight correction method 2019-01-12 15:45:45 -06:00
Paul Romano
faa70b168f Remove weight correction method for resonance scattering, rename ARES -> RVS 2019-01-10 15:53:45 -06:00
Shikhar Kumar
ee9a6ab065 So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
Jingang Liang
a73b328ffd
Merge pull request #1118 from paulromano/data-updates
Allow WMP in cross_sections.xml, other data updates
2018-11-14 12:06:03 -05:00
Paul Romano
3246a9320e Remove option to specify multipole library outside of cross_sections.xml 2018-11-12 13:35:29 -06:00
Patrick Shriwise
4c3ae5ee33 Making the dagmc attribute strictly a boolean type. 2018-11-07 15:14:27 -06:00
Paul Romano
56fd4c4b62 Make sure <dagmc> gets written correctly in settings.xml 2018-10-31 09:31:31 -05:00
pshriwise
fd23ea2a8a Corrections to openmc settings module. 2018-09-26 22:30:10 -05:00
pshriwise
d32a8cf80e Adding dagmc to python settings module and XML/RELAX NG. 2018-09-25 22:53:47 -05:00
shriwise
89381b802b Reverting the settings.py file to get travis tests working. 2018-09-21 15:51:27 -04:00
shriwise
24f52cd3de Adding dagmc attribute to the settings class. 2018-09-21 15:51:27 -04:00
Paul Romano
fbf7713a33 Split up Geometry.from_xml, rename clean_xml -> _xml 2018-08-21 07:47:29 -05:00
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