DORY HULL GENERATOR

Dory hull, with bulkheads/ribs visibleStep one of my 2xSat Transparent Canoe v2 project involved designing a dory hull form. On that project I used OpenSCAD to do the 3D stuff, and then did a lot of post-processing to create the cutting patterns ('flattening' the skin pattern was especially difficult).

For 2xSat v3 I decided to build an online 'calculator' to turn hull dimensions into a set of flat patterns. The only post-processing required now will be laying out the patterns for use on your favourite CNC machine. The hull build process is identical to 2xSat v2, and it's worth referring to that page if anything below requires further explanation.

It is worth noting that this generator creates a hull with a bow-to-stern 'rocker' (which differs from the side-to-side 'rocker' on the first two 2xSat designs). This revised orientation will enhance both the stability and manoeuvrability of the hull (it's also a more traditional form).

The Output

2xSat v3 SVG outputMy calculator outputs a single SVG file. The important parts are: the grey shapes (the bits to get cut); and their red lines (helper markers 'engraved' on the cut parts).

The leftmost shape on the output is a set of curves representing a plan view of your new hull - this is for reference only (i.e. not for cutting). Green lines are the gunwales (the line where the side joins the topside/deck). Blue lines are the chines (the line where the side joins the bottom). The lines perpendicular to the keel line detail where each bulkhead/rib is located.

The sides of the hull are wrapped around a set of regularly spaced bulkheads/ribs (1/10th of the hull length between each). You'll need to cut a single copy of the largest bulkhead/rib, and a pair of each of the others (for a total of nine bulkheads/ribs). The smallest bulkhead/rib has no cut-out - the space it encloses at each end should be sealed/watertight, and thus keep the hull afloat if it ever becomes inundated. Most of the bars across the top of each bulkhead are cut out after the hull has been assembled, although I usually keep one of the centre ones to use as a back-rest.

You'll need to cut 4 copies of the 'Half-Side' shape (i.e. a pair for each side).

You'll need to cut 2 copies of the 'Half-Bottom' shape.

The 'Half-Topsides' stack is an optional component. If you want to enclose some portion of the topsides of either end of your hull, cut a copy of the relevant part(s). As a minimum, consider using a pair of the smallest topsides to enclose the bow/stern floatation cells.

You can choose the viewBox scaling for the SVG output. The 1:20 scaling is for in-browser viewing (e.g. for testing out your ideas). The 1:1 scale is for 'real' use. Whilst it's technically possible to use either scale for further processing, I found that this confused many post-processing tools (mostly when it came to converting pixels to millimetres, e.g. Inkscape imports at 90dpi, but the software with my friend's laser-cutter imports at 96dpi). Keeping everything 1:1 helps prevent import fails. Bear in mind that the 1:1-scaled file you produce here won't make a lot of sense (unless you have a really big monitor) until you 'Right-click + "Save Page As..."' it, and import it into something like Inkscape.

Incidentally, if you're using Inkscape to do your post-process layout, the first thing you'll want to do is select everything and use 'Edit -> Clone -> Unlink Clones recursively' to separate all the shapes.

Optional Post-processing

When laying out the shapes for cutting, I applied a few tweaks:

And so, without further ado...

Dory Hull Calculator

Field Value Notes
(2000 - 10000) The distance between the bow and stern (along the topsides).
(200 - 2000) The width of the hull across the midships.
(100 - 1000) The distance between the keel and the topsides.
(10 - Hull Depth) The distance the keel curves up by, midships to bow/stern 'chin'.
(10 - 100) The distance the ribs extend inside the hull.
(1.0 - 30.0) The sides flare out by this angle. Less taper = greater stability (more buoyancy out wide).
Output Scale 1:20 for in-browser viewing. 1:1 for 'real' usage.

So, is it possible to specify numbers that generate a junk hull (or worse!)? Most definitely! Caveat emptor! ;-)

Displacement Analysis

Using the default parameters above delivers a hull where: 100mm [3.9"] of emersion displaces 122.8kg [271 lbs] of (fresh) water; 120mm [4.7"] = 153.5kg [338 lbs]; 140mm [5.5"] = 184.9kg [408 lbs]. Bear in mind that the displacement includes the weight of the empty hull - my build weighs in at 24.5kg.

Built!

2xSat v3

What's So Great About A Dory Hull Form?

The Dory is a traditional hull form for one major reason - they're easy to build. This 'ease of build', in turn, concerns one major building constraint: plywood doesn't like to be bent in more than one axis. A Dory is made from three (or more) 'patches' cut from the side of a cone (conic sections). Such patches guarantee a single bend axis, no matter the orientation of the slice (it is worth noting that a cylinder is just an infinitely long cone, so it can also be used to extract hull parts from). The strength (and beauty!) of the Dory comes from joining patches with a mixture of bend axes. In order to visualize how a simple Dory hull is put together, please refer to the following sequence:

A pair of offset cones
A pair of offset cones
Intersection
Intersection
Hyperbola
Hyperbola
Transverse cylinder cut
Transverse cylinder cut
Station/bulkhead cuts
Station/bulkhead cuts
Dory hull, with bulkheads/ribs visible
Dory hull, with bulkheads/ribs visible

In brief: a pair of matching cones is offset and intersected (the desired hull parameters determine the dimensions and offset of the cones) - the outline of the intersection is a hyperbola; this intersection is itself intersected with a transverse cylinder to create the bottom of the hull (note that many traditional Dory's also cut the top of the hull with a transverse cylinder to create sheer); the resulting body is sliced at regular intervals along its length to locate/describe the bulkheads/ribs.