montagdude / Xoptfoil

Airfoil optimization with Xfoil
GNU General Public License v3.0
46 stars 21 forks source link

Added case name prefix to optimization history file #2

Closed gsokoll closed 5 years ago

gsokoll commented 5 years ago

Existing code uses a case name prefix for files such as the design coordinates and polars, but not the optimization history. This means that if multiple sequential optimization runs are conducted, only the most recent optimisation history is available for subsequent review. The proposed PR adds the case name prefix to the optimization history file to overcome this.

Note: code has not been compiled or tested - I do not have Linux nor MinGQ and my last Fortran coding was in 1989, but it shouldn't be far from working code...

gsokoll commented 5 years ago

FYI, I managed to get cmake and mingw32 running on Windows today. This branch compiles without any warnings or errors, and the resulting xoptfoil executable and python visualizer all seem to work as intended.