DNP drift (regular mesh only)#3944
Draft
JoffreyDorville wants to merge 123 commits into
Draft
Conversation
…nd spherical meshes
…icle construction
…he number of cells in the mesh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new way to account for delayed neutron precursors (DNPs) drift in liquid-fueled systems. With this implementation, DNPs are transported using streamline integration (Runge Kutta 4). The velocity field is currently provided in the OpenMC model, but the end goal is to obtain it from Cardinal. This new feature is only available with regular meshes for the moment and will be extended to cover unstructured meshes in following PRs.
Because this PR uses the concept of field introduced in PR #3734, it is based on the corresponding branch.
This is the first step toward integrating the functionalities developed for the dnp_drift library presented in [1] directly into OpenMC source code.
This work is still in progress (draft PR).
References
[1] Joffrey Dorville and Paul K. Romano. “Explicit Transport of Delayed Neutron Precursors for Liquid-fueled Systems using OpenMC”, PHYSOR 2026, 19-23 April 2026, Turin, Italy (2026).
Checklist