Commit graph

15993 commits

Author SHA1 Message Date
Paul Romano
923de4bc3a Added logic for particle starting/ending outside mesh for surface_crossings. 2011-10-20 09:24:29 -04:00
Paul Romano
cb14794a1d Added surface_crossings subroutine in mesh module and unit test for mesh surface crossing. 2011-10-19 17:22:03 -04:00
Paul Romano
713ded34ea Initial structure and allocation of surface current tallies. 2011-10-19 13:30:36 -04:00
Paul Romano
d92e22983c Outgoing energy filter can now be used with nu-fission reactions. This means it is now possible to make production matrices. 2011-10-18 13:12:43 -04:00
Paul Romano
c6d85b082d Prevent use of outgoing energy filters for certain macro tallies. 2011-10-18 11:38:32 -04:00
Paul Romano
a8efc294cd Minor changes to plot.f90 and plot.py. 2011-10-18 11:06:44 -04:00
Paul Romano
742537af92 Changed plotter to not display cell 0 segments. 2011-10-17 13:11:17 -04:00
Paul Romano
417d36b9c7 Fixed cross_surface to handle lattices when searching neighbor lists. Geometry plotter can now handle lattices. 2011-10-17 13:10:41 -04:00
Paul Romano
a4d544671c Added Python plotting script for plot.out files. 2011-10-16 23:17:41 -04:00
Paul Romano
3a16c5875f Ability to create plot.out files complete. 2011-10-16 23:10:44 -04:00
Paul Romano
5746aa113d Got rid of namespace conflict for n_surfaces variable in geometry module. 2011-10-16 17:06:39 -04:00
Paul Romano
02bf501728 Added some infrastructure for geometry plotting. 2011-10-16 14:43:29 -04:00
Paul Romano
ae9ef677cb Fixed bug in fission events when running an analog calculation (no survival biasing). This caused some fission events to not kill particles. 2011-10-15 22:53:45 -04:00
Paul Romano
2c6ae083c5 Added (n,xn) macro tallies. 2011-10-14 17:15:18 -04:00
Paul Romano
1e03af0ad1 Added specification for settings.xml and tallies.xml in user's guide documentation. 2011-10-13 21:37:17 -04:00
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