Commit graph

3298 commits

Author SHA1 Message Date
Sam Shaner
4888662b9c fixed tally arithmetic to work with unique filters in both tally operands 2015-12-09 10:41:19 -05:00
Sam Shaner
b81fa69db3 added tallies.xml file to tally arithmetic test 2015-12-08 13:27:45 -05:00
Sam Shaner
b17a8e07e3 added test for tally arithmetic 2015-12-08 13:19:02 -05:00
Paul Romano
06f025dc36 Modify test_complex_cell to include a cell whose region specification includes
both the negative and positive half-space of a surface
2015-12-04 13:29:38 -06:00
Adam Nelson
d61e929dac Merged with upsream 2015-11-21 12:41:27 -05:00
Adam Nelson
ff4a4f1188 Merge pull request #500 from paulromano/cleanup
General clean-up and a few performance improvements
2015-11-21 07:40:17 -05:00
Sterling Harper
90e7bd8771 Merge remote-tracking branch 'upstream/develop' into diff_tally3 2015-11-19 20:17:31 -05:00
Adam Nelson
d6f71ff603 Revised existing MG tests to use my 1d problem since I had angular xs and tabular scattering kernels already generated; added tests for max_order and nuclidic data instead of macroscopic mgxs data. Fixed a bug related to doing the nuclidic data. 2015-11-18 20:47:54 -05:00
Adam Nelson
bd39cbe59e Fixed failing MPI case - didnt update MPI_BANK type for addition of group - and cleaned up travis log dump change 2015-11-18 04:52:38 -05:00
Adam Nelson
a093d6fde8 Added option tp print logfile for failing tests 2015-11-17 21:28:57 -05:00
Adam Nelson
da76c2c8ff Added test for MG tallying 2015-11-17 20:49:22 -05:00
Adam Nelson
9141e2a00f Updated testing harness and input_set for MG tests and added first MG test: test_mg_basic 2015-11-17 20:30:16 -05:00
Paul Romano
110ad16a8d Merge pull request #499 from wbinventor/mgxs-pandas-groups
Hotfix for group indices in MGXS Pandas DataFrames
2015-11-12 13:14:48 -06:00
Will Boyd
b3646f871b Removed test_track_output/results_test.dat and added to .gitignore 2015-11-12 13:29:37 -05:00
Will Boyd
3ff40987c0 Refactored MGXS.get_pandas_dataframe(...) group indices for energyout filters 2015-11-11 14:07:31 -05:00
Paul Romano
441fd4f00d Don't pre-compute kappa-fission cross sections.
This also fixes a bug in the kappa-fission score. Before, kappa-fission was
computed as Q*fission, but this was done before URR cross sections were
determined. Thus, if fission changed in calculate_urr_xs, this wasn't reflected
in the kappa-fission score. Now, since it is all done at tally-time, there is no
inconsistency.
2015-11-11 08:39:13 -06:00
Sam Shaner
cfae3d2c2c fixed output of inverse velocity test 2015-11-10 13:50:42 -05:00
Sam Shaner
92e2a16b01 fixed inverse velocity and delayed nu fission score tests 2015-11-10 11:50:17 -05:00
Sterling Harper
199d4af9c5 Add diff tally for keff---density or nuc. density 2015-11-08 17:24:16 -05:00
Will Boyd
64d152c0b6 Updated test suite with correct nu-scatter matrix results for openmc.mgxs module 2015-11-01 22:00:47 -05:00
Will Boyd
046f80c309 Updated test suite for new tally ordering in MGXS module 2015-10-28 12:24:38 -04:00
Will Boyd
4c18f5b826 Made MGXS subclasses call compute_xs from load_from_statepint 2015-10-28 11:42:19 -04:00
Will Boyd
3a33f25501 Merge remote-tracking branch 'upstream/develop' into mgxs 2015-10-27 17:52:43 -04:00
Will Boyd
e230ad3c8a Fixed merge conflict with develop 2015-10-26 00:11:37 -04:00
Sam Shaner
4900efecc2 Merge remote-tracking branch 'upstream/develop' into velocity-tally 2015-10-25 17:49:01 -04:00
Paul Romano
8adce7670b Merge pull request #368 from samuelshaner/delayed-tallies
Delayed nu fission score and delayed group filter
2015-10-25 16:45:25 -05:00
Will Boyd
5e5a423b32 Merge branch 'develop' into mgxs 2015-10-24 10:14:14 -04:00
Sam Shaner
8cb4f8163c Merge remote-tracking branch 'origin/delayed-tallies' into velocity-tally 2015-10-22 21:05:58 -04:00
Sam Shaner
deccc6a82d updated tests so input files are generated with openmc API 2015-10-22 21:00:45 -04:00
Sam Shaner
b13061b5c0 added inverse-velocity score and accompanying tests 2015-10-22 18:39:49 -04:00
Will Boyd
c8ec70946d Removed print debug statements from test suite 2015-10-21 08:31:05 -04:00
Will Boyd
b92aaf5d10 All sorting of materials/cells/universes is now done by ID in Python API 2015-10-21 00:28:41 -04:00
Sam Shaner
0b7ee32a88 fixed values id delayedgroup and delayed-nu-fission tests 2015-10-13 11:13:40 -04:00
Sam Shaner
62ed2f1e41 updatd score delayed nu fission test 2015-10-12 15:01:21 -04:00
Sam Shaner
4a6ac46d9a fixed merge conflicts with upstream develop 2015-10-12 14:17:40 -04:00
Will Boyd
9bc0e8e843 Made the GeometryFile.create_xml_file() clear the WRITTEN_IDS global dict 2015-10-12 11:11:15 -04:00
Will Boyd
3e436eb2d2 Added option to print the logfile for failing tests per @smharper recommendation 2015-10-12 10:17:33 -04:00
Will Boyd
178fb2bff5 Added tests for MGXS Library HDF5 export and energy group condensation 2015-10-11 02:46:27 -04:00
Will Boyd
bfdcc1eabd Now using all OrderedDicts in Python API for input reproducibility. Added tests for MGXS Library with/without nuclides 2015-10-11 02:07:29 -04:00
Paul Romano
8fdc5fbba1 Add test for quadric surface and fix bug in distance calculation.
Also remove reflective cone, cylinder, and sphere tests since they are covered
in the new test here.
2015-10-09 15:14:25 +07:00
Adam Nelson
01cf738f12 Addressed PR comments 2015-10-07 20:06:44 -04:00
Adam Nelson
d462a1717e Updating tests to ue new Python API test suite 2015-10-06 20:30:34 -04:00
Adam Nelson
eb00fa5582 Merging with upstream for pythonapi tests 2015-10-06 20:07:51 -04:00
Sam Shaner
66ee8358d6 added new line to end of test many scores results file 2015-10-05 10:12:04 -04:00
Sam Shaner
4c151d8a5c Merge remote-tracking branch 'upstream/develop' into delayed-tallies 2015-10-05 09:50:53 -04:00
Sam Shaner
a07300d53d added delayedgroup filter and delayed-nu-fission tests and updated relaxng schema 2015-10-05 09:50:44 -04:00
Adam Nelson
8e54e02752 Updates to code per @paulromano s comments 2015-10-05 05:08:29 -04:00
Paul Romano
1ad6602b5c Convert input_set to use region property and fix error in cell 2 2015-10-05 08:25:39 +07:00
Paul Romano
6e61de7515 Merge branch 'develop' into complex-cells
Conflicts:
	tests/test_filter_cell/geometry.xml
	tests/test_filter_cellborn/geometry.xml
	tests/test_filter_energy/geometry.xml
	tests/test_filter_energyout/geometry.xml
	tests/test_filter_group_transfer/geometry.xml
	tests/test_filter_material/geometry.xml
	tests/test_filter_universe/geometry.xml
	tests/test_score_MT/geometry.xml
	tests/test_score_absorption/geometry.xml
	tests/test_score_events/geometry.xml
	tests/test_score_fission/geometry.xml
	tests/test_score_flux/geometry.xml
	tests/test_score_flux_yn/geometry.xml
	tests/test_score_kappafission/geometry.xml
	tests/test_score_nufission/geometry.xml
	tests/test_score_nuscatter/geometry.xml
	tests/test_score_nuscatter_n/geometry.xml
	tests/test_score_nuscatter_pn/geometry.xml
	tests/test_score_nuscatter_yn/geometry.xml
	tests/test_score_scatter/geometry.xml
	tests/test_score_scatter_n/geometry.xml
	tests/test_score_scatter_pn/geometry.xml
	tests/test_score_scatter_yn/geometry.xml
	tests/test_score_total/geometry.xml
	tests/test_score_total_yn/geometry.xml
2015-10-05 08:04:20 +07:00
Paul Romano
82b2cda0f6 Merge pull request #469 from smharper/pyapi_tests
Tests built with Python API
2015-10-05 07:49:10 +07:00