Commit graph

23 commits

Author SHA1 Message Date
Paul Romano
281091196c Make sure == is used instead of 'is' in a few places 2017-05-08 08:36:35 -05:00
Paul Romano
7156d7cd98 Respond to @nelsonag comments on #852 2017-04-08 15:48:20 -05:00
Paul Romano
44949016b5 Use del a[:] instead of a.clear() for lists (latter doesn't work in Py2) 2017-04-07 21:04:14 -05:00
Paul Romano
1099d8bd9d Use StatePoint context manager for keff search 2017-04-07 21:04:14 -05:00
Paul Romano
fc0c907030 Add openmc.examples module that replaces input_set.py from tests 2017-04-07 21:04:10 -05:00
Adam Nelson
b63e1133f9 Updated per @paulromano comments 2017-03-20 21:10:04 -04:00
Adam Nelson
2d848401c1 Added docstrings to model methods 2017-03-19 17:44:56 -04:00
Adam Nelson
4b7a7e900b Moved the ModelContainer to models.Model, and allowed for brackets and choices on the solver methods 2017-03-18 20:53:59 -04:00
Paul Romano
de009f4c34 Use six.add_metaclass to be compatible with Python 2 and 3 2016-10-06 21:55:12 -05:00
amandalund
4631c5c7df is not -> != 2016-08-29 14:27:53 -05:00
amandalund
ce6b893dd4 Changed flag marking removed rods to integer to fix unorderable type error 2016-08-29 14:24:52 -05:00
amandalund
813efa3b66 Address #706 comments 2016-08-29 10:45:34 -05:00
amandalund
56f85323b8 Make sure input parameters are native Python types 2016-08-26 17:13:09 -05:00
amandalund
19eca29642 Address #706 comments 2016-08-26 16:19:12 -05:00
amandalund
6d82c7b48b Address #706 comments 2016-08-26 12:08:13 -05:00
amandalund
50042b4fe3 Added domain classes; Moved packing algorithms into separate functions 2016-08-25 22:39:40 -05:00
amandalund
a13d5a2748 Address #706 comments 2016-08-18 10:54:02 -05:00
amandalund
760168a82e Address #706 comments 2016-08-17 16:21:10 -05:00
amandalund
f3cfc181f4 Add packing function for TRISO particles 2016-08-16 20:14:34 -05:00
Paul Romano
14aaaa6bb8 Make TRISO a special kind of openmc.Cell 2016-06-08 19:47:05 -05:00
Paul Romano
69f2bc10a8 Warn user if TRISO particle is placed outside of lattice 2016-06-07 20:08:54 -05:00
Sterling Harper
55e1ebff2d Use multiple universes for TRISOs 2016-06-07 20:05:24 -05:00
Paul Romano
07ef67fee0 Initial TRISO modeling capabilities 2016-06-01 10:19:28 -05:00