Commit graph

1672 commits

Author SHA1 Message Date
dr.yuri
d860266892 test lattice OX according to PEP8 2019-05-31 02:38:06 +03:00
dryuri92
0333c5d500
call function by ref 2019-05-30 22:10:07 +03:00
dryuri92
4e0c52a628
rename HexOrientation to Orientation 2019-05-30 22:06:36 +03:00
dryuri92
818a6c245b
Update constants.h 2019-05-30 11:02:42 +03:00
Paul Romano
11eb891e21 Add a LocalCoord::rotate method as suggested by @pshriwise 2019-05-29 15:09:12 -05:00
Sterling Harper
7f8e993e93 Implement rectilinear meshline plots 2019-05-29 15:48:58 -04:00
Sterling Harper
7a49a29f38 Refactor and fix RegularMesh meshline plots 2019-05-29 15:39:57 -04:00
Sterling Harper
a0d3d11328 Clean up RectilinearMesh implementation 2019-05-29 13:14:45 -04:00
Sterling Harper
f4ae14af39 Use RegularMesh* for entropy and ufs 2019-05-29 11:03:32 -04:00
Sterling Harper
c196405a34 Add RectilinearMesh Python class 2019-05-28 13:23:59 -04:00
Sterling Harper
e442f52102 Use enum for hex lattice orientation 2019-05-27 15:16:37 -04:00
Sterling Harper
f8690b87a0 Modify code to comply with the style guide 2019-05-27 14:59:05 -04:00
Sterling Harper
ce2bf83254 Start implementing RectilinearMesh 2019-05-24 11:14:35 -04:00
dr.yuri
7059b56e79 one distance function 2019-05-23 12:29:19 +03:00
Paul Romano
b2ad4d37dd Overload operator<< for Position 2019-05-14 08:47:57 -05:00
Paul Romano
73c4d97a37 Add Position::rotate method 2019-05-13 13:04:22 -05:00
aprilnovak
18b225f14d Add openmc_cell_get_temperature method. Refs #1223 2019-05-07 16:05:21 -07:00
liangjg
f90e8dd3dc address @paulromano's comments 2019-04-17 14:11:55 -04:00
liangjg
c3e27cf24a Merge branch 'develop' into heat-photon 2019-04-11 14:40:44 -04:00
liangjg
85b1af458a add to_element(), a function to convert nuclide name to element name 2019-04-11 13:59:11 -04:00
Shikhar Kumar
055842b5cb Only call statepoint_write from C API if cmfd_run 2019-04-11 12:38:36 -04:00
liangjg
57fcb078d3 refactoring 2019-04-11 12:14:18 -04:00
dr.yuri
d3e661e7da One possible decision of a conflict 2019-04-11 15:41:21 +03:00
dr.yuri
7813b284ad code was corrected,tabs were replaced by spaces, results for tallies test get from current version 2019-04-11 12:23:44 +03:00
liangjg
a795de2db5 save event nuclide rather than event element so that it is compatible with nuclide tally filters 2019-04-10 16:43:25 -04:00
dr.yuri
4b2bb55054 new hex first commit 2019-04-08 16:01:36 +03:00
Shikhar Kumar
196d24f0db Merge branch 'develop' into cmfd-added-funcs 2019-04-07 22:37:45 -04:00
Paul Romano
648194abf6
Merge pull request #1210 from smharper/geometry_partitioning
Speed up find_cell searches for geometries with many z-planes
2019-04-04 21:24:09 -05:00
liangjg
a034fb2e76 added a data member in particle to track # of secondary particles 2019-04-04 11:22:03 -04:00
Sterling Harper
d0a0d34b89 Address #1210 comments 2019-04-03 19:53:24 -04:00
Patrick Shriwise
63dd99c089 Addressing @smharper's comments. 2019-04-03 13:51:35 -05:00
Patrick Shriwise
7351773b29 Addressing comments from @paulromano. 2019-04-03 10:48:06 -05:00
liangjg
ba05630a08 Merge branch 'develop' into heat-photon-kerma 2019-04-02 10:17:50 -04:00
Patrick Shriwise
da9a876185 Some corrections to comments. Adding coincident to geometry header. 2019-04-01 17:23:23 -05:00
Sterling Harper
5d5b82f0ae Cleanup UniversePartitioner code 2019-03-31 12:29:18 -04:00
Sterling Harper
4b76c28a3b Optimize find_cell on universes with many z-planes 2019-03-31 10:55:26 -04:00
Paul Romano
cca544292a Isolate __builtin_unreachable to macro 2019-03-26 16:16:06 -05:00
Paul Romano
1d5242ede1 Fix a whole bunch of -Wall warnings 2019-03-26 14:11:47 -05:00
liangjg
7ae1b024ed do heating tallies for both neutron and photon 2019-03-26 12:56:13 -04:00
liangjg
0a18d85a13 read in photon heating number 2019-03-26 12:56:11 -04:00
Paul Romano
c60ecd7e8f Have distance_to_boundary return a struct 2019-03-21 07:43:42 -05:00
Paul Romano
0fbe024e11 Get rid of ERROR_INT and use 0 for "no surface" 2019-03-20 22:23:53 -05:00
Paul Romano
492d984525 Change name of work -> work_per_rank 2019-03-20 13:26:04 -05:00
Paul Romano
c049557c85 Get rid of MAX_SECONDARY constant 2019-03-19 14:38:24 -05:00
Paul Romano
279104cfed Move secondary bank outside of Particle class 2019-03-19 13:57:42 -05:00
Paul Romano
49bf4523c3 Remove thread_id and n_threads global variables 2019-03-19 13:57:42 -05:00
Paul Romano
d980b4a5ea Make secondary_bank_ a vector and improve interfaces 2019-03-19 13:57:42 -05:00
Paul Romano
86d187a0a7 Turn Particle.coord_ into a std::vector (remove MAX_COORD) 2019-03-19 13:56:45 -05:00
Paul Romano
52fc93e6e0 Rename cross section caches 2019-03-19 13:56:45 -05:00
Paul Romano
8a8b7b2c0a Move cross section caches into Particle class 2019-03-19 13:56:45 -05:00