Hi,
Im trying to use API python to execute OPENVSP analysis. I have created my geom but When I execute my analysis
( with vsp.SetAnalysisInputDefaults("VSPAERO")
vsp.SetParmVal("AnalysisMethod", 0)
vsp.SetParmVal("Mach", 0.5)
vsp.SetParmVal("AlphaStart", 0.0)
vsp.SetParmVal("AlphaEnd", 10)
vsp.SetParmVal("AlphaNpts", 10)
vsp.ExecAnalysis("VSPAERO") )
I can't find results files ( I want to find the .polar file).
Someone can explain me why and how to find it ?
Thanks !!
Adrien