Hi everyone,
I'm facing the same problem with
OpenVSP 3.26.1
SU2 7.3.0
GMSH 4.9.5
SUAVE 2.5.0.2
Attached you can find an image of the complete cmd with the error message and another image with the files created by the run in the BW CFD folder.
It seems that it creates a ".key" file but instead of naming it simply "base.key", it names it "base_premesh_NASCART.key".
I then tried to "cheat", hoping it would be that simple, renamed the .key file into "base.key" and launched the script again.
This time it runs untill a new error message appears :
Traceback (most recent call last):
File "C:\Users\----\Desktop\SUAVE Tutorials-2.5.0.2\Tutorials-2.5.0.2\BWB_CFD\NewRun\BWB.py", line 801, in <module>
main()
File "C:\Users\----i\Desktop\SUAVE Tutorials-2.5.0.2\Tutorials-2.5.0.2\BWB_CFD\NewRun\BWB.py", line 41, in main
analyses.finalize()
File "C:\ProgramData\Miniconda3\lib\site-packages\suave-develop-py3.9.egg\SUAVE\Analyses\Analysis.py", line 271, in finalize
analysis.finalize(*args,**kwarg)
File "C:\ProgramData\Miniconda3\lib\site-packages\suave-develop-py3.9.egg\SUAVE\Analyses\Analysis.py", line 271, in finalize
analysis.finalize(*args,**kwarg)
File "C:\ProgramData\Miniconda3\lib\site-packages\suave-develop-py3.9.egg\SUAVE\Analyses\Analysis.py", line 271, in finalize
analysis.finalize(*args,**kwarg)
File "C:\ProgramData\Miniconda3\lib\site-packages\suave-develop-py3.9.egg\SUAVE\Analyses\Aerodynamics\SU2_Euler.py", line 143, in initialize
mesh_geo_file(tag)
File "C:\ProgramData\Miniconda3\lib\site-packages\suave-develop-py3.9.egg\SUAVE\Input_Output\GMSH\mesh_geo_file.py", line 35, in mesh_geo_file
subprocess.call(['gmsh',tag+'.geo','-3','-o',tag+'.su2','-format','su2','-saveall'])
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 349, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] specified file not found
Probably I was wrong in the first place renaming the file, but i had to try!
Hope what I have provided is useful to solve the problem also for other users
Thank you in advance!