Commit graph

1408 commits

Author SHA1 Message Date
Sam Shaner
3dd1292111 fixed syntax error in documentation 2015-10-16 08:45:31 -04:00
Will Boyd
4847cbd38d Added a new openmc.mgxs.Library.get_subdomain_avg_library(...) routine 2015-10-15 22:07:54 -04:00
Will Boyd
26a51943e5 Added Library.correction attribute with default P0 setting 2015-10-13 01:07:25 -04:00
Will Boyd
23f64bf330 MGXS and Library classes now accept tally triggers 2015-10-13 00:59:41 -04:00
Will Boyd
ebe8ac3902 Updated IPython Notebook examples to use new Python API Region abstraction 2015-10-12 23:56:13 -04:00
Sam Shaner
4a6ac46d9a fixed merge conflicts with upstream develop 2015-10-12 14:17:40 -04:00
Sam Shaner
c82f6946f4 removed macroscopic delayed nu fission cross section 2015-10-12 14:06:20 -04:00
Will Boyd
c984ffd8c0 Added resturctured text files for openmc.mgxs documentation 2015-10-11 11:18:52 -04:00
Will Boyd
769ff64107 Fixed bug in statepoint instance attribute for openmc.mgxs.Library 2015-10-10 18:08:47 -04:00
Will Boyd
8e536f8095 The MGXS Library.build_hdf5_store(...) can now export by nuclide and subdomain 2015-10-09 20:29:09 -04:00
Will Boyd
a508c3b420 Added docstrings to MGXS Library object 2015-10-09 16:07:42 -04:00
Paul Romano
d61424218f Clarify geometry methods documentation 2015-10-09 15:22:50 +07:00
Will Boyd
3b9c61a6d8 No longer using deprecated NumPy elementwise comparison for MGXS.get_condensed_xs(...) routine 2015-10-09 00:47:06 -04:00
Will Boyd
32f67d3d0a Implemented new openmc.mgxs.Library class 2015-10-09 00:15:09 -04:00
Paul Romano
c4fd2855e6 Add support for general quadric surfaces 2015-10-09 09:20:15 +07:00
Will Boyd
41a9ede627 Implemented new static factory MGXS.get_mgxs(...) method 2015-10-08 19:58:39 -04:00
Will Boyd
3445b4acee Renamed MultiGroupXS as MGXS 2015-10-08 19:26:16 -04:00
Will Boyd
a83de39efb Now using Python ternary operator to shorten StatePoint property getters 2015-10-08 16:36:00 -04:00
Will Boyd
1e63829dfd Revised EnergyGroups class per comments from @paulromano 2015-10-08 16:04:23 -04:00
Will Boyd
54f40eed32 Moved Python builtin routines to beginning of each Python API class 2015-10-08 14:23:19 -04:00
Will Boyd
5e732f99a0 Fixed merge conflicts and a bug in Tally.add_score(...) 2015-10-08 13:50:48 -04:00
Paul Romano
3ffc466083 Fix documentation of mu, energy, energyout filters 2015-10-08 11:02:51 +07:00
Adam Nelson
01cf738f12 Addressed PR comments 2015-10-07 20:06:44 -04:00
Adam Nelson
eb00fa5582 Merging with upstream for pythonapi tests 2015-10-06 20:07:51 -04:00
Will Boyd
c4b14a5ef8 Merge branch 'mgxs' into iso-lab 2015-10-06 13:11:57 -04:00
Sam Shaner
4c151d8a5c Merge remote-tracking branch 'upstream/develop' into delayed-tallies 2015-10-05 09:50:53 -04:00
Adam Nelson
8e54e02752 Updates to code per @paulromano s comments 2015-10-05 05:08:29 -04:00
Sam Shaner
55c599d21b clean up delayed group tallies and added documentation 2015-10-04 11:08:30 -04:00
Paul Romano
3ca7279bd8 Merge branch 'develop' into complex-cells
Conflicts:
	openmc/opencg_compatible.py
	openmc/surface.py
2015-10-04 10:22:48 +07:00
Will Boyd
bcf6428a57 Removed Excel file created by MGXS IPython Notebook from git tracking 2015-10-03 13:09:55 -04:00
Will Boyd
9451b374ab Updated .gitignore with MGXS IPython Notebook-generated files, re-ran other Notebook examples to update documentation 2015-10-03 13:06:28 -04:00
Will Boyd
eb96e9dbdc Updated Python API MultiGroupXS.load_from_statepoint(...) to properly handle tally slicing of distribcell tallies 2015-10-03 13:00:51 -04:00
Will Boyd
a0d1c3b7c5 Adding multi-group cross section generation IPython Notebook 2015-10-03 12:41:07 -04:00
Will Boyd
54145a1be0 Corrected tally slicing for Python API MultiGroupXS 2015-10-03 11:40:52 -04:00
Will Boyd
d58e902784 Corrected tally slicing for Python API MultiGroupXS 2015-10-03 11:40:11 -04:00
Will Boyd
40f893e6d0 Updated docstrings for MultiGroupXS subclasses in Python API 2015-10-03 02:57:06 -04:00
Will Boyd
352c0e919f Updated docstring for Tally.diagonalize_filter(...) routine 2015-10-03 01:45:51 -04:00
Will Boyd
dd50063e87 Removed unused Tally.tile_filter(...) routine 2015-10-03 01:08:37 -04:00
Will Boyd
5ee352bc95 Removed IPython Notebook example XML files 2015-10-03 01:05:14 -04:00
Will Boyd
0eee99ee20 Added docstring for Tally.swap_filter(...) routine 2015-10-03 01:04:42 -04:00
Will Boyd
9c9eb446a1 Cleaning up docstrings for new tally arithmetic routines in tallies.py 2015-10-03 00:48:14 -04:00
Will Boyd
67971b5c60 Cleaned up docstring comments in filter.py and cross.py 2015-10-03 00:04:01 -04:00
Paul Romano
b9024f2d8e Update example inputs and Jupyter notebooks 2015-10-03 09:55:58 +07:00
Paul Romano
71dfde8d12 Adopt shorthand notation for half-spaces and regions in Python API
Surfaces now have __neg__ and __pos__ operators, and regions have __and__,
__or__, and __invert__. This makes the syntax for complex regions much less
bulky.
2015-10-03 09:26:50 +07:00
Will Boyd
b59eacedeb Fixed merge conflicts with develop 2015-10-02 17:49:05 -04:00
Adam Nelson
f53ae0baf6 Merge remote-tracking branch 'upstream/develop' into scatt_bins 2015-09-29 05:14:03 -04:00
Paul Romano
463991ce86 Update Jupyter notebooks in documentation 2015-09-28 17:01:33 +07:00
Paul Romano
6beee729cb Update summary file format changing surfaces -> region 2015-09-28 15:55:02 +07:00
Paul Romano
b92198ebc6 Update user's guide documentation with description of region 2015-09-28 11:57:27 +07:00
Kelly Rowland
bb155e2128 fix Shannon Entropy PDF link 2015-09-26 22:02:07 -07:00