Commit graph

1290 commits

Author SHA1 Message Date
Patrick Shriwise
fe230168fb
Merge pull request #2071 from paulromano/flf-improve-track
Major overhaul of track file capability
2022-06-02 14:32:49 -05:00
Paul Romano
6c07553b89 Add cell instance to particle track file (thanks @pshriwise for suggestion) 2022-05-31 17:08:40 -05:00
Paul Romano
a21174e4f9
Merge pull request #2036 from helen-brooks/refactor-dagmc-universes
Support external DAGMC instance
2022-05-31 16:48:24 -05:00
helen-brooks
4d52218178 Remove redundant uwuw_disabled boolean member in DAGUniverse 2022-05-25 15:05:33 +01:00
helen-brooks
8bf7de39ca Add empty string default argument for external DAGMC Universe constructor 2022-05-25 15:05:33 +01:00
helen-brooks
d9498216dd Apply minor changes from pshriwise code review
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
2022-05-25 15:05:33 +01:00
helen-brooks
751e92f63b Run clang-format 2022-05-25 15:05:32 +01:00
Paul Romano
2e0472d57c Respond to @shimwell comments on #2071 2022-05-23 12:28:28 -05:00
Paul Romano
e34bf445f0 Add max_tracks setting (maximum number of tracks per process) 2022-05-20 10:46:59 -05:00
Paul Romano
93e7471132 Update io_formats documentation for track files (and file version) 2022-05-19 13:27:34 -04:00
Paul Romano
365aa0b0eb Write all tracks to a single file 2022-05-19 13:27:33 -04:00
Paul Romano
b32d4b5ed3 Write particle types separately for track files 2022-05-19 13:27:33 -04:00
Paul Romano
a6bd42ee8e Expand Particle::tracks_ to include full state 2022-05-19 13:27:32 -04:00
cpf
5ce9e3998f Merge remote-tracking branch 'origin/develop' into theta_distribution_spherical_independent
merged with the new changes from origin/develop
2022-05-13 20:41:57 +02:00
Hunter Belanger
df30923a33 Adds include guards to version.h.in 2022-05-09 21:47:06 +02:00
cpf
b9b119bc73 changed theta to cos_theta in .h file 2022-05-09 20:09:32 +02:00
helen-brooks
5dd6da91c5 Only expose methods that are needed externally 2022-04-20 15:12:52 +01:00
helen-brooks
fb9c12bd14 Add switch to disable uwuw in DAGUniverse with external DAG 2022-04-20 15:12:52 +01:00
helen-brooks
cc6c3ac9e6 More refactoring of DAGMC universe metadata; allow external setting of material temperature and population of universes' cells 2022-04-20 15:12:52 +01:00
helen-brooks
05577e6a2e Add new DAGUniverse constructor from external DAGMC 2022-04-20 15:07:31 +01:00
helen-brooks
d3b4cb7fd3 More refactoring in DAGUniverse 2022-04-20 15:07:31 +01:00
helen-brooks
290e2fba07 Refactor initialize of dagmc universe 2022-04-20 15:07:31 +01:00
helen-brooks
be61af3c04 Refactor dagmc initialisation into a function 2022-04-20 15:07:31 +01:00
Patrick Shriwise
b9520580de Formatting updates 2022-04-05 08:56:27 -05:00
Patrick Shriwise
4699732faa Separating the universe classes into their own source and header file 2022-04-05 08:53:43 -05:00
Kalin Kiesling
9c683815ac moved faddeeva from vendored to external 2022-03-24 15:04:59 -05:00
Paul Romano
03547555e9
Merge pull request #2000 from pshriwise/wwinp_shape
Update WeightWindow attribute shapes and names
2022-03-14 17:15:12 -05:00
Patrick Shriwise
7b627cc55f Changing attrigute energy_bins to energy_bounds for wws 2022-03-11 09:53:22 -06:00
Paul Romano
50a35cf7f3 Make ParticleData::alive() a const method 2022-03-02 15:31:02 -06:00
Paul Romano
d2ddc6e7ad Particle is alive is wgt != 0 2022-03-01 17:05:17 -06:00
Paul Romano
2bb6ba25af Remove alive_ data member on ParticleData 2022-03-01 15:24:39 -06:00
Paul Romano
af4a8400c5 Remove archaic 'all' nuclides tally feature 2022-02-22 16:37:53 -06:00
Paul Romano
8d002454f0 Add Reaction::xs methods 2022-02-18 09:54:28 -06:00
Paul Romano
3e6eba4439 Respond to @gridley comments on #1974 2022-02-16 09:34:34 -06:00
Paul Romano
de50a7bfca Generalize russian_roulette function 2022-02-15 11:10:34 -06:00
Paul Romano
f18caa1712 Get rid of wgt_absorb in ParticleData 2022-02-15 11:10:33 -06:00
Paul Romano
49d25ae8b6 Change version number to 0.13.1-dev 2022-02-14 11:42:23 -06:00
Paul Romano
def0898a58 Remove -dev tag from version number 2022-02-11 12:17:12 -06:00
Patrick Shriwise
9c385c5ba7 Adding punctuation to docstrings 2022-02-09 23:32:41 -06:00
Patrick Shriwise
c8a1505635 Renaming longer find parent search method 2022-02-09 21:29:34 -06:00
Patrick Shriwise
c148683d82 Using find_cell to determine upward path through geometry 2022-02-09 20:44:39 -06:00
Patrick Shriwise
2332dd2fae Adding support for a position hint to get_contained_cells for acceleration 2022-02-09 20:44:39 -06:00
aprilnovak
e8982ea981 Reorder member variables to avoid order compile issue. Refs #1962 2022-02-04 10:24:38 -06:00
Patrick Shriwise
aefcb4c4aa Addressing comments from @paulromano 2022-02-01 12:17:38 -06:00
Patrick Shriwise
c6d4f1a5ed Updating some data member formats. 2022-01-26 13:41:53 -06:00
Patrick Shriwise
9aa6134366 Adding otf ww adjustment using lower bound ratio. 2022-01-25 17:02:17 -06:00
Patrick Shriwise
780039c512 moving some single-use constants closer to point of use 2022-01-20 15:10:24 -06:00
Patrick Shriwise
1a45d33310 Update: removing MAX_WORD_LEN and MAX_LINE_LEN constants. 2022-01-19 11:25:04 -06:00
Paul Romano
72af700ffd
Merge pull request #1947 from pshriwise/ww-final-tests
Weight windows final push
2022-01-19 09:13:07 -06:00
Olaf Schumann
39e57619df add suggensstions by @paulromano
run clang-format on all changed files
Update test results
2022-01-16 19:46:48 +00:00