Commit graph

15994 commits

Author SHA1 Message Date
Paul Romano
e201435763 Minor changes in documentation for tabular distributions. 2012-07-30 13:47:29 -04:00
Paul Romano
7b367dd858 Added first stub for fixed source calculation. 2012-07-30 13:47:24 -04:00
Paul Romano
85a60e2390 Pick closest angular distribution for law 61. Closes #98 on github. 2012-07-28 18:44:07 -04:00
Paul Romano
8bb0a756c9 Changed sampling of angle for fission to isotropic. 2012-07-28 18:44:07 -04:00
Paul Romano
ae4a0e4b5b Added COM and law in cross_sections.out. 2012-07-28 18:44:07 -04:00
Paul Romano
fbf495b73c Changed 2.0 to TWO in a few places. 2012-07-28 18:44:07 -04:00
Paul Romano
08ca1beae4 Cleaned up cell_contains to take advantage of simple cells. 2012-07-28 18:44:02 -04:00
Paul Romano
100ed43693 Added more comments and simplified bit loop in LCG skip ahead subroutine. 2012-07-28 16:21:42 -04:00
Paul Romano
07bbd211cd Started criticality section in documentation. 2012-07-28 15:27:58 -04:00
Paul Romano
2a0ecab790 Added description of linear congruential PRNG in documentation. 2012-07-28 14:28:56 -04:00
Paul Romano
39fbbd4899 Fixed a few typos in geometry documentation. 2012-07-27 14:40:18 -04:00
Paul Romano
00b96bba78 Added description of neighbor lists and derivations for reflective boundary conditions. 2012-07-27 14:38:24 -04:00
Paul Romano
fc9ee0b67f Added description of surface crossings. 2012-07-27 13:07:16 -04:00
Paul Romano
45535bc146 Added description for cell_contains and find_cell. 2012-07-27 12:50:15 -04:00
Paul Romano
c7d8836d8d Completed section on distance to boundary calculations. 2012-07-27 10:40:14 -04:00
Paul Romano
6d61579a7c Started documentation on calculating distance to boundary. 2012-07-27 00:06:08 -04:00
Paul Romano
f72469c2b1 Fixed typos in physics section in documentation. 2012-07-26 22:56:58 -04:00
Paul Romano
fcffc4ade0 Finished the derivation of the free gas scattering kinematics. 2012-07-26 18:10:22 -04:00
Paul Romano
2b024bb7aa Changed beginning of derivation for free gas scattering kinematics. 2012-07-26 14:30:55 -04:00
Paul Romano
1f66f140a4 Added clarification regarding sampling fission reactions. 2012-07-26 13:11:12 -04:00
Paul Romano
b284c39051 Added description of survival biasing in documentation. 2012-07-26 13:08:46 -04:00
Paul Romano
f067cc3de4 Added description of absorption reactions in documentation. 2012-07-26 12:45:19 -04:00
Paul Romano
abe3dc180b Added description of fission reactions in documentation. 2012-07-26 12:34:28 -04:00
Paul Romano
365b76f85b Removed calculated of prompt nu which was never actually used anywhere. 2012-07-26 11:29:35 -04:00
Paul Romano
54a06e3321 Added description of inelastic scattering and (n,xn) reactions in documentation. 2012-07-25 23:33:27 -04:00
Paul Romano
fcd41b79c1 Added discussion about transforming COM to LAB system in documentation. 2012-07-25 20:13:42 -04:00
Paul Romano
35ffd37253 Added description of ACE Law 66 in documentation. 2012-07-25 19:36:41 -04:00
Paul Romano
c64d343196 Added description of ACE Law 61 in documentation. 2012-07-25 19:05:03 -04:00
Paul Romano
2e0705b980 Added description of ACE Law 44 in documentation. 2012-07-25 18:38:07 -04:00
Paul Romano
679e6732ae Moved line in ACE law 44 calculation to save a few flops. 2012-07-25 18:09:13 -04:00
Paul Romano
36d4a8a998 Added description of ACE Law 11 in documentation. 2012-07-25 17:33:32 -04:00
Paul Romano
363fbeb262 Added description of ACE Law 4 in documentation. 2012-07-25 16:29:55 -04:00
Paul Romano
90d3ad89cf Added description of ACE Law 1 in documentation. 2012-07-25 15:53:23 -04:00
Paul Romano
fc4e9bebfb Started adding documentation for sampling secondary energy distributions. 2012-07-25 13:54:33 -04:00
Paul Romano
4474279f6d Added section on sampling secondary angle distributions. 2012-07-25 10:54:15 -04:00
Paul Romano
c049016e24 Added clarification in doc section on elastic scattering regarding scattering cosine in lab. 2012-07-24 17:43:07 -04:00
Paul Romano
42f0ac75d4 Changed calculation of scattering angle in elastic scattering to use dot product. 2012-07-24 17:42:27 -04:00
Paul Romano
6d0d9369a3 Added section on rotating angles in documentation. 2012-07-24 17:33:52 -04:00
Paul Romano
c0ad385896 Added section on elastic scattering in documentation. 2012-07-24 16:49:54 -04:00
Paul Romano
3124e9fba7 Incremented version number in conf.py. 2012-07-24 15:04:59 -04:00
Paul Romano
7d37022125 Finished discussion of S(a,b) and added description of probability tables in documentation. 2012-07-24 15:04:43 -04:00
Paul Romano
3fcaf7a66a Fixed centering of equations in documentation with Makefile hack. 2012-07-23 19:30:30 -04:00
Paul Romano
67cda4c736 Fixed typo in physics module. 2012-07-23 17:49:02 -04:00
Paul Romano
ec93d10383 Started discussion of S(a,b) tables in documentation. 2012-07-23 17:09:02 -04:00
Paul Romano
21682f996e Removed redundant storage of total fission reaction. 2012-07-23 14:26:13 -04:00
Paul Romano
3a164479d3 Expanded description of free gas thermal scattering in documentation. 2012-07-23 13:34:23 -04:00
Paul Romano
3212f521da Fixed issue with blank line near beginning of xml files. Closes #94 on github. 2012-07-18 21:41:27 -04:00
Paul Romano
623844d47a Added checks for no cells or surfaces. 2012-07-18 19:06:38 -04:00
Paul Romano
b00a697078 Merge pull request #93 from nelsonag/master
Addition of optional user-defined string labels to the tallies.
2012-07-16 06:32:18 -07:00
Adam Nelson
60e38800be Updated the users manual. 2012-07-15 19:20:54 -04:00