Commit graph

280 commits

Author SHA1 Message Date
Paul Romano
24f7048494 Update pincell python example 2020-03-13 13:18:43 -05:00
stevendargaville
9f64dd1a88 Modified the REL_MAX_LOST_PARTICLES const in particle.h to be a variable stored in settings that can be modified by the c/python/xml layers. 2020-02-11 13:37:26 +00:00
stevendargaville
516ac9e1d3 Modified the MAX_LOST_PARTICLES const in particle.h to be a variable stored in settings that can be modified by the c/python/xml layers. 2020-02-11 13:37:00 +00:00
Paul Romano
b534c947a5 Bug fix for reading output settings in Settings.from_xml 2020-02-09 21:57:49 -06:00
John Tramm
02470bc630 Incorporation of comments from code review. 2020-01-27 17:02:39 +00:00
John Tramm
51cec9db93 Running in event-based mode correctly, from what I can tell./ 2020-01-24 03:02:45 +00:00
John Tramm
05e39fb9e4 first pass on adding event_based and in_flight_particles as xml and python options. 2020-01-23 22:50:51 +00:00
Paul Romano
a35d51202c Add a settings flag to turn off/on delayed photon fission yield scaling 2020-01-13 14:46:26 -06:00
Paul Romano
4ed1d5f42f Allow default material cell offset generation to be turned off 2020-01-02 16:12:04 -06: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