You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shikhar413 opened this issue
Feb 6, 2025
· 0 comments
Labels
P: normalA defect affecting operation with a low possibility of significantly affects.T: defectAn anomaly, which is anything that deviates from expectations.
The materials output system allows any name to be specified in the "Materials/*/outputs" parameter. This should ideally be restricted to output names that are of type Exodus, otherwise nothing will happen and the user will not know that the parameter they specified isn't outputting anything to a file
Steps to Reproduce
Set Material/*/outputs='console' in any input file. This doesn't produce an error even though it should, since outputting materials to a non-Exodus output object doesn't do anything in the code.
Impact
outputs parameter should behave as expected, and should not be set to values that don't have any effect.
[Optional] Diagnostics
No response
The text was updated successfully, but these errors were encountered:
shikhar413
added
P: normal
A defect affecting operation with a low possibility of significantly affects.
T: defect
An anomaly, which is anything that deviates from expectations.
labels
Feb 6, 2025
shikhar413
added a commit
to shikhar413/moose
that referenced
this issue
Feb 6, 2025
P: normalA defect affecting operation with a low possibility of significantly affects.T: defectAn anomaly, which is anything that deviates from expectations.
Bug Description
The materials output system allows any name to be specified in the "Materials/*/outputs" parameter. This should ideally be restricted to output names that are of type Exodus, otherwise nothing will happen and the user will not know that the parameter they specified isn't outputting anything to a file
Steps to Reproduce
Set
Material/*/outputs='console'
in any input file. This doesn't produce an error even though it should, since outputting materials to a non-Exodus output object doesn't do anything in the code.Impact
outputs
parameter should behave as expected, and should not be set to values that don't have any effect.[Optional] Diagnostics
No response
The text was updated successfully, but these errors were encountered: