Mobile app version of vmapp.org
Login or Join
Welton168

: How to draw a wing cascade with boundary layers? After receiving some great advice here, I set out to create my first diagrams! I am trying to recreate this type of image in Inkscape: example2

@Welton168

Posted in: #InformationGraphics #Inkscape #Vector

After receiving some great advice here, I set out to create my first diagrams!

I am trying to recreate this type of image in Inkscape:

example2 authors.library.caltech.edu/25019/1/figs/fig305.gif
Inkscape was suggested as a good starting point and it's free, otherwise there is really no particular reason I am using it.

So far I have used Matplotlib in python to create some of the elements of the figure:





which I then save as a .svg and open up in Inkscape. I'm not sure this is the best way to do it, but it's a start. One thing I can't get my head around is that I can open a .svg file fine with Inkscape, but I can't import another to the same canvas- it just imports a blank 'box' that I can drag around...Not sure how to resolve this.

I then attempted to starting drawing the boundary layers (the grey filled part of the picture) using some bezier curves and fill but I didn't get a good result. Basically I'm not sure how to proceed to


'Tilt' the velocity profiles and to mirror/extend them as in the picture.
Duplicate the airfoil system and make it mesh together nicely with the profiles.
Insert the arrows in the profiles.
Import .svg files so that they show up on the canvas!


Any help would be much appreciated.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton168

1 Comments

Sorted by latest first Latest Oldest Best

 

@RJPawlick971

First draw a velocity profile. After that, pick the Selector tool (the first one) and single-click the shape representing the velocity profile. The handles around the bounding box will change from scaling handles to rotation and shear handles. Use the handles in the middle of the edges to shear (aka skew, tilt) the shape.
To duplicate shapes, use Ctrl+D. If you want the copied shape to reference the original, so that they always stay the same, use Alt+D.
To draw an arrow, draw a line with the Pen tool and then open the Fill and Stroke dialog (Ctrl+Shift+F or Object -> Fill and Stroke...). in the "Stroke style" tab, look for the "End Markers" dropdown. I usually use "Arrow1MEnd". To place the arrows correctly, I would use the Align and Distribute dialog to distribute the arrows at equal distances, then snapping to paths (you can enable it on the right-hand toolbar) with Ctrl held to align them with the profiles.
This is a bug either in Inkscape or the application that is producing the files. For example, older versions of Inkscape misintepret SVG files that contain "currentColor", leading to blank charts when SVG files generated by Gnuplot were opened. You can try exporting to another format from your application, such as PDF, and importing that into Inkscape.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme