We are struggling to determine how to create an engine nacelle. In the attached cad file, we have the main upper and lower surfaces along with an engine housing with engine mount. I also included a photo of a finished system. We need to smoothly blend the engine housing to the main upper and lower surfaces.
Hi Pascal … That is exactly what we need. We can run the surface through CFD code, and then make slight adjustments for minimize pitch instabilities. What steps did you use to create the Nacelle and then trim the main top and bottom surfaces?
@ronald1 - I can imagine there are a few ways to do this - I did it relatively cheaply by using FilletSrf to get the basic transition surfaces made. I used radius-50 as that seemed about right, and I would uncheck Trim in the filletSrf dialog - do the trimming afterwards. The top is pretty straightforward -
Extend the basic outer cylinder of the red thing into the body of the plane and beyond the back - ExtractSrf, UntrimBorder, ExtendSrf, Type=Smooth, Merge=Yes.
FilletSrf - you’ll see that the single-surface-with-a kink does not like this command -
So DivideAlongCreases the airplane surfaces, then fillet. I’d unset Trim contrary to my image…
At the front, the fillets from each side will cross each other so trim them back with a line along the X axis to make a miter:
At the rear, ExtendSrf the fillets and trim them back with the trailing edge curves of the wing. Note the top and bottom trailing edges are slightly different so this operation on the bottom fillets will not match 100%… that needs a little work.
The bottom is exactly the same only at the front, the crease between the two wing surfaces has a different effect - they don’t cross at the centerline in the same way as on the top:
I might be tempted to modify the wing surfaces to be tangent in this area, it would save a bit of trauma for these transitions but for now, you’ll need to clean up by hand.
One way is to split the fillets with an isocurve, snapping the the Quad of the edge:
Trim the wing surfaces with the front most blend asnd construct surfaces from the mid points:
You will need to do some surface matching to get all the edges tangent where they need to be tangent and meeting cleanly on the center line - see Help on MatchSrf and all the possible settings…