Commit graph

1672 commits

Author SHA1 Message Date
Paul Romano
9bf069e636
Merge pull request #2270 from pshriwise/vol-lrg-samples
Update volume calc types to mitigate overflow issues
2022-10-21 07:01:32 -05:00
Paul Romano
dc0731c949
Merge pull request #2253 from gridley/buildinfo
Can now print some build info
2022-10-21 07:00:04 -05:00
Thomas Kittelmann
f2e807e942 Move NCrystalRNGWrapper data member into explicit private section as requested 2022-10-21 10:40:30 +02:00
Jose Ignacio Marquez Damian
5afcc9e49b Apply clang-format 2022-10-21 10:40:30 +02:00
Jose Ignacio Marquez Damian
2e19260dea Implement recommended changes 2022-10-21 10:40:30 +02:00
Jose Ignacio Marquez Damian
29a10eafd3 Removed MacroNCrystalXS
This was left from a previous implementation. Now it is not needed because NCrystal just takes over all neutron scattering events below a given energy threshold.
2022-10-21 10:40:30 +02:00
Jose Ignacio Marquez Damian
70d5c76ebd Fixed material.h 2022-10-21 10:40:30 +02:00
Jose Ignacio Marquez Damian
9c54ac0b6b Fix access to private attributes 2022-10-21 10:40:30 +02:00
Jose Ignacio Marquez Damian
0e0cd0a22d Added hooks for NCrystal 2022-10-21 10:40:30 +02:00
Patrick Shriwise
06729507ce Moving to uint64_t and updating MPI types as requested by @paulromano 2022-10-20 20:46:47 -05:00
Patrick Shriwise
2a802a11a4 Add warning of possible overflow. 2022-10-19 13:23:26 -05:00
Paul Romano
0587aeeaa4 Allow EnergyFunctionFilter interpolation to be set from C API 2022-10-18 12:14:15 -05:00
Erik B Knudsen
81fa3b45a3 mcpl-file output simimlar to regular source output file 2022-10-14 00:22:28 +02:00
Patrick Shriwise
adad6e7cd4 Making origin type Positiong. Adding function to parse position from node. 2022-10-11 11:21:31 -05:00
RemDelaporteMathurin
76fbdf7fbf centre to origin 2022-10-11 15:41:38 +00:00
RemDelaporteMathurin
27e3bb427a array<double, 3> for origin CylindricalMesh 2022-10-11 15:36:58 +00:00
RemDelaporteMathurin
94547f7c4b new type for centre_ 2022-10-11 15:24:13 +00:00
Erik B Knudsen
b6aa2dc429 add mcpl-output settings 2022-10-11 16:49:44 +02:00
erkn
5462216deb wip add MCPL-out to openmc
code for writing a source_bank/point compiles but is untested
2022-10-11 16:49:44 +02:00
erkn
95338eada0 refactor MCPL file read part of FileSource
A new constructor is added to FileSource that reads from
a given MCPL-file.
2022-10-11 16:46:23 +02:00
Erik B Knudsen
1509420c21 fix bugs and finalize interface to MCPL 2022-10-11 16:44:53 +02:00
Erik B Knudsen
249a554980 declarations of MCPL-internals 2022-10-11 16:35:18 +02:00
Erik B Knudsen
bf0c5d7f9a add placeholder skeleton for MCPL-input 2022-10-11 16:35:18 +02:00
RemDelaporteMathurin
e1dbe49bbb correct type for centre_ 2022-10-07 11:06:24 +00:00
RemDelaporteMathurin
61b4f30dd4 declaring centre_ in C file 2022-10-07 10:59:35 +00:00
myerspat
169d6d93dc Added Doxygen comments to Region data and methods. Added default implementation for new void functions. 2022-10-05 21:14:48 -04:00
Gavin Ridley
5582180e31 Can now print build info 2022-10-05 17:58:41 -04:00
Paul Romano
3e5c9d83c5 Expand source rejection to cells, materials, and universes 2022-09-26 13:25:41 -05:00
Paul Romano
aff6316642 Simple rejection based on a vector of cell IDs 2022-09-26 13:25:41 -05:00
myerspat
06312b0535 Refactored CSGCell to use Region 2022-09-25 22:05:22 -04:00
Paul Romano
e535d17ae0
Merge pull request #2215 from pshriwise/eff-log
Additional interpolation types for EnergyFunctionFilter
2022-09-22 15:35:44 -05:00
Patrick Shriwise
f33ea966b2 Compute interpolation value in loop. Correction to from_tab1D. 2022-09-17 11:10:27 -05:00
Patrick Shriwise
3c9e359a57 Addressing some comments from @paulromano 2022-09-17 09:47:16 -05:00
Patrick Shriwise
53d3cd005f
Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-09-17 09:46:33 -05:00
Patrick Shriwise
2fa63f3302 Applying clang format 2022-09-08 22:41:54 -05:00
Patrick Shriwise
3c3ce6e2e7 A couple of corrections to the lagrangian interpolation function 2022-09-08 22:28:54 -05:00
Paul Romano
50067898ff Replace Muir classes with single muir() Python function 2022-09-08 13:42:22 -05:00
Paul Romano
9127ff4f5e [WIP] started region refactor 2022-09-08 11:24:08 -05:00
Patrick Shriwise
fbce363784 Using a separate dictionary for interpolation values 2022-09-07 23:05:15 -05:00
Patrick Shriwise
35aa433b9a Updating interpolation function signature. 2022-09-06 22:50:19 -05:00
Paul Romano
df3765fa07
Merge pull request #2178 from myerspat/infix-sense-evaluation
Short circuiting and lazy evaluation of CSG regions for cell searching
2022-09-02 12:05:52 -05:00
Patrick Shriwise
445fb0af36 Adjusting interpolation enumeration values. 2022-09-01 23:34:24 -05:00
Patrick Shriwise
48a9ac9a2c Adding initial lagrangian interpolation. 2022-09-01 23:34:24 -05:00
Patrick Shriwise
4ba9acd459 Adding test results for additional interpolation types 2022-09-01 23:34:24 -05:00
Patrick Shriwise
d78a9b1885 Adding new interpolation entry. 2022-09-01 23:34:24 -05:00
Patrick Shriwise
0d551cbb21 Adding support for log-log interpolation on the C++ side 2022-09-01 23:34:23 -05:00
myerspat
090363b637 Fixed error due to applying de morgans laws 2022-08-26 12:47:08 -04:00
myerspat
80c8692537 Removed one of the region vectors and changed HDF5 output for geometry 2022-08-25 11:47:14 -04:00
Paul Romano
53b85e0c96 Change version number to 0.14.0-dev 2022-08-19 07:16:31 -05:00
Paul Romano
3bdf2ddfc8 Remove -dev tag from version number (0.13.1) 2022-08-18 09:35:24 -05:00