-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mesh-based Source Routines #12
Comments
Partially completed with openmc-dev/openmc#2334. Remaining to-dos on this include:
|
Discussed this yesterday over a call. @pshriwise has a branch in the works extending the |
Do we need to add source biasing to the todo list on this as we mentioned it in the proposal. Source biasing beyond just setting relative strengths? |
Update: I've created a separate topic to track this in the project |
@paulromano @eepeterson given our change in sampling order (underlying source first, then replace the spatial component with the sampled position in an element), do we still want to allow for global distributions across a mesh? The more global distributions we provide, the less it seems to make sense to have each element contain sources with their own distributions... |
With openmc-dev/openmc#2980, creating a mesh decay photon source for R2S is now agnostic to the underlying type of mesh. The last piece we need is ability to reject sampled positions in void, which will be enabled by openmc-dev/openmc#2916 after some refactoring. |
No description provided.
The text was updated successfully, but these errors were encountered: