tutorials
tutorials copied to clipboard
Improvements to plotting function for flow-over-heated-plate
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_idwas not defined, andif not data_idwould 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-nutilstoFluid-nutilsfor 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.