Approximate multigroup velocity #3766
Conversation
paulromano
left a comment
There was a problem hiding this comment.
@nelsonag would love to get your thoughts on this one!
|
Why not tally a 1/v based on the group midpoint energy (I assume logarithmic midpoint is best) if no specific data is present? This could be done void or not. |
|
Do you mean instead of defaulting to speed 0 when 1/v data is missing using velocity that match the logarithmic energy midpoint of the group? |
|
Yep!
…On Fri, Feb 6, 2026, 3:10 PM GuySten ***@***.***> wrote:
*GuySten* left a comment (openmc-dev/openmc#3766)
<#3766 (comment)>
Do you mean instead of defaulting to speed 0 when 1/v data is missing
using velocity that match the logarithmic energy midpoint of the group?
—
Reply to this email directly, view it on GitHub
<#3766 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH5GM276B2D4K5FJGJCUMT4KT7NLAVCNFSM6AAAAACT4QSIHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQNRSGU4DENBQGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Removed validation for group edges in the MGXS class.
|
@nelsonag, can you look at this PR again? |
|
I’m very interested in this to support use cases in Cardinal. Is there any testing/support I can provide to help see this PR merged? |
|
Currently this PR waits for a review of either @nelsonag or @paulromano. |
nelsonag
left a comment
There was a problem hiding this comment.
Two highly-related comments: why not generalize for any MGXS without 1/v data present?
|
@nelsonag, I've implemented your suggestions and now the code is alot simpler. Now the approximate inverse velocity data is stored only once. |
This reverts commit fe7e5a3.
Description
Currently, void regions in multigroup mode makes openmc crash (#3723).
This PR implements the following changes:
Checklist
I have made corresponding changes to the documentation (if applicable)