Hello everyone,
I’m using OpenVSP for simulate a propeller in an optimization procedure. For that, I’m using the OpenVSP python API version 3.25.
However, I'm having problems with some geometries. When I try to calculate the geometry ("VSPAEROComputeGeometry" analysis), vspaero crashes and I get no response. As a result, the code that I’m written keep waiting for some update, which doesn’t happen anymore.
I’ve tried some solutions to solve this, but still haven't found a good one. I was thinking about setting a “timeout” to avoid this kind of problem, so when it happens the code just wait some time and then pass to other geometry, but I didn’t found a way to make this possible. Do you have any recommendation on how can I do this? Is it the good option? Do you if there is any “native” OpenVSP function to do this sort of thing?
I notice when I change the mesh discretization (Tess U for example), vspaero runs smoothly, so an option is also know when this will happen before launch the analysis, but is there any way to predict this? Why does it happen?
I’m submitting an example where vspaero crashes to generate a DegenGeom.
Thanks in advance!
Yes, there are different parameters that we can change and the simulation runs. In this same file I just add 0.0001 to the Camber Location of the XSec_0 and it works fine.
Then I did the same thing on the following parameters (add or subtract a very small value like 0.0001) and it worked for all of them. I only changed one parameter at a time.
Diameter; Toc_0 (thick); Toc_1 (thick); Toc_2 (thick); CLi_0; CLi_1; CLi_2; CamberLoc_0; CamberLoc_1; CamberLoc_2
This is weird to me because the modifications were subtle and geometry pretty much unchanged, but DegenGeom worked.
About using Num_W = 33, I’m afraid to find another set of parameters that also crash the code. I’m running an optimization now with Num_W = 33. Let’s see if it works.
--
You received this message because you are subscribed to the Google Groups "OpenVSP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvsp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvsp/7374d325-a606-4ff6-b368-063f267e4013n%40googlegroups.com.