Commit graph

393 commits

Author SHA1 Message Date
Paul Romano
40b05fe94e Ensure source bank is resampled at each generation for fixed source 2016-06-29 10:17:41 +07:00
Paul Romano
8a40d2fac8 Merge branch 'mg_docs' into develop 2016-06-22 11:03:33 +07:00
Adam Nelson
5651505918 Merge remote-tracking branch 'upstream/develop' into mg_docs 2016-06-15 19:36:49 -04:00
Adam Nelson
f828141b28 fixed references and a few typos 2016-06-15 14:43:45 -04:00
Adam Nelson
9924248d25 Merge branch 'develop' into mg_docs 2016-06-15 10:19:46 -04:00
Sterling Harper
3280d5465e Merge remote-tracking branch 'upstream/develop' into multipole 2016-06-09 13:32:26 -05:00
Adam Nelson
dffb9858e8 Fixed per @paulromano comments 2016-06-08 19:38:44 -04:00
Adam Nelson
826d5a43d8 Switched tabular_legendre to have a default of true 2016-06-07 20:04:13 -04:00
Will Boyd
908e5680a9 Merge pull request #669 from paulromano/mgxs-doc-improvement
Improve documentation of MGXS classes
2016-06-04 18:25:20 -04:00
Adam Nelson
97c2e3732d Whoops - tabular_legendres default value is False (leave as Legendre) as opposed to True (convert to Table) 2016-06-04 12:36:23 -04:00
Paul Romano
96351c9b1c Improve documentation of MGXS classes 2016-06-03 13:33:33 -05:00
Sterling Harper
af82534e8d Merge pull request #647 from paulromano/periodic
Add periodic boundary conditions
2016-05-25 12:42:43 -04:00
Paul Romano
5574028393 Update documentation and fix Relax NG schema 2016-05-25 10:33:47 -05:00
Paul Romano
63e355f5a0 Fix typo in documentation pointed out by @smharper 2016-05-25 10:09:02 -05:00
Paul Romano
48ac499d8a Respond to @smharper suggestions on #647 2016-05-24 16:33:47 -05:00
Sterling Harper
24ecc055ad Merge remote-tracking branch 'upstream/develop' into multipole 2016-05-19 13:39:25 -04:00
Adam Nelson
058ba68895 Merge branch 'develop' into mgxs_integration 2016-05-16 19:18:42 -04:00
Adam Nelson
071e8d3e30 Forgot universe_id=0 for root in example nb (fixed), resolved comments from @paulromano, and made sure the example problem worked still (it did, but I simplified it a bit since data doesnt need to be numpy arrays anymore. 2016-05-15 14:26:54 -04:00
Adam Nelson
eb20de6a51 Updating per the latest round of comments. This includes simplifying the notebook significantly, and adding a get_xsdata method to Library. 2016-05-13 22:32:48 -04:00
Paul Romano
42ef7ccfac Add periodic boundary conditions 2016-05-11 12:10:30 -05:00
Paul Romano
8ff23e9f98 Clarify documentation regarding cell rotation 2016-05-10 11:34:53 -05:00
liangjg
95406d52fc update description according to comments 2016-05-09 22:34:18 -04:00
jingang
bbb5690a00 fix errors of setting material density using 'sum' 2016-05-09 19:27:29 -04:00
Sterling Harper
9141a15b75 Merge remote-tracking branch 'origin/multipole' into multipole 2016-04-25 19:06:58 -04:00
Sterling Harper
806a8a0c9a Move all I/O file formats to special docs section 2016-04-25 19:03:31 -04:00
Colin Josey
9c931eb26a Add table with formalism identifiers 2016-04-25 18:28:51 -04:00
Colin Josey
787f7aee5f Clarify the 'data' component of the documentation 2016-04-25 18:17:58 -04:00
Colin Josey
dc01204b70 Add documentation for WMP library
This commit adds documentation for the HDF5 component of the WMP library.
2016-04-25 17:37:53 -04:00
Sterling Harper
84cd9702cd Merge remote-tracking branch 'upstream/develop' into multipole 2016-04-18 15:03:13 -04:00
Paul Romano
14dc134869 Complete overhaul of Python API documentation 2016-04-14 07:22:31 -05:00
Sterling Harper
435b9015b1 Merge remote-tracking branch 'upstream/develop' into multipole 2016-04-11 17:31:17 -04:00
Sterling Harper
e605ac43b2 Address PR #618 comments 2016-03-30 14:50:17 -04:00
Paul Romano
d970249c0f Merge pull request #620 from smharper/runtime_output
Output runtime in statepoint files
2016-03-28 22:18:13 -05:00
Sterling Harper
2588b02819 Address PR comments for #620 2016-03-28 14:32:19 -04:00
wbinventor@gmail.com
c5c52e3135 Added distribcell paths to summary.rst 2016-03-26 13:57:50 -04:00
Sterling Harper
fa3b28f737 Output timing results in statepoint files 2016-03-26 13:49:41 -04:00
Sterling Harper
49f9c66728 Add OPENMC_ to the MULTIPOLE_LIBRARY env variable 2016-03-25 17:05:37 -04:00
Sterling Harper
27f28f827f Merge remote-tracking branch 'upstream/develop' into multipole 2016-03-25 14:13:33 -04:00
Adam Nelson
de65733009 Fixed the problem identified by @wbinventor in issue #608. 2016-03-10 19:54:42 -05:00
Adam Nelson
f9146abeea Got the low hanging fruit for implementing MG theory in the theory manual. The majority of work will be in the physics.rst and cross_sections.rst files which I have not attacked yet. I also noticed that the theory wasnt updated for the new secondary particle bank (Ive only seen one place where it needed to be mentioned so far) and for the polar/azimuthal/mu filters. Both have been incorporated. 2016-02-26 04:57:12 -05:00
Adam Nelson
8357726c7d Merge remote-tracking branch 'upstream/develop' into mg 2016-02-22 21:08:37 -05:00
Adam Nelson
c0a6582248 Replacing Bank % g with Bank % E which is cast to an integer. 2016-02-22 20:18:12 -05:00
Adam Nelson
9cbc1180d0 Modified *CROSS_SECTIONS envvar to be OPENMC_*CROSS_SECTIONS, incorporated latest comments from @paulromano. Next is to work on fixing up bank 2016-02-22 19:51:34 -05:00
Paul Romano
63cac1adba Add a necessary missing blank line in installation documentation 2016-02-22 11:30:07 -06:00
Adam Nelson
0ea1ee2b88 Merge remote-tracking branch 'upstream/develop' into mg 2016-02-19 20:44:46 -05:00
Paul Romano
8f3b614774 Update documentation/notebooks to reflect default writing of summary.h5 2016-02-17 20:47:18 -06:00
Sterling Harper
dc0907a294 Add a toggle to turn multipole on/off 2016-02-16 18:34:39 -05:00
Sterling Harper
e78933d0d3 Allow user to specify multipole library location 2016-02-16 14:57:01 -05:00
Adam Nelson
391e8b1805 previous commit changed library extension from example problem to 70m from 300K. This puts them back to being 300K and then adds size to the default_xs variable to allow for 5 total characters in the extension.' 2016-02-13 05:18:19 -05:00
Adam Nelson
8c43a32130 Resolved almost all of the comments from @paulromano, save for rejection sampling of the Legendre polynomial. also fixed @samuelshaner comment about the pincell_multigroup problem 2016-02-12 21:44:21 -05:00