Olek
Olek
## Bug Description The docstring for `Integrator.integrate()` methods specifies that when `final_step` is `False`, a transport solve should *not* be run at the end of the final timestep. In the...
## Description Currently, OpenMC only reports wall-clock times. For users wishing to obtain CPU times for scaling studies and other purposes, they must rely on an external timer. It would...
I'm trying to convert this material file from Serpent to OpenMC: ``` mat fuel -4.69 . . . 120230 -0.00000000000000E+00 . . . ``` The dotted lines are filled in...
## Expected behavior All scripts under `scripts` have an explanation for what they do in the `README`, and are readily run using files available in -- or files able to...
## Background and motivation In PR #177, we add default values to many of the parameters. Some of these parameters, particularly those related to the name of the results file...
## Expected behavior When talking about U-238, we should refer to it as a _nuclide_. Note that U-238 is an _isotope_ of the element uranium (U). ## Describe the bug...
## Background and motivation JEFF 3.1.2 is an old library and has many bugs in it. It also does not play nice with OpenMC. ## Description of idea We should...
## Background and motivation I had a lot of difficulty getting SaltProc working with MPI. ## Description of idea Add a section to the user guide on running in parallel....
## Background and motivation Currently, processing system components must be written by hand. ## Description of idea An API to streamline this would make the process much more intuitive and...
1. #160 2. #161 3. Depcode issues - #162 - #176 - #178 - #171 4. #173 5. #133 6. #109 7. Cleanup `Simulation` class and related code, #120, #93,...