Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding multipulse fast r2s example using independent operator #256

Merged
merged 3 commits into from
Nov 22, 2023

Conversation

shimwell
Copy link
Member

this should speed up the neutron activation simulations for multiple pulse simulations

using openmc.deplete would make use of the coupled operator which would run a transport simulation for each time step. This makes use of the independent operator so we just need on transport simulation

for the example here we have 7 pulses of 1 second so this method using the independent operator is roughly 7 times quicker than using the coupled operator

@shimwell shimwell merged commit 89a076b into main Nov 22, 2023
16 checks passed
@shimwell shimwell deleted the adding_multipulse_fast_r2s branch March 13, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant