Commit graph

15993 commits

Author SHA1 Message Date
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
Paul Romano
78221bfaff Added n_bins array and stride attributes for TallyObject. This allowed removal of bins_to_index subroutine. 2011-09-25 16:38:05 -04:00
Paul Romano
8134a8f2ac Fixed several errors in tallies. Added synchronize_tallies subroutine. 2011-09-23 11:05:20 -04:00
Paul Romano
cd5e400fe2 Added cell_born attribute on Particle type. 2011-09-22 16:25:22 -04:00
Paul Romano
a0a3f9831e Small change in print_tally subroutine in output module. 2011-09-22 16:08:56 -04:00
Paul Romano
3aec37da12 Expanded score_tally subroutine and added bins_to_index subroutine. Modified TallyObject and TallyScore derived types. 2011-09-22 15:46:51 -04:00
Paul Romano
51666b4d52 Greatly modified score_tally subroutine and added get_next_bin subroutine. 2011-09-20 14:04:48 -04:00
Paul Romano
eb97f30e4b Expanded create_tally_map subroutine and added add_map_element subroutine. 2011-09-19 16:38:30 -04:00
Paul Romano
c4eccc4bfb Added tally map types and stub for create_tally_map subroutine. Added tallies to adjust_indices and modified output module accordingly. 2011-09-19 14:17:15 -04:00
Paul Romano
a7fb70d08b Removed material_total_xs subroutine in cross_section module. 2011-09-19 08:43:19 -04:00
Paul Romano
680cb0993c Score module is now named Tally. Tally type is now named TallyObject. 2011-09-18 19:31:45 -04:00
Paul Romano
375af333db Removed unused variable in fission module. 2011-09-15 22:32:12 -04:00
Paul Romano
7d8610133b Initial tally restructuring and reading. 2011-09-15 22:30:44 -04:00
Paul Romano
36ae2e6444 Changed calculation of total, prompt, and delayed nu to use interpolate_tab1. 2011-09-15 12:50:25 -04:00
Paul Romano
77da8a8286 Set nuclides to not fissionable by default. Closes gh-37. 2011-09-15 10:50:39 -04:00
Paul Romano
d5bc1a7d80 Added interpolation module with capabilities for all ENDF interpolation schemes. Changed laws 7,9,11. 2011-09-15 10:25:59 -04:00
Paul Romano
51d540273a Changed names of nuclides in PU-MET-FAST-005. 2011-09-14 21:26:01 -04:00
Paul Romano
43a6753998 Removed n_xn subroutine since inelastic_scatter now performs the same physics. 2011-09-14 15:48:57 -04:00
Paul Romano
36d42e87b9 Secondary particle weight multiplied by number of secondaries for (n,xn). Closes gh-4. 2011-09-14 15:45:30 -04:00
Paul Romano
276e421d77 Changed reading of probability tables (possibly problem with contiguous memory in multidimensional array). 2011-09-14 15:19:42 -04:00
Paul Romano
6edd39d840 Added initialize_particle subroutine to set defaults for particles coming out of source_bank. 2011-09-13 22:49:40 -04:00
Paul Romano
fc516d6347 Removed add_bank_sites subroutine in source module. 2011-09-13 22:33:18 -04:00
Paul Romano
3d79daebef Small formatting changes. Changed n_coll to n_collision in Particle type. 2011-09-13 22:25:19 -04:00
Paul Romano
d6ea515562 Got rid of current cell, surface, lattice, universe, and material pointers. 2011-09-13 21:48:22 -04:00
Paul Romano
509dfdb4e6 Moved unresolved resonance data into new derived type UrrData. 2011-09-13 20:53:22 -04:00
Paul Romano
b0d355ff0a Fixed small typo in reaction_name in endf module. 2011-09-13 20:45:06 -04:00
Paul Romano
3404aafaac Added cross section caches and changed physics module substantially. Moved calculation of nu into a new module named fission. 2011-09-13 20:41:36 -04:00
Paul Romano
7392cc44b2 Changed atom_density to be nuclide atom density array in Material object. 2011-09-12 11:59:04 -04:00
Paul Romano
c31b320feb Modified a few comments. 2011-09-11 15:44:11 -04:00
Paul Romano
43e34950bd Added reflective boundary conditions for cylinders. Not tested yet. 2011-09-11 15:20:07 -04:00
Paul Romano
7a35883e24 Added example with reflective boundary conditions. 2011-09-11 15:05:29 -04:00
Paul Romano
e8cff2565d Added output messages for reading input files. 2011-09-11 14:44:19 -04:00
Paul Romano
eea8880b28 Updated xml parsing modules to change default error-reporting behavior. 2011-09-11 14:38:06 -04:00
Paul Romano
ca4f378aa0 Updated xml-fortran library to change default error-reporting behavior. 2011-09-11 14:35:27 -04:00
Paul Romano
add92e1a2f Added new xml-fortran libraries to fix issue where horizontal tabs in XML files causes error. 2011-09-11 13:22:39 -04:00
Paul Romano
7333b4a7af Added reflective boundary condition for spheres. Not tested yet. 2011-09-09 12:49:46 -04:00