SU2 and optimization: dealing with deformed meshes

"Large mesh deformation may result in low mesh quality"

This paper covers a lot of ground: conjugate heat transfer, pollutants, combustion, ... and mesh-quality. SU2's FFD approach can lead to poor mesh quality, so how can you rectify that in the optimisation loop when manual remeshing won't work? Read pages 17 to 23 of the presentation, or view the recording from about the 1:49:50 mark.

In the next issue : Still more nuggets from the SU2 2020 Conference

Unable to display online image


Environment Files

"accelerate the meshing process for future projects"

When Fred Brooks wrote that "complexity ... is an essential property, not an accidental one" he was talking of software. That applies to grid generation, redoubled. There are many "minor" settings that have a significant impact on the grid so if you're not using Pointwise's Environment Files, you're missing quite a bit. Check out this video to learn how to rectify that.

In the next issue: Transcript files, alias auto-save?

Unable to display online image


Use PyQT in your Python scripts

"runs on all platforms"

Qt is used for platform-independent UIs. PyQt, the Python library for Qt that is free for non-commercial use, has another advantage: you can create an executable from your Python code. This means your colleagues can use your Python scripts without having to install Python themselves. See this excellent example for PyQt itself, and don't forget to check how you can use PyQt to run Tecplot Macro and Python commands from a GUI.

In the next issue: Extracting blanked zones

Unable to display online image