I am trying to Read the VTOL geometry and perform Hover Climb Segment. But I am facing some errors.
But after running the code I received the following error and also faced the problem of converging.
Designing propeller
Designing lift_rotor
Optimum motor design failed. Using slack constraints
VSPAERO solver not found in C:\Users\ADMIN\AppData\Local\Programs\Python\Python39.
VSPAERO viewer not found in C:\Users\ADMIN\AppData\Local\Programs\Python\Python39.
VSPAERO slicer not found in C:\Users\ADMIN\AppData\Local\Programs\Python\Python39.
VSP geometry IDs:
main_wing: LLCWSXGZFP
horizontal_tail: ITNULKMHMH
vertical_tail: WVCJZHREIA
fuselage: GLPGTYEPOR
boom_R: YZQFOFUQMS
boom_L: SRMADCZEXH
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Segment did not converge. Segment Tag: hover_climb
Error Message:
The iteration is not making good progress, as measured by the
improvement from the last ten iterations.
Rotor BEVW did not converge to a solution (Stall)
Rotor BEVW did not converge to a solution (Stall)
Traceback (most recent call last):
File "c:\Users\ADMIN\OneDrive\Projects\capstone_project\Download\Pra\1tut_eVTOL.py", line 337, in <module>
main()
File "c:\Users\ADMIN\OneDrive\Projects\capstone_project\Download\Pra\1tut_eVTOL.py", line 49, in main
results = mission.evaluate()
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Mission\Segments\Segment.py", line 180, in evaluate
self.process(self)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Process.py", line 96, in __call__
return self.evaluate(*args,**kwarg)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Process.py", line 67, in evaluate
result = step(*args,**kwarg)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Methods\Missions\Segments\Common\Sub_Segments.py", line 137, in sequential_sub_segments
sub_segment.evaluate()
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Mission\Segments\Segment.py", line 180, in evaluate
self.process(self)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Process.py", line 96, in __call__
return self.evaluate(*args,**kwarg)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Process.py", line 65, in evaluate
result = step.evaluate(*args,**kwarg)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Process.py", line 65, in evaluate
result = step.evaluate(*args,**kwarg)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Process.py", line 67, in evaluate
result = step(*args,**kwarg)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Methods\Missions\Segments\Common\Noise.py", line 26, in compute_noise
noise_model.evaluate_noise(segment)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Analyses\Noise\Fidelity_One.py", line 228, in evaluate_noise
source_SPLs_dBA[:,si,:] = propeller_noise.SPL_dBA
IndexError: index 4 is out of bounds for axis 1 with size 4
Here I attached a python script file and an openvsp geometry file which I want to read.