Commit graph

525 commits

Author SHA1 Message Date
Paul Romano
bc09d1ef55 adding back files to be reviewed 2019-10-28 11:55:45 -05:00
Paul Romano
ae28233110 deleting all files to prepare for review 2019-10-28 11:48:19 -05:00
Paul Romano
c18f845712 Fix broken links in documentation 2019-10-04 09:33:20 -05:00
Paul Romano
33d7166aef Various fixes for building documentation (esp. latexpdf) 2019-09-04 10:35:55 -05:00
Paul Romano
3be192cd23 Update many of the Jupyter notebooks 2019-07-19 07:15:36 -05:00
Paul Romano
c0f90effcd Merge branch 'develop' into rotate-lattice 2019-06-18 06:17:33 -05:00
Paul Romano
5f001ee6b5 Add a short user's guide section on depletion 2019-06-14 22:22:38 -05:00
Sterling Harper
9ddd8b3067 Change Python Mesh class to RegularMesh 2019-06-07 08:51:09 -04:00
Paul Romano
1bdb92ff10 Add hexagonal lattice example notebook 2019-05-15 13:06:29 -05:00
guillaume
3cd88484a7 Speed up transport correction by having same tally order in scattering matrix tally and correction tally 2019-04-08 17:27:41 -04:00
Giud
55d9a5f33a
Update __init__.py 2019-03-17 23:22:20 -04:00
guillaume
ce1aca5d6f Fix indent, add citations 2019-03-17 21:47:15 -04:00
guillaume
707df81242 Address some of Paul's comments 2019-03-17 17:11:12 -04:00
guillaume
66f7b559e8 Add XMAS 172 and SHEM 361 pre-defined group structures 2019-03-14 12:29:22 -04:00
Jonathan Shimwell
109f10e893 changed docstring to include reference labels 2018-12-05 18:18:59 +00:00
Jonathan Shimwell
f19856c6bc corrected 1e6 MeV error 2018-12-05 16:22:10 +00:00
Jonathan Shimwell
75a499bbea removed 0 as lower energy group 2018-12-05 14:31:36 +00:00
Jonathan Shimwell
15b484f18e added new line at eof 2018-12-04 17:20:43 +00:00
Jonathan Shimwell
44921cb47f added activation energy group strucutures 2018-12-04 17:18:49 +00:00
Jonathan Shimwell
815dc97bad added 4 more group strucutres 2018-12-04 16:21:52 +00:00
johnnyliu27
dfedd5a618 Fix typo in the comment of processing transport correction 2018-11-26 18:21:58 -05:00
Will Boyd
82aeda6882 Now import numpy in openmc.mgxs to support GROUP_STRUCTURES module variable 2018-11-07 18:11:42 -05:00
Paul Romano
82f61a2a33 Get GROUP_STRUCTURES to show up in documentation 2018-11-07 07:36:08 -06:00
Will Boyd
a46aab8365 Made energy group structures a dict attached to the openmc.mgxs namespace; fixed typos for CASMO 70-group structure 2018-11-06 22:48:48 -05:00
Will Boyd
d92f13f66d Fixed grammar in docstring in EnergyGroups class 2018-10-30 19:09:42 -04:00
Will Boyd
6243868587 Added reference to CASMO-5 for factory method to generate common energy group structures 2018-10-30 18:41:48 -04:00
Will Boyd
9a4687f437 Removed f-string in new EnergyGroups.get_energy_groups static method since it is Python >=3.6 compatible only 2018-10-29 21:32:52 -04:00
Will Boyd
f52d2ac18c Added pre-defined CASMO energy group structures to openmx.mgxs module 2018-10-28 20:05:57 -04:00
Paul Romano
50aa7be701 Make sure ABCs come from collections.abc 2018-10-18 05:54:36 -05:00
Jan Malec
c0d7039d60 Workaround for the regression tests. 2018-10-14 04:36:30 +02:00
Adam G Nelson
45d9234fdf Fixing df.drop call using newer pandas syntax instead of backwards-compatible syntax 2018-05-05 11:15:11 -04:00
Adam G Nelson
cd300249f2 merging in the MGXS Expansion changes and fixing the correction when consistent is applied 2018-05-05 10:44:17 -04:00
Adam G Nelson
968c12deb5 Fixed consistent scatter matrix filter ordering so tests come out consistently and added a mgxs_library_correction and mgxs_library_histogram test 2018-05-05 09:24:21 -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
1d2ebb71f8 Implemented Expansion filters in to the MGXS classes and removed the old score-based expansions 2018-04-27 19:45:38 -04:00
Paul Romano
d41ac48467 Force all filters to have a .bins attribute that makes sense 2018-03-28 15:56:03 -05:00
Paul Romano
bd5b7afc2d Fix bug related to bin ordering for mesh filters 2018-03-16 13:47:01 -05:00
Paul Romano
8487915f2a Use ufloat for k_combined in statepoint 2018-03-15 11:02:07 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
deab4b3d33 Use empty-argument form of super() 2018-02-05 23:14:30 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Paul Romano
68a01b8fc1 Explicitly use int(floor(...)) for Python 2 compatibility 2018-02-05 07:35:48 -06:00
Sterling Harper
a149ef42a0
Merge pull request #946 from paulromano/eq-hash
Ensure mutable objects are not hashable
2017-12-20 01:51:12 -05:00
Paul Romano
e6b5803f70 Make filter_strides a property of Tally 2017-12-19 15:58:14 +07:00
Sterling Harper
0460d9a538 Allow optional 'latest' libver for HDF5 xs data 2017-12-17 19:48:08 -05:00
Sterling Harper
f754357aea Use 'earliest' libver in h5py for backwards-compat 2017-12-16 19:56:34 -05:00
Paul Romano
02b8f4ec09 Change names of openmc.capi classes. Hopefully fix RTD docs build. 2017-10-05 10:52:29 -05:00
Will Boyd
66c50ed59d Made fast summary primitive collections private 2017-05-04 14:58:30 -04:00
Will Boyd
d404624060 Merge branch 'openmoc-complex-regions' of github.com:wbinventor/openmc into openmoc-complex-regions 2017-05-02 15:41:04 -04:00
Will Boyd
a9f6a5314b Merge remote-tracking branch 'upstream/develop' into openmoc-complex-regions 2017-05-02 15:40:50 -04:00