Jonathan Shimwell
|
ee7b95245a
|
Static errors continuation (#2557)
Co-authored-by: Christina Cai <chrsitinacai48933@gmail.com>
Co-authored-by: christinacai123 <63215816+christinacai123@users.noreply.github.com>
|
2023-06-16 22:34:02 -05:00 |
|
Paul Romano
|
5a0b679df8
|
Don't use a fixed default seed for pack_spheres
|
2023-04-11 13:23:12 -05:00 |
|
Paul Romano
|
4943ae9307
|
Alphabetize import ordering (and use relative imports in a few places)
|
2020-04-06 15:16:09 -05:00 |
|
Paul Romano
|
945b80f8fd
|
Address most @pshriwise comments on #1538
|
2020-04-06 13:24:20 -05:00 |
|
Paul Romano
|
d5b54e8cb5
|
Consistent use of ABC instead of ABCMeta where possible
|
2020-04-01 14:13:05 -05:00 |
|
Paul Romano
|
3eb39c514f
|
Changes in model/triso.py from PullRequest Inc. review
|
2020-04-01 14:13:05 -05:00 |
|
rockfool
|
540a3ba66a
|
clean comment for outer_radius
|
2019-11-07 11:30:49 -05:00 |
|
rockfool
|
f75db76c70
|
address reviewers' comment on deepcopy and tests input
|
2019-11-07 10:31:57 -05:00 |
|
rockfool
|
ae5d8cf33b
|
change names for function and variables
|
2019-11-05 20:19:36 -05:00 |
|
rockfool
|
57cb1a37de
|
create deepcopy in triso model and remove the unnecessary sorted fucntion
|
2019-11-05 11:57:28 -05:00 |
|
Paul Romano
|
325f9fcf72
|
Use lower-case argument names for surfaces consistently
|
2019-03-08 11:25:26 -06:00 |
|
amandalund
|
9b00c61a03
|
Address @paulromano comments on #1121
|
2018-11-19 21:55:53 -06:00 |
|
amandalund
|
66fe2185f3
|
Update TRISO tests
|
2018-11-14 16:04:30 -06:00 |
|
amandalund
|
c443208e21
|
Generate sphere packing container from openmc.Region
|
2018-11-14 16:04:30 -06:00 |
|
amandalund
|
1107457a90
|
Separate functions for packing spheres and creating TRISOs
|
2018-11-14 16:04:30 -06:00 |
|
amandalund
|
8d6541951b
|
SphericalShellDomain extends SphericalDomain
|
2018-11-14 16:04:30 -06:00 |
|
amandalund
|
d0b1287b2e
|
Added spherical shell domain
|
2018-11-14 16:04:30 -06:00 |
|
amandalund
|
4a64e2a931
|
Address #991 comments; add comments; add stopping condition and warning on early convergence
|
2018-04-14 14:10:35 -05:00 |
|
amandalund
|
8838f14720
|
Added some more TRISO unit tests
|
2018-03-30 20:00:28 -05:00 |
|
amandalund
|
00cb914908
|
Add unit tests for TRISO
|
2018-03-26 17:14:26 -05:00 |
|
amandalund
|
98b6dc15a9
|
Fix that ensures TRISO particles are completely contained within the domain
|
2018-03-25 13:47:47 -05:00 |
|
Paul Romano
|
59861c9507
|
No need to call int(floor(...)) in Python 3
|
2018-02-06 07:35:45 -05:00 |
|
Paul Romano
|
d3d6dc87dc
|
Remove a few more __future__ imports. Use collections.abc
|
2018-02-05 23:14:30 -05:00 |
|
Paul Romano
|
deab4b3d33
|
Use empty-argument form of super()
|
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
|
68a01b8fc1
|
Explicitly use int(floor(...)) for Python 2 compatibility
|
2018-02-05 07:35:48 -06:00 |
|
Paul Romano
|
c3c9df6a85
|
Make Intersection and Union obey the mutable sequence protocol
|
2017-06-07 20:12:51 -05:00 |
|
Paul Romano
|
281091196c
|
Make sure == is used instead of 'is' in a few places
|
2017-05-08 08:36:35 -05: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 |
|