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

Allow normalization postprocessors to be defined by user #797

Open
aprilnovak opened this issue Oct 10, 2023 · 0 comments
Open

Allow normalization postprocessors to be defined by user #797

aprilnovak opened this issue Oct 10, 2023 · 0 comments

Comments

@aprilnovak
Copy link
Collaborator

Reason

Within NekRSProblemBase, we currently add a few postprocessors (flux_integral, source_integral) to receive power values from some coupled application to renormalize things inside NekRS. These postprocessors are set to Receiver values. However, in some cases the user may want to do more complicated behavior (like setting flux_integral to the sum of two other postprocessors). However, the current configuration precludes the user from doing so (they will get an error along the lines of duplicate postprocessors being added by the same name).

Design

Allow flux_integral and source_integral to be defined by the user.

Impact

New feature, necessary to support coupled radiation + conductive fluxes in NekRS.

fyi @regerdavid

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

No branches or pull requests

1 participant