tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Improvements to plotting function for flow-over-heated-plate

Open j-signorelli opened this issue 1 year ago • 0 comments

This PR updates and improves the plot-final-interface-temperature.py file:

  • Previously, the file would only run properly when all solid solvers were run; now it works regardless of how many have been run
  • When data was not found, the last file failed because data_id was not defined, and if not data_id would cause an error. This updated script correctly prints what files/data is/are not found in the search.
  • General improvements (such as using enumerate, removing unnecessary retrieval of other data arrays, etc.)
  • Because either SU2 or OpenFOAM may be used as the fluid-participant, the labels were changed as OpenFOAM-nutils to Fluid-nutils for example.

This PR also adds SU2 to the metadata.yaml file in flow-over-heated-plate.

No user-facing changes.

Checklist:

  • [X] I added a summary of any user-facing changes (compared to the last release) in the changelog-entries/<PRnumber>.md.
  • [X] I will remember to squash-and-merge, providing a useful summary of the changes of this PR.

j-signorelli avatar Sep 10 '24 16:09 j-signorelli