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

Options for automatically adding extra element ids to Exodus and MOOSE problem #23386

Closed
shikhar413 opened this issue Feb 9, 2023 · 1 comment
Labels
C: Framework T: task An enhancement to the software.

Comments

@shikhar413
Copy link
Contributor

Reason

Currently, the --mesh-only option does not output extra element ids to the output mesh, which is useful to have for mesh visualization purposes before running the full MOOSE simulation. In addition, to add these extra element id's many additional lines are needed in the input file since a separate Aux Variable and Aux Kernel are needed for each extra ID of interest. Having a way to automate this would be useful to the user and could be used in downstream MOOSE codes / applications

Design

The command line options should be modified so that the output mesh can be generated with extra element id's without relying on many additional setup steps. In addition, the output_extra_element_ids and show_extra_element_ids parameters should be defined in the input Exodus block, similar to output_material_properties and show_material_properties

Impact

Useful for the user to visualize extra element id's on the mesh in a quick manner, and also automatically add the relevant aux variables and aux kernels as an action so that the input file can be defined minimally

@shikhar413 shikhar413 added the T: task An enhancement to the software. label Feb 9, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Feb 9, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Feb 9, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Feb 9, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Feb 9, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Feb 24, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Mar 15, 2023
shikhar413 added a commit to shikhar413/moose that referenced this issue Mar 15, 2023
@GiudGiud
Copy link
Contributor

Closed as implemented by #23387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

2 participants