Patrick Shriwise

Results 172 comments of Patrick Shriwise

> Maybe, though, I could add some developer documentation explaining the reasoning for the implemented approach. I could provide a pseudocode implementation of what your'e suggesting, then explain why that's...

Sure thing! https://github.com/openmc-dev/openmc/blob/develop/docs/source/index.rst

It did. Thanks! I appreciate the help!

Hi @owenmylotte! Thanks for the notice. I haven't had much time to get this work, so a starting point like this is very welcome. Thank you for the invitation to...

A true attempt at this will tell more, but a possible scheme for particle sourcing without locking: The `FileSource` (or an extension of `FileSource`) will hold a periodic index/iterator (one...

Update: to comply with expected behavior of `openmc.lib`'s ability to iterate on batches beyond what is specified in the `settings.xml`, I moved the batches check into the `openmc_run` function so...

Thanks for taking this on, @MicahGale! Let's get the documentation updated for now and revisit the parameter naming. Mention of the [`XConeOneSided`](https://github.com/openmc-dev/openmc/blob/b75ccd598e8442c97eed315b965736a31b6a67c8/openmc/model/surface_composite.py#L617) and similar composite surfaces here is probably appropriate

As discussed in-person, perhaps an appropriate option for simpler continuation runs might be to add the ability to the `Integrator` classes indicating that the timesteps provided are the original timesteps...

I was thinking about this morning and was wondering the same, @shimwell. RR has a pretty fixed set of data to write to VTK at this point, so I can...

> ""Some files failed the formatting check! See job summary and file annotations for more info" && exit 1" You can see them in the run summary by clicking on...