Conformal issue with fuselage

37 views
Skip to first unread message

Mike Vivaldi

unread,
Aug 1, 2026, 11:58:41 AM (4 days ago) Aug 1
to OpenVSP
Good Morning,
I've run into an issue with generating a conformal volume in 3.51.1. As shown below. Are there any ideas as to what might be causing this?

Kind Regards,
Mike

Mike Vivaldi

unread,
Aug 1, 2026, 11:59:31 AM (4 days ago) Aug 1
to OpenVSP
Screenshot 2026-08-01 084520.pngScreenshot 2026-08-01 084540.png

Mike Vivaldi

unread,
Aug 1, 2026, 12:00:45 PM (4 days ago) Aug 1
to OpenVSP
My Apologies for the multiple messages, google kept notifying that "message too long" when all the above parts were incorporated into one message.
-Mike
Fuselage_conformal_fit.zip

Rob McDonald

unread,
Aug 1, 2026, 1:08:52 PM (4 days ago) Aug 1
to OpenVSP
Did this file work with a previous version?  If so, what is the last version known to work?

Rob

Rob McDonald

unread,
Aug 1, 2026, 1:31:13 PM (4 days ago) Aug 1
to OpenVSP
What are you doing to create this file?

It ends up as an 11.8MB file -- where almost all of that is declarations of an inlet/outlet flow subsurface for a WaveDrag calculation.  Literally 460,000+ lines of this crap.

When VSP reads that file in, it triggers an O(n^2) algorithm, where n is that number of lines divided by 3 -- so n=155,520 -- which is effectively an infinite loop.

However you created this file is a huge problem -- either in your process, or a bug in OpenVSP.  Please let me know what you're doing to make this mess.

Now for the reason that XSec is squished....

That cross section is built with an 'Edit_Curve' XSec -- by moving Bezier control points directly.  However, its Width is set to 0.02892 (and height 2.633).

This happened because you turned on the 'View Abs' button on just that XSec.  That means that you're editing the control points in absolute coordinates -- but they are stored with X/W relative to the width.

When the conformal section is calculated, it is done in the non-dimensional frame, and having a nearly zero W is messing things up.

So, you need to turn off 'View Abs' on that section.  Then set the Width to a reasonable value, then, go through and scale all of the X coords of those control points down by the ratio you changed W.

Rob

Mike Vivaldi

unread,
Aug 2, 2026, 8:50:36 PM (2 days ago) Aug 2
to OpenVSP
Hi Rob, 
Thanks for the info, that did fix it. I have no idea what happened with the file and how all the inlet and wave drag stuff got in there. The file is a copy of the entire aircraft with the other parts deleted. I created the fuselage by importing a point cloud and using the best fit method for the shape. Is there a way to delete the extraneous data? The huge data set would explain why the file takes so long to load.
Kind Regards,
Mike

Rob McDonald

unread,
Aug 4, 2026, 10:32:15 AM (17 hours ago) Aug 4
to OpenVSP
I was able to delete the lines in a text editor.

Rob
Reply all
Reply to author
Forward
0 new messages