Commit graph

6484 commits

Author SHA1 Message Date
Paul Romano
3b0c044974 A few small fixes in example notebooks 2017-05-10 13:16:13 -05:00
Will Boyd
fa32b036fc Merge pull request #876 from paulromano/assign-sab-fix
Fix assignment of S(a,b) tables
2017-05-10 13:51:18 -04:00
Paul Romano
71abc38d85 Apply resonance scattering treatment to all nuclides if none are specified 2017-05-10 11:23:37 -05:00
Paul Romano
790682df2f Fix assignment of S(a,b) tables 2017-05-08 17:15:46 -05:00
Will Boyd
4ab11c91bd Merge pull request #875 from paulromano/is-vs-equals
Make sure == is used instead of 'is' in a few places
2017-05-08 10:43:16 -04:00
Paul Romano
281091196c Make sure == is used instead of 'is' in a few places 2017-05-08 08:36:35 -05:00
Paul Romano
62a1393bec Merge branch 'develop' into release-0.9 2017-05-08 06:37:46 -05:00
Will Boyd
4faa419944 Merge pull request #874 from nelsonag/mgxslib_hotfix
Hotfix for MGXSLibrary import issue
2017-05-07 10:43:22 -04:00
Adam Nelson
ac156ba380 fixed MGXSLibrary.from_hdf5 issue 2017-05-07 04:32:37 -04:00
Paul Romano
f0816c9304 Define openmc.__version__ as recommended by PEP 396 2017-05-05 13:56:30 -05:00
Paul Romano
f7efc35220 Update publications list 2017-05-05 13:56:30 -05:00
Paul Romano
f5cc7994f7 Increment version number and add release notes 2017-05-05 13:56:30 -05:00
Adam Nelson
df0b28a50d Merge pull request #870 from paulromano/njoy
Creating nuclear data using NJOY
2017-05-05 14:53:49 -04:00
Paul Romano
14e4f119f3 Merge pull request #839 from wbinventor/openmoc-complex-regions
OpenMOC compatibility module now supports complex regions
2017-05-05 06:22:44 -05:00
Will Boyd
dff34503ad Removed fast_* properties 2017-05-04 21:40:01 -04:00
Will Boyd
66c50ed59d Made fast summary primitive collections private 2017-05-04 14:58:30 -04:00
Will Boyd
53d49dc808 Few small stylistic fixes per comments by @paulromano 2017-05-04 14:27:10 -04:00
Paul Romano
c1850bd926 Always calculating heating partials for MT=302,318,402 2017-05-03 11:23:35 -05:00
Paul Romano
cbf539dae3 Change thnmax for BROADR and only specify one sigz for PURR 2017-05-03 06:04:39 -05: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
Paul Romano
0f74f3e8f6 Add section in user's manual on generating library from ENDF files 2017-05-01 12:58:25 -05:00
Paul Romano
3cb8bb9a29 Update nuclear data notebook to show use of NJOY 2017-05-01 12:45:01 -05:00
Paul Romano
e143546662 Merge pull request #862 from smharper/filter_bin_ids
Allow objects in addition to ids in Filters
2017-04-30 15:33:48 -05:00
Paul Romano
1e315e7af3 Fix adding fission energy release 2017-04-28 06:42:29 -05:00
Paul Romano
31e5a9e081 Fix saving pendf in make_ace 2017-04-28 06:42:29 -05:00
Paul Romano
09ce720dc1 Add ThermalScattering.from_njoy 2017-04-28 06:42:26 -05:00
Paul Romano
d01f9d5576 Add initial version of IncidentNeutron.from_njoy 2017-04-26 14:59:58 -05:00
Paul Romano
cf18bbd8f8 Add original version of NJOY interface 2017-04-26 14:59:58 -05:00
Paul Romano
f0214f4c12 Merge branch 'improved-ares' into develop 2017-04-26 14:53:01 -05:00
Paul Romano
7491dc8fa5 Update resonance scattering test result 2017-04-26 14:45:35 -05:00
Will Boyd
1509b7573d Merge pull request #869 from samuelshaner/tally_align_fix
Tally alignment fix for swapping filters
2017-04-26 13:58:27 -04:00
Sam Shaner
4655aecde6 removed additional unnecessary modifications 2017-04-26 12:58:27 -04:00
Sam Shaner
d9825f18a2 removed unnecessary modifications 2017-04-26 12:57:11 -04:00
Sam Shaner
f275b71299 updated to only modify the _swap_filters method 2017-04-26 12:55:13 -04:00
Will Boyd
762c99b009 Merge pull request #867 from paulromano/mesh1d-bugfix
Make sure get_pandas_dataframe() works with 1D mesh filter
2017-04-26 11:12:30 -04:00
Paul Romano
fb9f7e2d42 Check for elastic scattering with isotropic mu.
This apparently happens for Sm150 in JEFF 3.2.
2017-04-25 15:56:20 -05:00
Sam Shaner
ad3043970d changed == to is 2017-04-25 16:55:10 -04:00
Sam Shaner
b212612657 fixed issue in tallies.py in making sure static copy of other filter gets updated and updated tests 2017-04-25 14:45:36 -04:00
Sam Shaner
61fab479e0 fixed bug for misaligned energy and energyout filters 2017-04-25 13:59:55 -04:00
Paul Romano
fa82543697 When 1 temp is available, revert to nearest temp on all processes 2017-04-25 12:34:19 -05:00
Sam Shaner
a59c167d34 added other_old to _swap_filter method 2017-04-25 09:58:47 -04:00
Sam Shaner
f02fbe5ab9 fixed tally alignment method in tallies.py 2017-04-25 09:55:49 -04:00
Paul Romano
066b73e037 Make sure get_pandas_dataframe() works with 1D mesh filter 2017-04-25 07:05:05 -05:00
Paul Romano
b72ca4e1b1 Merge pull request #866 from smharper/current_bugfix
Fix bug with SurfaceFilter bin ordering
2017-04-25 07:00:19 -05:00
Will Boyd
61157788cf Merge pull request #864 from smharper/tally_void_bugfix
Check for void materials in tracklength tallies
2017-04-22 15:59:51 -04:00
Sterling Harper
cd0af74a91 Fix bug with SurfaceFilter bin ordering 2017-04-21 22:54:45 -04:00
Paul Romano
cd8e63dc13 Merge pull request #863 from smharper/source_bugfix
Fix `fission` source sampling bug
2017-04-19 21:05:50 -05:00
Sterling Harper
9ce421b58b Merge remote-tracking branch 'upstream/develop' into tally_void_bugfix 2017-04-19 20:17:17 -04:00
Sterling Harper
4895402770 Check for void materials in tracklength tallies 2017-04-19 20:03:39 -04:00