Commit graph

3298 commits

Author SHA1 Message Date
Sam Shaner
a63203ab60 updated results for multipole test 2016-07-11 09:19:19 -06:00
Sam Shaner
4ca1b7de81 changed number of sig figs in testing harness from 12 to 10 2016-07-11 08:37:33 -06:00
Sam Shaner
7e3a8ba44e simplified testing_harness.py lines on setting output precision and updated tests 2016-07-11 08:10:11 -06:00
Sam Shaner
348503b55a changed precision of test results from 6 to 12 digits 2016-07-11 07:33:04 -06:00
Sam Shaner
aa401eb9e3 updated results for tallies test 2016-07-10 15:04:40 -06:00
Sam Shaner
bc5efa71c7 updated formatting for tally slice merge test 2016-07-10 15:01:24 -06:00
Sam Shaner
b1d05ee64a moved numpy scientific notation print requirements to testing harness 2016-07-10 14:50:56 -06:00
Sam Shaner
9d55caf5c0 fixed typo in tally slice merge test comment 2016-07-07 16:19:30 -04:00
Sam Shaner
a73e7529ab modified tally slice merge test to get slice of a mesh 2016-07-07 16:17:50 -04:00
samuel shaner
9757d0adf4 updated tally aggregation test results 2016-07-07 19:22:56 +00:00
samuel shaner
a0806be6f7 updated multipole test results 2016-07-07 19:21:41 +00:00
Sam Shaner
3b7026dcab updated failing tests due to change in the way mgxs values are printed 2016-07-07 14:30:45 -04:00
Sam Shaner
2815f1c977 forced numpy to print output in scientific notation 2016-07-07 14:03:39 -04:00
samuel shaner
b66b381def updated mgxs library hdf5 test results 2016-07-07 16:03:00 +00:00
Sam Shaner
f2b7709981 updated mgxs library hdf5 test results 2016-07-07 11:24:02 -04:00
samuel shaner
fd56f09367 updated mgxs library hdf5 test 2016-07-06 20:09:29 +00:00
samuel shaner
e479f4472d updated mgxs library hdf5 test 2016-07-06 19:58:40 +00:00
samuel shaner
7459f8e335 updated test_mgxs_library_hdf5 test results 2016-07-06 00:01:09 +00:00
Sam Shaner
04dafa1366 updated test_mgxs_library_hdf5 2016-07-05 19:15:30 -04:00
samuel shaner
1ec7ac26af updated mgxs and tallies test results 2016-07-05 19:30:21 +00:00
Sam Shaner
16dc3db6fa added prompt-nu-fission tally and reduced size of new MGXS types 2016-07-05 14:43:40 -04:00
samuel shaner
224d42d467 removed prompt-neutron-lifetime and add prompt-nu-fission 2016-07-04 22:02:50 +00:00
samuel shaner
c194d5abf5 updated mgxs tests 2016-07-04 21:33:33 +00:00
Sterling Harper
d97c7ea4b3 Add overlapping cells and universes to tally test 2016-07-01 16:32:25 -05:00
Sterling Harper
a8686acbe5 Fix tracklength mesh tallies
Unfortunately this required a bit of a hack. Since the filters do not know the
length of the tack, they need to get the old coordinates from p % last_xyz. But
p % last_xyz isn't updated at every event. Changing the tracking so p % last_xyz
is updated at every event results in CMFD SIGFPEs, so we need to keep the old
p % last_xyz as p % last_xyz_current
2016-06-30 14:10:22 -05:00
Paul Romano
348eb44b6f Make sure fixed source resample is reproducible for MPI runs 2016-06-29 18:51:26 +07:00
Paul Romano
40b05fe94e Ensure source bank is resampled at each generation for fixed source 2016-06-29 10:17:41 +07:00
Sterling Harper
2ea00d23b1 Merge remote-tracking branch 'upstream/develop' into multipole 2016-06-15 10:59:18 -05:00
Paul Romano
d30d010aea Merge pull request #673 from nelsonag/aniso
Set MG mode to convert Legendre-expanded anisotropic scattering data in to tabular data by default
2016-06-14 14:44:46 -05:00
Sterling Harper
3280d5465e Merge remote-tracking branch 'upstream/develop' into multipole 2016-06-09 13:32:26 -05:00
Sterling Harper
4706236837 Revert "Use ACE data over WMP data where possible"
This reverts commit 5a9dc63135.  This commit created too many issues with incorrectly sampling reactions.
2016-06-09 09:29:31 -05:00
Adam Nelson
dffb9858e8 Fixed per @paulromano comments 2016-06-08 19:38:44 -04:00
Sterling Harper
55e1ebff2d Use multiple universes for TRISOs 2016-06-07 20:05:24 -05:00
Adam Nelson
826d5a43d8 Switched tabular_legendre to have a default of true 2016-06-07 20:04:13 -04:00
Paul Romano
07ef67fee0 Initial TRISO modeling capabilities 2016-06-01 10:19:28 -05:00
Will Boyd
a787ea8818 Merge pull request #656 from paulromano/pyapi-geometry-improvements
Python API geometry enhancements
2016-05-31 10:31:40 -04:00
Paul Romano
2b219ae15f Refactor handling of cell fill types. Fix Geometry.get_* methods 2016-05-31 08:43:34 -05:00
Adam Nelson
a3ccb5c7cd Added all mgxs types to tally types for all mgxs library tests and also converted them (save for the distribcell tests) to use the pincell model. Also, this showed there was an error in my multiplicitymatrix class, but thats fixed now 2016-05-29 14:57:00 -04:00
Adam Nelson
3368d7aebe Converting test_mgxs_library_*_nuclides tests to use openmc.mgxs.MGXS_TYPES so the test always tests the latest list of Mgxs classes 2016-05-29 14:18:31 -04:00
Adam Nelson
56f2a0b2e6 Removed final few lines of superfluous code/comments 2016-05-29 14:12:47 -04:00
Adam Nelson
e201b898ed PEP8 compliance changes to the new test, testing_harness and input_set 2016-05-29 14:09:27 -04:00
Adam Nelson
117ca2e1b2 Left some superfluous code in there. removed now 2016-05-29 13:50:23 -04:00
Adam Nelson
326cf4f84c added pin cell input set and converted test_mgxs_library_ce_to_mg to use it. 2016-05-29 13:47:17 -04:00
Adam Nelson
2a786f090d Fixed failing test: not enough neutrons simulated so many cross sections were zero. Made OpenMC properly deal with that case and then added more neutrons to the test to make it a bit more useful 2016-05-29 13:18:32 -04:00
Adam Nelson
9ead31396e removed deletion of tallies.xml in new tests cleanup routine since its already deleted, and added printing of logfile so I can debug this test isue 2016-05-29 11:23:48 -04:00
Adam Nelson
61fb8194a5 Added a test which tests creating MGXS in CE mode and piping in to MG mode. 2016-05-29 10:42:20 -04:00
Adam Nelson
160d35a548 Adding all MGXS classes to test_mgxs_libary_*nuclides. The current other test_mgxs_library_* tests dont require it since the scores in place now exercise their respective routines on the base classes, so no reason to add to the total data generation and test time. Also clarified the results_true files for all test_mgxs_library tests which needed it by adding an endline after the dataframe string. 2016-05-29 09:59:42 -04:00
Paul Romano
e40a369693 Add geometry plotting capability and restructure lattice attributes 2016-05-27 09:53:07 -05:00
Adam Nelson
4f56453a16 Removed (n,1n) score from code, replaced with deprecation message 2016-05-26 18:43:49 -04:00
Adam Nelson
ccc7da1032 Removing transport score capability and replacing with error message to let users know of deprecation. Also removed that same error message for diffusion 2016-05-25 21:26:06 -04:00