Commit graph

2036 commits

Author SHA1 Message Date
amandalund
042c1f94de Add photon tests 2018-07-04 20:57:29 -05:00
amandalund
11516a8e5c Merge branch 'develop' into photon-new 2018-07-02 14:57:39 -05:00
amandalund
fabb798446 Merge branch 'develop' into photon-new 2018-06-28 20:51:16 -05:00
amandalund
c912cdce70 Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
Paul Romano
a4a87ee97d Two doc fixes 2018-06-27 07:26:12 -05:00
Paul Romano
ca0f415de4 Update recognized thermal scattering names with Lib80x names 2018-06-27 07:26:12 -05:00
amandalund
057cd9a92a Get rid of unnecessary stopping power related data 2018-06-26 11:43:28 -05:00
amandalund
492a4e950f Clean up 2018-06-25 13:20:23 -05:00
Adam G Nelson
b704480f9f Fixed python-side conversion of MGXS mesh to a lattice for input. 2018-06-19 07:03:54 -04:00
guillaume
9de6108ac0 BUG fix, indexing of nuclides in reactionrates arrays was being ignored + cleaned debugging lines + added plots to examples 2018-06-03 21:21:39 -04:00
guillaume
da49be46aa debugging rxn rates 2018-06-02 22:47:24 -04:00
guillaume
09a4475e38 fixed bugs when changing integrator at restart time 2018-06-02 16:33:24 -04:00
guillaume
a85db74b2b addressed paulromano's review, added support for restart in cecm integrator 2018-06-02 14:03:11 -04:00
guillaume
f25cdb93f2 renamed exit() to close() 2018-05-31 17:39:34 -04:00
guillaume
87aed7a0b0 addressed smharper's comments 2018-05-31 17:33:43 -04:00
guillaume
1f60a7fea6 more natural way of getting starting index for depletion restart 2018-05-30 16:28:25 -04:00
guillaume
d4ff02d2a2 first round of adapting tests 2018-05-30 13:39:04 -04:00
guillaume
8726744ef2 added support for changing power at beginning of restart without recomputing rates (no TH feedback) 2018-05-29 23:57:31 -04:00
guillaume
2b08112b91 getting volumes from last result 2018-05-29 22:56:47 -04:00
guillaume
f4968e1e03 updated comment 2018-05-29 22:39:17 -04:00
guillaume
d2bce45a31 cleaned a comment 2018-05-29 20:04:01 -04:00
guillaume
29222f69cf cleaner way to get initial time 2018-05-29 20:03:05 -04:00
guillaume
73d8b4a043 getting initial nuclide densities from depletion results for the burnable ones, from geometry for the non-burnable ones 2018-05-29 19:55:54 -04:00
guillaume
563e3436e4 getting initial nuclide densities from depletion results, other choice would be to update python densities, but depletion results are needed anyway 2018-05-29 19:09:38 -04:00
guillaume
cf85c2bb05 skipping first step if already ran, not checking if power is the same though 2018-05-29 18:03:37 -04:00
guillaume
1673b2983a added restart in predictor, working on skipping initial step if already ran 2018-05-29 17:45:31 -04:00
guillaume
51911bacb4 added transfer volumes function, changed titles in depletion example 2018-05-28 18:36:43 -04:00
Sterling Harper
ae8395e0e4
Merge pull request #1008 from tjlaboss/mesh_from_lattice
Create a Mesh from an existing lattice
2018-05-23 17:56:58 -04:00
Alex Lindsay
2e6b40cb1b Consistently check derived for sum and sum_sq in tallies. Closes #1010 2018-05-23 14:16:17 -06:00
tjlaboss
75dc4131dc Long live PEP8 2018-05-22 13:36:50 -04:00
Alex Lindsay
7c01594111 Add init methods (with order) for capi expansion filters 2018-05-22 08:12:49 -06:00
Alex Lindsay
85e6eb9616 hitting out of bounds error in fortran 2018-05-21 15:22:06 -06:00
Alex Lindsay
411fd288ea Expand C API, targeting FETs 2018-05-21 15:22:06 -06:00
tjlaboss
a47f3abbde New class method, Mesh.fromRectLattice() 2018-05-21 17:13:37 -04:00
Paul Romano
e3f0bff0f0
Merge pull request #1007 from smharper/distrib_order
Swap RectLattice distribcell ordering
2018-05-19 15:38:10 -05:00
Paul Romano
04441ca619
Merge pull request #1004 from nelsonag/cpp_math
Convert math.f90 to C++
2018-05-19 15:24:29 -05:00
Adam G Nelson
890a1b4f55 Moved math python api to point to the C++ and simplified the fortran methods 2018-05-18 19:07:34 -04:00
amandalund
0c997d9492 Generate Compton electrons; bug fixes 2018-05-18 10:46:37 -05:00
Adam G Nelson
38c13994bc Implementing comments from @paulromano, @smharper, and @giudgiud. A few remain open, will close in a day or two after some more GitHub discussion 2018-05-16 21:25:29 -04:00
Sterling Harper
f223c2738f Swap RectLattice distribcell ordering 2018-05-16 18:17:23 -04:00
Zhuoran Han
873523072d Split the lines for code format. 2018-05-16 15:43:10 -04:00
Zhuoran Han
4c5bdd4438 Checkvalue bug 2018-05-16 14:54:24 -04:00
Adam G Nelson
d7b20fb51e final preps for a PR 2018-05-13 19:21:36 -04:00
Adam G Nelson
a6e75c3509 Cleaned up the optional parameters interface of rotate_angle 2018-05-13 06:44:48 -04:00
Adam G Nelson
a73f633d24 Converted calc_rn and calc_pn to provide all values at once instead of only for the requested value of n. Also converted calc_pn to use the recursive definition of the legendre polys 2018-05-12 15:43:05 -04:00
Adam G Nelson
c65817a0d3 Merged with upstream MGXS Expansion changes and Zernike normalization change 2018-05-11 05:02:07 -04:00
Paul Romano
6fa9b02b4d
Merge pull request #1003 from lindsayad/consistent-norms
Use consistent normalization for Zernikes
2018-05-09 06:34:05 -05:00
Alex Lindsay
72d84bc286 Use consistent normalization for Zernikes. 2018-05-08 15:36:02 -06:00
Paul Romano
d5bc4dacae
Merge pull request #1001 from nelsonag/mgxs_expansion_with_tests
Incorporation of Expansion filters in to MGXS
2018-05-08 14:58:41 -05:00
Adam G Nelson
468126f8c4 Added in Zernike polynomials to C++ code 2018-05-06 20:14:54 -04:00