GuySten
GuySten
# Description This pr relaxes some of the constraints on the input needed by random ray mode. ## Continuous Energy Distributions: In random ray mode continuous energy distributions are converted...
# Description This pr fixes a bug in distribcell offset logic. I have added checks that distribcell paths are unique for every distribcell instance. I then changed the distribcell offset...
# Description This pull request is the first step of implementing photonuclear physics in OpenMC. This pull request handle definition and conversion of nuclear data from endf/ACE formatted libraries to...
# Description This pull request implement more interpolation types in Tabular by using inverse transform sampling algorithm. Fixes #2409. # Checklist - [x] I have performed a self-review of my...
# Description Currently OpenMC already has the capability to simulate electron and positron "transport" using thick target bremsstrahlung (ttb) approximation. This pull request enable the users to use electron /...
# Description This pr change the implementation of combine_distributions to support combination of any Univariate distributions with specified probabilities. The new implementation knows to combine analytically discrete and normal distributions....
# Description Add photonuclear data to test data. Depends on openmc-dev/openmc#3439.
# Description This PR extend Level Scattering to support incident photons. This is a small step in implementing photonuclear physics. # Checklist - [x] I have performed a self-review of...
# Description This pr generalize CylindricalIndependent to support symmetry axis in every direction and not only in z direction. This pr also implement cylindrical_uniform and ring_uniform to generate uniform spatial...
# Description This PR enable tallying spectrum of secondary particles. This PR is a different approach to #3453 . # Checklist - [x] I have performed a self-review of my...