openmc icon indicating copy to clipboard operation
openmc copied to clipboard

OpenMC Monte Carlo Code

Results 500 openmc issues
Sort by recently updated
recently updated
newest added

# Description This PR extend OpenMC capabilities to calculate kinetic parameters relevant to fissile systems with an external neutron source (i.e. ADS, reactor startup). The changes needed include calculating standard...

Other Enhancement

## Description To calculate accurately the effective mean generation time $\Lambda_{eff}$, a technique alternative to the already implemented IFP is presented in [1]. It adds an artificial material with a...

## Bug Description When using `openmc.deplete.get_microxs_and_flux` mesh sizes that are too large generate MPI errors related to an internal broadcast, even when not run using MPI. ## Steps to Reproduce...

Bugs

# Description This PR is the second step in breaking down the point detector tally project into smaller, reviewable pieces, following the large PR [#3109](https://github.com/openmc-dev/openmc/pull/3109) and the paper [Development and...

Point Detector

## Description Libmesh only supports isotropic refinement which means if there is a bigger quad element it be eight smaller quad in the next step (for AMR ). But there...

## Description Sometimes it is helpful to know how many elements are in a `Mesh`. Right now there is no easy way to do this. I proposed implementing `__len__` for...

While doing some model debugging with @pshriwise and @magnoxemo, we realized there's a discrepancy between what the `HexLattice` [docs](https://docs.openmc.org/en/stable/pythonapi/generated/openmc.HexLattice.html) states and what actually gets built. The `HexLattice` documentation for the...

Documentation

In the current version of OpenMC, the Bateman equation includes loss terms due to spontaneous fission (as part of the total decay rate), but does not include gain terms where...

## Bug Description The get_activity() method of openmc.deplete.Results uses half life values from openmc/data/data.py (ENDF/B-VIII.0). My expected behavior was that the half life values of the depletion chain file are...

Bugs

## Description currently the model.convert_to_multigroup accepts an arguement for groups It accepts strings and makes use of pre defined group structures. It defaults to use CASMO-2 I was wondering if...