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

Update uniform mesh converter to use optimal mesh size when material boundaries cannot be honored #1711

Open
mgjarrett opened this issue May 22, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mgjarrett
Copy link
Contributor

def _decuspAxialMesh(self):

The goal of axial mesh decusping is to honor important material boundaries in the uniform computational mesh; typically, these are the top and bottom of the fuel and absorber materials. The boundaries can be honored exactly as long as they are separated by more than the uniformMeshMinimumSize. When they are not separated by at least this distance, then the mesh from one of the material boundaries will be eliminated entirely from the axial mesh. It would be preferable to simply snap to the minimum mesh size in this case rather than removing the mesh point entirely.

I don't have any proposed implementation for this yet, I just want to document the thought.

@mgjarrett mgjarrett added the enhancement New feature or request label May 22, 2024
@mgjarrett mgjarrett self-assigned this May 22, 2024
@jakehader
Copy link
Member

Good idea @mgjarrett

@john-science
Copy link
Member

@mgjarrett Any movement on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants