Commit graph

9978 commits

Author SHA1 Message Date
Paul Romano
4788bb9f85 Move remaining writing of summary file to C++ 2019-01-30 22:15:48 -06:00
Paul Romano
1690dc0af3 Move read_multipole_data to C++ 2019-01-30 22:15:48 -06:00
Paul Romano
eb576a6fd2 Move remaining functions in mgxs_data.F90 2019-01-30 22:15:48 -06:00
Paul Romano
06751d5373 Move openmc_load_nuclide, openmc_material_add_nuclide, and read_mgxs to C++ 2019-01-30 22:15:48 -06:00
Paul Romano
9a2298f66d Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
Paul Romano
fe9f774d31 Add normalize_density, set_density, set_densities on C++ side 2019-01-30 22:15:48 -06:00
Paul Romano
06c5431f2c Add Material::init_thermal() 2019-01-30 22:15:48 -06:00
Paul Romano
98e7396cbd Don't use lowercase nuclide/element names in maps 2019-01-30 22:15:48 -06:00
Paul Romano
d1acaa525c Continue converting 2019-01-30 22:15:48 -06:00
Paul Romano
6b583d615c Start converting material xs lookup 2019-01-30 22:15:48 -06:00
Sterling Harper
abe9bf4a6f Move score_analog_tally_mg to C++ 2019-01-30 22:18:54 -05:00
Sterling Harper
6c0e28f069 Move score_analog_tally_ce to C++ 2019-01-30 22:08:02 -05:00
Sterling Harper
2961a8bfc0 Merge remote-tracking branch 'upstream/develop' into cpp_tallies 2019-01-30 21:41:25 -05:00
Patrick Shriwise
6f73ecb040 Adding a couple comments about UWUW material ids. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
d6bea24281 Adding support for a implicit complement material assignment. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
d277f11188 Cleaning up DAGMC documentation a little bit. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
01d0d441b0 Some small style corrections. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
d5cab4546a Condensing groups in uwuw dagmc.h5m file. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
b3a984f856 Condensing groups in dagmc.h5m file. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
4e7efe2438 Removing restriction on use of threads with DAGMC geometry. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
702009108c Adding temperature assignments to uwuw dagmc file. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
5eefd176a4 Adding temperature assignments to dagmc file. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
17ea9abe77 Updating dagmc files with temperature attribute. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
d86aa02fab Adding volume-based temperature reading from DagMC models. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
023be82e01 Making sure XMLDocument pointer is set to NULL to allow for a proper check in later for an associated pointer. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
3c743cb5e2 Moving dagmc_enabled outside of main DAGMC ifdef. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
98bd3d6347 Cleaning up dagmc file a bit. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
1a56c2d283 Moving dagmc_enabled variable... again. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
450403320b Altering signature of get_uwuw_materials for more descriptive code. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
69f8f5853f Moving dagmc_enabled variable to the capi header. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
7f1ae5fe05 Adding information about the DAGMC_ROOT variable. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
48858db31a Adding some clarity on the dagmc model filename. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
1fac397515 Typo correction. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
78d7048691 Moving dagmc_enabled exposure location. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
b60a7061d2 Moving extern out of sub-namespace. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
161a4c9b53 Making dagmc_enabled flag a const. Handling compiler warning for dagmc filename. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
1642b9fb15 Fixing fortran style. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
fd733cd997 Actually advantage of my _build_inputs overload. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
497fce3f48 Making sure the uwuw test is checked properly. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
20b8da1f24 Getting UWUW XML file read from memory. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
37276daea2 Updating results for use of SAB tables in DAGMC test problem. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
69a77caf1b Fixing off-by-one error in material/temp indexing when crossing surfaces in DAGMC. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
747bde1558 Updating materials input for SAB in dagmc test. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
390f69e509 Re-adding SAB tables to water material. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
f1bc9f76b0 Adding UWUW workflow support and test. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
5c7e8a9cf8 Adding a dagmc note in the CMake options list. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
2758770153 Adding some documentation about how to configure and install with DAGMC. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
57adc4909d
Merge pull request #1151 from paulromano/pandas-fix
Fix export of atomic relaxation transition data for pandas 0.24.0
2019-01-30 17:27:31 -06:00
Paul Romano
ed91913778 Fix export of atomic relaxation transition data for pandas 0.24.0 2019-01-29 14:37:40 -06:00
Sterling Harper
67b2185860 Move score_surface_tally to C++ 2019-01-27 21:30:18 -05:00