Commit graph

9978 commits

Author SHA1 Message Date
Paul Romano
28b667ae1a
Merge pull request #1235 from GiudGiud/PR_cov_cpp
Add coverage of c++ source files using cpp-coveralls
2019-05-23 07:16:35 -05:00
dr.yuri
7059b56e79 one distance function 2019-05-23 12:29:19 +03:00
amandalund
2f09b7ca85 Fixed some univariate/multivariate from_xml_element issues and updated unit tests 2019-05-22 19:26:15 -06:00
Sterling Harper
3fc2c2f841
Merge pull request #1234 from matiaslavista/develop_clean
Moving special case of keff calculation (n<=3) to cpp side
2019-05-22 17:40:08 -04:00
lavistam
8fd5d76df3 Style 2019-05-22 15:17:46 -05:00
Giud
55b9db9c44
Update .travis.yml 2019-05-22 12:27:46 -04:00
Giud
8ce7a63a04
Update .travis.yml 2019-05-21 23:05:23 -04:00
lavistam
14a95b6373 Change in Calculating K-Eff from cpp side for cases of batches (n) <= 3 has changed. Therefore filter_distribcell, which ran batches of 1,1,3 and 1, has been updated to reflect the more accurate calcultion. sourcepoint_batches explanation: This test needed to be updated because statepoint files are written for 3 or fewer batches, which will change the k-eff result written in write_eigenvalue_hdf5 for those statepoint files. All other k-effective values are unaffected and the final result of the simulation is the same. 2019-05-21 13:14:50 -05:00
guillaume
e15dfb27ed Add coverage of cpp source files using cpp-coveralls 2019-05-20 18:07:16 -04:00
lavistam
5fbae7cab4 Moving special case of keff calculation (n<=3) to cpp side 2019-05-19 21:44:49 -05:00
Paul Romano
1bdb92ff10 Add hexagonal lattice example notebook 2019-05-15 13:06:29 -05:00
Paul Romano
cf4f3e93cb Remove lattice_mixed test (replaced by lattice_rotated) 2019-05-15 11:34:28 -05:00
Paul Romano
4cc90ad589 Add rotated lattice test 2019-05-15 11:34:25 -05:00
Paul Romano
3274c25969 Add ability to translate/rotate a cell filled with a lattice 2019-05-15 11:34:21 -05: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
amandalund
74c4b4936a Merge branch 'develop' into settings_from_xml 2019-05-09 09:28:43 -05:00
Paul Romano
b3b021f034
Merge pull request #1224 from aprilnovak/cell-get-temperature
Add openmc_cell_get_temperature method.
2019-05-08 14:29:37 -05:00
aprilnovak
3cb99504fc Unit tests for getting and setting cell temperature. Refs #1223 2019-05-08 09:02:49 -07:00
aprilnovak
18b225f14d Add openmc_cell_get_temperature method. Refs #1223 2019-05-07 16:05:21 -07:00
Patrick Shriwise
c41e6bf232
Merge pull request #1230 from paulromano/fix-pip-editable-again
Fix pip editable install on Travis CI (again...)
2019-05-07 12:45:46 -05:00
Paul Romano
2a2b7e9b3c Fix bug in Plot.__repr__ 2019-05-07 07:00:12 -05:00
Paul Romano
1086b6cada Remove --no-use-pep517 on pip install -e 2019-05-07 06:59:41 -05:00
Paul Romano
0813562d45
Merge pull request #1225 from pshriwise/pep517-ci-fix
Fix for latest pip version
2019-05-01 13:22:29 -05:00
amandalund
81674a1c2d A couple more fixes for mesh to/from XML 2019-05-01 12:20:46 -04:00
Patrick Shriwise
7d7d9b9f0d Fix for latest pip. 2019-04-30 23:47:25 -05:00
amandalund
c0ede1ec8d Add unit tests for settings.from_xml() and a few fixes 2019-04-30 19:44:00 -04:00
amandalund
489a03c648 Get value from either attribute or element when reading settings from XML 2019-04-25 20:07:53 -05:00
amandalund
7ca270bed4 Merge remote-tracking branch 'upstream/develop' into settings_from_xml 2019-04-24 11:09:14 -05:00
Paul Romano
7b6ec80acf
Merge pull request #1203 from liangjg/heat-photon
Photon heating tally
2019-04-23 07:40:44 -05:00
liangjg
21c693e473 update test cross section library for travis 2019-04-19 17:36:43 -04:00
liangjg
4d77f6fc94 Added a function to do interpolation for scalar input 2019-04-19 14:00:47 -04:00
Shikhar Kumar
8c354b0e60 Missing space 2019-04-19 00:56:09 -04:00
Shikhar Kumar
c253a0e6f8 Missing underscore 2019-04-18 23:01:22 -04:00
amandalund
8f48ecf7de Add method for generating settings from an XML file 2019-04-18 08:22:40 -05:00
Shikhar Kumar
5f1f37bd76 Add regression tests for cmfd restart, ref_d, rolling_window, expanding_window 2019-04-17 18:41:45 -04:00
Shikhar Kumar
61616eedde Merge remote-tracking branch 'upstream/develop' into cmfd-added-funcs 2019-04-17 16:00:09 -04:00
liangjg
f90e8dd3dc address @paulromano's comments 2019-04-17 14:11:55 -04:00
Jingang Liang
8ebca8b293
Merge pull request #1 from paulromano/heat-photon-speed
Use fixed-tolerance Gaussian quadrature for integrals
2019-04-17 12:46:49 -04:00
Paul Romano
435b21eecb Use fixed-tolerance Gaussian quadrature for integrals 2019-04-17 11:01:04 -05:00
Patrick Shriwise
5fe2fbfa42
Merge pull request #1219 from paulromano/neutron-fromhdf5-bugfix
Fix bug in IncidentNeutron.from_hdf5
2019-04-17 09:27:14 -05:00
Jingang Liang
ef22850208
Merge pull request #1215 from paulromano/glibc228-fixes
Model changes to get regression tests to pass on Ubuntu 18.10
2019-04-16 10:06:30 -04:00
Paul Romano
b4a6d796d5 Add two papers to publication list 2019-04-16 07:25:29 -05:00
liangjg
acc69ea6cb updated tests to include photon heating 2019-04-12 20:38:36 -04:00
Paul Romano
6eb35341a5 Fix bug re: first nuclide with zero density 2019-04-12 06:56:33 -05:00
liangjg
1969767c91 fix formula 2019-04-11 16:20:28 -04:00
Shikhar Kumar
f6bb00dc45 Add descriptions for new functions in cmfd CMFDRun class 2019-04-11 16:13:19 -04:00
Sterling Harper
02a281889b
Merge pull request #1213 from paulromano/fast-float-endf
Speed up reading floating-point numbers from ENDF
2019-04-11 15:05:48 -04:00
liangjg
c3e27cf24a Merge branch 'develop' into heat-photon 2019-04-11 14:40:44 -04:00
liangjg
39a38f9dca update document for photon heating 2019-04-11 14:14:05 -04:00