Commit graph

102 commits

Author SHA1 Message Date
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
tjlaboss
36e2ea6b8a Avoid instantiating a Mesh during class method 2018-05-23 11:51:26 -04:00
tjlaboss
7801761a70 Correct names of fixtures
`rlat2d` --> `rlat2`
`rlat3d` --> `rlat3`
2018-05-22 23:49:07 -04:00
tjlaboss
0da329e0ae Unit test for Mesh.from_rect_lattice() 2018-05-22 17:04:07 -04:00
Alex Lindsay
7c01594111 Add init methods (with order) for capi expansion filters 2018-05-22 08:12:49 -06:00
Alex Lindsay
609877e131 Give up on setter test for now. 2018-05-21 15:22:06 -06:00
Alex Lindsay
85e6eb9616 hitting out of bounds error in fortran 2018-05-21 15:22:06 -06:00
Paul Romano
e3f0bff0f0
Merge pull request #1007 from smharper/distrib_order
Swap RectLattice distribcell ordering
2018-05-19 15:38:10 -05:00
Sterling Harper
f223c2738f Swap RectLattice distribcell ordering 2018-05-16 18:17:23 -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
Adam G Nelson
044934f93d Implemented broaden_wmp_polynomials in C++ 2018-05-07 20:07:05 -04:00
Adam G Nelson
468126f8c4 Added in Zernike polynomials to C++ code 2018-05-06 20:14:54 -04:00
Adam G Nelson
feecf0134e Incorporated maxwell and watt_spectrum C++ code, tests pass 2018-05-06 11:28:05 -04:00
Adam G Nelson
b61c67a12c fixes per request of @paulromano: fixing test scratch files vice using .gitignore, minor typo in docs, and some otherwise small code cleanups 2018-05-01 19:17:21 -04:00
Adam G Nelson
15b6b1d4ee CPPized the Pn and Rn functions 2018-04-30 16:13:11 -04:00
Adam G Nelson
0e3194315a C++ized t_percentile 2018-04-30 15:41:20 -04:00
Adam G Nelson
7fb5449ca1 implemented python interface and tests of math.F90 2018-04-30 08:54:29 -04:00
Paul Romano
39554e4614 Allow tallies to be activated from C API (mostly for CMFD) 2018-04-18 15:54:04 -05:00
shikhar413
06161d1693
Merge pull request #993 from paulromano/capi-more
Add C API bindings for mesh creation
2018-04-18 10:14:07 -04:00
Paul Romano
a41580b3e7
Merge pull request #991 from amandalund/triso-fix
TRISO bug fix and unit tests
2018-04-16 10:25:25 -05:00
amandalund
4a64e2a931 Address #991 comments; add comments; add stopping condition and warning on early convergence 2018-04-14 14:10:35 -05:00
Paul Romano
c78d296bf6 Have openmc_next_batch return an actual error 2018-04-11 13:23:54 -05:00
Paul Romano
8a6c6d1398 Add C API bindings to create/modify meshes (and filters) 2018-04-11 13:23:54 -05:00
Paul Romano
78b993eda5 Change normalization of Zernike filter values 2018-04-04 22:59:15 -05:00
amandalund
8838f14720 Added some more TRISO unit tests 2018-03-30 20:00:28 -05:00
Paul Romano
f5137f7316 Add first moment test for expansion filters 2018-03-30 09:29:17 -05:00
Paul Romano
31ef72f2cd Introduce ExpansionFilter class and start adding filter tests 2018-03-29 14:08:06 -05:00
amandalund
00cb914908 Add unit tests for TRISO 2018-03-26 17:14:26 -05:00
Paul Romano
507c155560
Merge pull request #983 from smharper/wmp_cleanup
Clean up the multipole file format
2018-03-19 17:49:27 -05:00
Sterling Harper
efade329a8 Address #983 comments 2018-03-19 12:55:46 -04:00
Paul Romano
ac28407aa2 Don't have atomic_mass/atomic_weight return None for invalid 2018-03-15 11:02:07 -05:00
Paul Romano
23324fe24b Fix broken tests 2018-03-15 11:02:07 -05:00
Paul Romano
0508274a3d Add useful warnings for add_nuclide/add_element 2018-03-15 11:02:07 -05:00
Sterling Harper
b71ad222d0 Expand windowed multipole unit test 2018-03-13 22:05:59 -04:00
Paul Romano
efb264da60 Fix depletion chain unit test 2018-03-02 06:20:16 -06:00
Paul Romano
7ee08d5280 Add gnd_name function 2018-03-01 23:08:43 -06:00
Paul Romano
5993a59196 Address first round of comments on #976 2018-02-27 07:22:27 -06:00
Paul Romano
ab00421c0e Add test for Chain.from_endf. Remove tqdm dependence. 2018-02-23 11:37:55 -06:00
Paul Romano
7622a1a394 Add methods on Material to get mass (if volume specified) 2018-02-22 16:00:32 -06:00
Paul Romano
92697ec06e Introduce ResultsList class to replace scattered functions 2018-02-21 15:36:27 -06:00
Paul Romano
7ef5174274 Move test chain directly into test_deplete_chain 2018-02-21 10:50:18 -06:00
Paul Romano
d7f1904e41 Move simple chains into tests directory 2018-02-21 10:50:18 -06:00
Paul Romano
f3758e5330 Fix broken tests on Py3.4, 3.5 2018-02-20 09:30:50 -06:00
Paul Romano
236e7f8b9e Add format spec for depletion chain XML file 2018-02-20 00:05:53 -06:00
Paul Romano
c9f8daa0ab Fix in ReactionRates class. More documentation updates 2018-02-19 23:17:50 -06:00
Paul Romano
a9df0465f0 Start cleaning up documentation 2018-02-19 22:51:53 -06:00
Paul Romano
a460782691 Get rid of extra Settings class 2018-02-19 17:52:17 -06:00