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 openmc mesh tallies #7

Merged
merged 10 commits into from
Jul 5, 2021
Merged

Conversation

helen-brooks
Copy link
Contributor

Now update the OpenMC mesh tallies between timesteps. This is necessary for the cases where

  • the mesh deforms (e.g. from thermal expansion), or
  • the number of bins changes, ( e.g. from refinement).

Two new integration tests are added to account for these cases. Two bug fixes were needed:

  • Ensure the mesh function responsible for passing heating into MOOSE uses the deformed mesh
  • Ensure only active elements are looped over (in the refined case).

Note that currently only uniform refinement is supported (since MOAB does not support hanging nodes).

@helen-brooks helen-brooks merged commit 90411ca into main Jul 5, 2021
@helen-brooks helen-brooks deleted the update-openmc-mesh-tallies branch October 10, 2022 11:40
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