Commit graph

9978 commits

Author SHA1 Message Date
Paul Romano
f5748f2d7d Updated documentation with new theme and expanded description of input for geometry and materials. 2011-10-13 16:36:31 -04:00
Paul Romano
4edbee8f71 Fixed bug in tallies that depend on post-collision parameters. 2011-10-12 21:59:39 -04:00
Paul Romano
1fb0e4fe99 Added scattering moment and scattering production macro tallies. 2011-10-12 14:44:07 -04:00
Paul Romano
3a14e80fb0 Added Python geometry.xml basic parsing using minidom. 2011-10-12 11:40:57 -04:00
Paul Romano
db6bc7f3fd Added two UML diagrams. 2011-10-11 11:59:25 -04:00
Paul Romano
80db0514ce Updated documentation. 2011-10-06 14:40:58 -04:00
Paul Romano
92b8019351 Prevent tallies.out from being created if there are no tallies. 2011-10-05 23:01:53 -04:00
Paul Romano
ac2c500933 Fixed mesh tallies for two dimensions and increased xml-fortran buffer length to 10000. 2011-10-05 22:48:23 -04:00
Paul Romano
5c8cacd046 Updated gitignore. 2011-10-05 19:22:12 -04:00
Paul Romano
fa593ec1d8 Fixed error reading survival_biasing parameter. 2011-10-05 19:20:38 -04:00
Paul Romano
356b45104a Added output summary for variance reduction. 2011-10-05 12:52:14 -04:00
Paul Romano
90a873e817 Fixed issue with reading weight cutoffs incorrectly from settings.xml. 2011-10-05 12:51:58 -04:00
Paul Romano
56b2c1c667 Removed unused variables in write_xml_primitives.f90. 2011-10-05 10:00:26 -04:00
Paul Romano
41ae4b77d8 Changed passing of variables between recursive makes. DEBUG options can be effectively passed now. 2011-10-05 10:00:03 -04:00
Paul Romano
9717c887ca Added distclean option and passed COMPILER in recursive make. 2011-10-05 09:26:06 -04:00
Paul Romano
0fd3fcdcf7 Removed xml-fortran shared library. 2011-10-05 09:15:44 -04:00
Paul Romano
97569a9267 xml-fortran source files and templates added to main directory. 2011-10-05 08:19:00 -04:00
Paul Romano
b0e517bf4b Added tallies.xml for PU-MET-FAST-001 benchmark. 2011-10-03 23:53:55 -04:00
Paul Romano
41a52cca20 Many additions to CRPG presentations. 2011-10-03 23:49:21 -04:00
Paul Romano
83a11ddc94 Changed date on presentation folder. 2011-10-03 21:38:02 -04:00
Paul Romano
95d2981c3a Added input in settings.xml for survival biasing and weight cutoffs. 2011-10-03 16:54:58 -04:00
Paul Romano
5945b56627 Added survival biasing and weight cutoffs. 2011-10-03 16:34:29 -04:00
Paul Romano
fbe1e105e2 Updated version of MPICH2 in Makefile. 2011-10-03 12:37:13 -04:00
Paul Romano
85adf9014b Tallies now work with MPI. Moved copy_from_bank and initialize_particle subroutines out of the source module to prevent circular dependencies. 2011-10-03 12:36:14 -04:00
Paul Romano
ff045a5049 Fixed up comments in collision subroutine. 2011-09-30 20:17:15 -04:00
Paul Romano
c9b2967c64 First shot at tallies with outgoing energy filter (Answers not correct). Improved tally output and changed header subroutine to take an optional argument specifying unit. 2011-09-30 18:34:28 -04:00
Paul Romano
cb90da9408 Changed lookup of nuclide grid index and interpolation factor in collision subroutine. 2011-09-30 13:42:42 -04:00
Paul Romano
7c8196b6a0 Changed tallies.out to use mesh indices rather than bins. Changed get_uid subroutine to get_label. 2011-09-29 22:37:10 -04:00
Paul Romano
56a425ca9a Removed unused variable in bin_to_mesh_indices. 2011-09-29 22:29:14 -04:00
Paul Romano
5f3612f7ae Added unit test for mesh subroutines. 2011-09-29 22:24:52 -04:00
Paul Romano
c67bba86aa Modified Makefile for tests. 2011-09-29 22:23:36 -04:00
Paul Romano
2b1e58b3ab Completed bin_to_mesh_indices subroutine. Added dependency of mesh on mesh_header. 2011-09-29 22:22:49 -04:00
Paul Romano
2581562ca6 Changed 'basic' example input from infinite cylinders to finite cylinders. Keff values are now slightly lower. 2011-09-29 15:57:50 -04:00
Paul Romano
c13b38d7b9 Implemented mesh filter for tallies. Added mesh module. 2011-09-29 15:55:39 -04:00
Paul Romano
fa4d0f2adb Changed mesh_bins filter on TallyObject to scalar integer named mesh. 2011-09-29 14:49:26 -04:00
Paul Romano
1e5fb2e428 Added reading of meshes for tallies. Currently no logic is implemented to determine mesh bins when scoring tallies. 2011-09-29 14:02:40 -04:00
Paul Romano
e43b26b7b0 Removed cell_type, material_type, and reaction_type attributes from TallyObject. 2011-09-29 11:08:28 -04:00
Paul Romano
46f484ffac Added TikZ options and figure in presentation. 2011-09-27 23:47:34 -04:00
Paul Romano
4f863bbc30 Added stub of presentation for Kord/Ben meeting. 2011-09-27 11:48:18 -04:00
Paul Romano
b8d8373c8d Updated .gitignore as well as tallies for basic example input model. 2011-09-26 23:24:16 -04:00
Paul Romano
556fd03923 Added tests directory with binary_search test. 2011-09-26 23:08:41 -04:00
Paul Romano
45c0257733 Added run statistics output. 2011-09-26 23:08:06 -04:00
Paul Romano
dd08327837 Fixed error in energy filtering for tallies. 2011-09-26 22:40:51 -04:00
Paul Romano
551ef9aef6 Updated gfortran XML libraries. 2011-09-26 10:36:07 -04:00
Paul Romano
df55325ad6 Added many comments in tally module. 2011-09-26 09:40:25 -04:00
Paul Romano
f5681a61a7 Added statistics for tallies. 2011-09-26 09:14:26 -04:00
Paul Romano
c2f97f84bb Changed bornin to cellborn in XML tallies template. 2011-09-26 08:33:26 -04:00
Paul Romano
a551f0e2ea Ability to write tallies.out file at end of run. 2011-09-25 20:29:27 -04:00
Paul Romano
6e0347a82f Fixed error in output module that caused failed compilation with gfortran. 2011-09-25 19:30:08 -04:00
Paul Romano
9138678fd5 Changed use of associated and size intrinsics for tallies in adjust_indices. 2011-09-25 16:48:19 -04:00