Commit graph

33 commits

Author SHA1 Message Date
Patrick Shriwise
0baec6f9d5 Making index_cmfd_mesh part of openmc::settings. 2018-10-30 08:59:01 -05:00
Paul Romano
6845bf14cd Fix comment, remove leftover std::cout 2018-10-25 18:00:16 -05:00
Paul Romano
013aaba343 Move openmc_finalize to C++ 2018-10-19 07:41:29 -05:00
Paul Romano
a4ddaf9ed6 Move finalize_batch and write_source_point to C++ 2018-10-19 07:41:29 -05:00
Paul Romano
8c64139c06 Move initialize_history to C++ 2018-10-19 07:41:29 -05:00
Paul Romano
b35e570645 Preallocate space for k_generation and entropy from C++ 2018-10-19 07:41:29 -05:00
Paul Romano
6f80abfe2b Move variables in simulation.h into simulation namespace 2018-10-15 11:10:33 -05:00
Patrick Shriwise
10fdebdd7a Updating warning condition for DAGMC threads and some comment corrections. 2018-10-04 14:43:59 -05:00
pshriwise
82f68c4411 Putting dagmc setting in an ifdef. 2018-10-01 20:09:00 +00:00
Patrick Shriwise
e1361d615c Forcing number of threads to one for a dagmc run and letting the user know. 2018-10-01 14:41:42 -05:00
pshriwise
60e57d3ed7 Fixing tabs. 2018-09-26 22:51:24 -05:00
pshriwise
3d27fe55eb Changing cad references/symbols to dagmc to leave room for other CAD implementations. 2018-09-21 15:52:38 -04:00
shriwise
146d700222 Some updates to get the CAD build working again. 2018-09-21 15:52:38 -04:00
Paul Romano
50dcae1772 Add Doxygen comments, remove unused variables 2018-09-05 14:31:54 -05:00
Paul Romano
829b4c4f91 Use C++ based count_sites for CMFD. Fix several bugs 2018-09-05 14:31:48 -05:00
Paul Romano
04e48224e6 Almost complete mesh conversion 2018-09-03 06:50:49 -05:00
Paul Romano
18f9f91833 Read meshes from tallies file 2018-09-03 06:50:49 -05:00
Paul Romano
6a1d653547 Convert count_bank_sites, Shannon entropy, UFS to C++ (incomplete) 2018-09-03 06:50:49 -05:00
Paul Romano
fb22413e8d Move mesh C API functions to C++ 2018-09-03 06:50:49 -05:00
Paul Romano
19de269ae6 Populate meshes vector from settings.xml 2018-09-03 06:50:49 -05:00
Paul Romano
65ba838cbe Address @smharper comments on #1062 2018-09-02 14:35:37 -05:00
Paul Romano
f20496c906 Convert most of read_settings_xml to C++ 2018-08-26 13:29:20 -05:00
Paul Romano
d1cc9fd9c6 Move number of batches, generations, particles to settings.h 2018-08-24 15:55:22 -05:00
Paul Romano
13341ba59b Move more definitions of settings variables to C++ 2018-08-24 15:55:22 -05:00
Paul Romano
bb69f52311 Move run_mode and verbosity out of C API 2018-08-24 15:55:22 -05:00
Paul Romano
a2345891b9 Move easy global settings to settings.h/cpp 2018-08-24 15:55:22 -05:00
Paul Romano
268b865cd3 Move definitions for several variables from Fortran to C++ 2018-08-24 15:55:22 -05:00
Paul Romano
4ad0725843 Put variables in settings.h into settings namespace 2018-08-24 15:55:22 -05:00
Paul Romano
b92677e70b Convert source distributions to C++ 2018-08-23 15:23:47 -05:00
Paul Romano
9f0ea52d1a Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
Paul Romano
aab7b7ca41 Add ThermalData::sample routine (based on sab_scatter) 2018-08-16 12:00:39 -05:00
Paul Romano
5f3022989c Initial version of ThermalScattering class 2018-08-16 12:00:39 -05:00
Paul Romano
f7eeb074b9 Address @smharper comments on #1035 2018-08-06 21:32:43 -05:00