Hi all,
I think potentially quite a naïve post from me here. I'm attempting to run the CompGeom function in OpenVSP so that I can obtain the wetted area information of my aircraft, but purely by using the Python API to do it.
I've seen a mixture of previous threads, and couple of tutorials too, discussing CompGeom and AnalysisMgr but sadly am still just very much baffled as to what I actually need to code in order to run any of it.
I'm at a bit of a loss as to where to go from this below:
# OpenVSP Imports
import openvsp as vsp
from openvsp import COMP_GEOM_CSV_TYPE
vsp.ComputeCompGeom(vsp.SET_ALL, False, COMP_GEOM_CSV_TYPE)
where the end result of this is my laptop going into tornado mode and once the line above is run, it can't seem to stop itself even if the process is stopped in the IDE. Just for reference, this code is at the end of a SUAVE script that writes the vehicle to OpenVSP (in .vsp3) format successfully immediately prior.
I can only assume that I have missed something very significant and probably obvious here, for example it occurs to me that there is nothing in the line to target a specific file. So I'm not sure if that's what I need to add, and if so, how to set that.
Any advice would be greatly appreciated, and apologies again for what I'm sure is a bit of a daft enquiry!
Kind regards,
Jon