John Tramm

Results 28 issues of John Tramm

# Problem As discussed in more depth in the [OpenMC docs](https://docs.openmc.org/en/stable/methods/random_ray.html#volume-dilemma), the "simulation averaged" volume estimator that OpenMC currently uses as part of the random ray solver has a few...

In the random ray method, the particle flux is treated continuously in space and angle. However, in the current random ray implementation in OpenMC, any scattering or fixed sources are...

Random Ray

The current fixed source random ray solver implementation in OpenMC (via #2829 and #2988) only allows for user definition of volumetric sources. If other types of sources are needed for...

Random Ray

Currently in OpenMC, both the MGMC mode and random ray both require the user to input multigroup cross sections. This is a generally good policy given the approximations inherent with...

MGXS
Multi-Group Mode
Random Ray

The current implementation of random ray in OpenMC uses a domain replication technique for distributed memory parallelism with MPI. However, in random ray, use of domain replication does not scale...

Performance
Random Ray

# Overview Currently, particles starting in regions with very low weight window values may aggressively split shortly after being born. This reduces sampling efficiency as there is no reason to...

# The Problem I have been working a lot with weight windows recently, and ran into a case where an infinite loop was triggering on a JET-like model. The particle...

Bugs

## Bug Description Currently if there are multiple point sources that end up residing within a single subdivided source region, the random ray solver will only use the one with...

Bugs
Random Ray