Hi all of SUAVE Team and users !
I installed standard install version of SUEVE 2.5.2 on my Window10.
Some tutorial example(e.g. tut_C172.py, tut_eVTOL.py, etc.) works very well.
But when I ran BWB.py, didnt worked with this error line.
[
C:\WORKINGSPACE\SUAVE\SUAVE\Tutorials-2.5.2\BWB_CFD>python BWB.py
Reseting OpenVSP Model in Memory
VSP import failed
VSP import failed
Traceback (most recent call last):
File "C:\WORKINGSPACE\SUAVE\SUAVE\Tutorials-2.5.2\BWB_CFD\BWB.py", line 801, in <module>
main()
File "C:\WORKINGSPACE\SUAVE\SUAVE\Tutorials-2.5.2\BWB_CFD\BWB.py", line 38, in main
simple_sizing(configs)
File "C:\WORKINGSPACE\SUAVE\SUAVE\Tutorials-2.5.2\BWB_CFD\BWB.py", line 589, in simple_sizing
wing.areas.wetted = wetted_areas[wing.tag]
TypeError: 'int' object is not subscriptable
]
But I already has OpenVSP files.
My question is,
1) Is there BWB.vsp file in tutorial folder? I cannot find BWB.vsp. Or should I create BWB.vsp file.
2) How can I add my OpenVSP folder to my SUAVE folder ? Im very new of Python and SUAVE
3) I want to plot C172's panelizated geometry like this[1].
I added <def plot_vehicle_vlm_panelization(vehicle): return> line after return vehicle line.
Thank you for read this.
[1] E.
Botero,
M. Clarke, R. Erhard, J. Smart and
J. J. Alonso, “Aerodynamic Verification and Validation of SUAVE,” AIAA SciTech
Forum, Vol. 3, No. 7, 2022.