16.016.050.0
Loading the interactive model…
Interactive 3D model of Converging-Throat-Chamber Nozzle

Everything else

Converging-Throat-Chamber Nozzle

6 views
Bounding box
16.0 × 16.0 × 50.0 mm
Engine
Precision B-rep
Parameters
8
Published
August 17, 2026

Download

Free to download and use. See the terms.

The prompt

$fn = 150; total_length = 50.0; outer_diameter = 16.0; inlet_length = 8.0; // smooth accelerating taper into throat inlet_start_dia = 16.0; throat_dia = 2.0; throat_length = 2.0; // just enough to stabilize the jet chamber_length = total_length - inlet_length - throat_length; // 40.0 mm chamber_dia = 10.0; difference() { cylinder(h = total_length, d = outer_diameter, center = false); union() { translate([0, 0, -0.01]) cylinder(h = inlet_length + 0.01, d1 = inlet_start_dia, d2 = throat_dia); translate([0, 0, inlet_length]) cylinder(h = throat_length + 0.01, d = throat_dia); translate([0, 0, inlet_length + throat_length]) cylinder(h = chamber_length + 0.05, d = chamber_dia); } }

Parameters

NameValueRange
Total Length50 mm10 – 100
Outer Diameter16 mm5 – 50
Inlet Length8 mm1 – 25
Inlet Start Diameter16 mm2 – 50
Throat Diameter2 mm0.5 – 12
Throat Length2 mm0.5 – 20
Chamber Length40 mm1 – 80
Chamber Diameter10 mm1 – 50

Every value above is a live dimension. Open a model like this in the editor and each one becomes a slider you can drag before exporting.