Greetings,
I'm a new OpenVSP user. I combed through web series and documentation to find an answer to my question but came up empty. I found this forum useful so thought I would pose my question here.
Some context on my question: I'm interested in importing airframe and control surface (watertight) grids into OpenVSP, rotating the control surfaces in OpenVSP, running CompGeom to generate a new watertight mesh from the intersection of these grids, then finally, export this new grid to a .tri format. Ideally this will be scripted using the Python API, but I want to iron out the wrinkles first.
The control surface geometries have been designed to always intersect the airframe - regardless of deflection angle.
The issue is, when I run CompGeom, there is a very small step that's generated between airframe and control surface. This step is enough to throw an error in Cart3D.
Is there a way to automatically merge nodes when running CompGeom? I could create a little patch by hand, but would like to find an 'automated' solution that I can incorporate into a Python script.
I tried scaling down the model before running CompGeom to take advantage of tolerances that might exist in the CompGeom algorithm, but this didn't work.
Thanks!
Charlie