Perry

Results 29 comments of Perry

Hi all, for the record below is my Python script to convert from MCPL to OpenMC 0.13.2. Perry ``` import openmc import mcpl import h5py import os import numpy as...

Hi guys, thanks for all of your efforts. **Update**: disregard the below, I found the incantation: ` ` **Original Post:** I have built the latest version of OpenMC 0.13.3 with...

I thought I might report that MCPL sources called directly are working great. I have an MPI build that failed to run with an .h5 RSSA (the build didn't like...

FW-CADIS in OpenMC would be most welcome.

Hi Baptiste, I was having some issues with with Abundances (different values in the Python API compared to what is used in MCNP) https://github.com/openmc-dev/openmc/issues/2423 https://github.com/openmc-dev/openmc/pull/2586 https://github.com/openmc-dev/openmc/pull/2585 I think it would...

Hi Ethan, thank you for the review. This is my first time formally PR'ing, so apologies if I don't get all the workflow correct. Indeed, I find your suggestion to...

What should I focus on the keep this moving forward? Some tests? Python bindings?

Hi, well glad you guys think this kind of normalization will work in general. From what I looked at, it did seem effective. I'm happy to remove the Boolean conditions...

Bump on the above, and comments on the approach to take for a Boolean switch (before coding it and the other suggested changes)

Closed in favor of https://github.com/openmc-dev/openmc/pull/3070 which is synced with latest OpenMC version