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
Adam Nelson
c1630a02db
merged w/ upstream
2015-09-26 11:39:18 -04:00
Will Boyd
af6c1412bb
Merge pull request #454 from paulromano/output-improvements
...
More improvements to HDF5 interface and Python API
2015-09-25 10:10:11 -04:00
Paul Romano
47abbed148
Use surface type names consistently in XML input and Python API.
2015-09-25 20:38:50 +07:00
Paul Romano
3d2fe2a0ef
Few minor fixes for #454 . Mesh ID is no longer written for statepoint.
2015-09-25 20:34:39 +07:00
Paul Romano
f3f6753820
Respond to remaining comments from @wbinventor on #454
2015-09-25 14:43:32 +07:00
Paul Romano
81fa63886b
Get rid of total_score_bins and total_filter_bins datasets in summary.
2015-09-25 10:59:58 +07:00
Paul Romano
9bc3b3358c
Got rid of maps, offset_size, translated, and rotated datasets.
2015-09-25 10:53:36 +07:00
Paul Romano
759f96c9e0
Complete documentation of summary file format, including suggestions from
...
@wbinventor.
2015-09-25 10:40:50 +07:00
Paul Romano
23427ceccd
Get rid of n_nuclides dataset in summary/statepoint
2015-09-21 11:43:29 +07:00
Paul Romano
397d5fe269
Update file format documentation. Use score_bins instead of scores.
2015-09-21 11:34:03 +07:00
Paul Romano
7d7f9463b2
Fix typo in documentation
2015-09-21 10:57:19 +07:00
Paul Romano
1453ec18bd
Added short section on DBRC in documentation. Closes #433 .
2015-09-21 10:48:25 +07:00
Paul Romano
75e37efac3
Update Jupyter notebooks again.
2015-09-21 10:29:36 +07:00
Paul Romano
43fdeb41a1
Make sure std_dev is calculated if mean is negative. Don't set nuclides in
...
link_with_summary. Update pandas-dataframe notebook.
2015-09-21 10:01:26 +07:00
Paul Romano
bcbb8f6a3f
Merge branch 'develop' into output-improvements
...
Conflicts:
openmc/statepoint.py
2015-09-19 10:28:47 +07:00
Paul Romano
cb3d79a1af
Added summary file format in documentation. sab_names now array of strings.
2015-09-19 10:10:19 +07:00
Paul Romano
609c8c28ae
Updated troubleshooting guide.
2015-09-19 07:47:03 +07:00
Paul Romano
ce46f8b918
Fix documentation for openmc-validate-xml
2015-09-19 07:42:36 +07:00
Paul Romano
42032210fb
Added IPython notebook with post-processing examples.
...
Since the notebook shows an example of how to histogram relative errors from a
statepoint, we don't really need the openmc-statepoint-histogram utility, so
it's been deleted. The user's guide section on post processing has been updated
as well.
2015-09-19 07:38:33 +07:00
Sterling Harper
4ce7a5b615
Explain analog = collision for flux score in docs
2015-09-17 20:41:33 -04:00
Sterling Harper
333ce80340
Add collision estimator to docs
2015-09-17 15:50:47 -04:00
Paul Romano
3df61825cc
Make filetype a string in HDF5 files.
2015-09-17 13:12:04 +07:00
Paul Romano
3274cf3f6d
Use HDF5 format for voxel file rather than raw binary
2015-09-17 12:47:20 +07:00
Paul Romano
0b9aa2815b
Update Jupyter notebooks in documentation
2015-09-16 18:37:12 +07:00
Adam Nelson
9dd810e7b6
Merged w/ upstream
2015-09-16 07:21:02 -04:00