```html Seastead 3-leg float: displacement + 1/6 Froude scale model

Seastead design calculations

1) Mass/weight of water displaced (full scale)

Given (each leg/float):

Displaced volume per leg (cylinder):

V_leg = π r² L_immersed = π (1.95 ft)² (16 ft)
r² = 3.8025 ft², so
V_leg ≈ π * 3.8025 * 16 ≈ 191.12 ft³

Total displaced volume (3 legs):

V_total ≈ 3 * 191.12 = 573.36 ft³

Quantity Result
Total displaced volume 573.36 ft³
= 16.24 m³ (using 1 ft³ = 0.0283168 m³)
Displaced water mass (seawater) Using ρ ≈ 1025 kg/m³:
m ≈ 1025 * 16.24 ≈ 16,640 kg
= 36,700 lbm (approx)
Displaced water weight (seawater) Using 64.0 lb/ft³ (seawater rule-of-thumb):
W ≈ 573.36 * 64.0 ≈ 36,695 lbf

Note: “Mass displaced” is reported above in kg (and lbm). “Buoyant force” equals the weight of displaced water (lbf or N).


2) 1/6 scale model using Froude scaling

Froude scaling basics (same gravity, same fluid):

2.1 Scaled dimensions (inches)

Item Full scale 1/6 scale (inches)
Triangle side length (frame) 60 ft 120 in
Leg cylinder diameter 3.9 ft = 46.8 in 7.8 in
Leg cylinder radius 1.95 ft = 23.4 in 3.9 in
Leg total length 24 ft = 288 in 48 in
Leg immersed length (along the leg) 16 ft = 192 in 32 in
Leg angle 45° 45°

2.2 Target model displacement / target model weight

V_model = V_full / 216 ≈ 573.36 / 216 ≈ 2.654 ft³

Quantity 1/6 scale target
Displaced volume 2.654 ft³ (≈ 0.0751 m³)
Target all-up model weight (for same 2/3 immersion) In seawater (64.0 lb/ft³):
W ≈ 2.654 * 64.0 ≈ 169.9 lb
(So target model mass ≈ 77 kg.)

Important: This assumes the model floats at the same immersed fraction (2/3 of each cylinder) and that the model’s geometry (including leg angle) is the scaled version of the full-scale design.


3) Cable lengths (full scale and 1/6 scale)

You described: (a) Two cables from the bottom of each leg to the adjacent corners, plus (b) a redundant loop connecting the bottoms of all legs.

Assumptions used to compute lengths (state these explicitly in your build):

3.1 Geometry used

Horizontal offset of a leg bottom from its corner (because 24 ft at 45°):
h = 24 cos 45° ≈ 16.97 ft
Vertical drop of leg bottom below the corner:
v = 24 sin 45° ≈ 16.97 ft

3.2 Results

Cable Full scale length 1/6 scale length
Bottom of one leg to an adjacent corner (each of the 2 cables per leg) ≈ 77.07 ft ≈ 12.85 ft = 154.2 in
Bottom-to-bottom distance between adjacent legs (one side of bottom loop) ≈ 89.40 ft ≈ 14.90 ft = 178.8 in
Total loop length around all three leg bottoms (no extra for splices/knots) ≈ 268.2 ft ≈ 44.7 ft = 536.4 in

Practical note: add extra length for terminations, knots/splices, and any desired slack/pretension. For a small-scale test, +5% to +15% extra is common depending on your hardware.


4) Wave height targets for 3 ft, 5 ft, 8 ft seas (Froude scaling)

Under Froude similarity, wave height scales linearly with λ. With λ = 1/6:

Full-scale wave height 1/6 scale wave height
3 ft 0.5 ft = 6 in
5 ft 0.833 ft = 10 in
8 ft 1.333 ft = 16 in

5) How deep should the water be?

There are two separate goals:

  1. Avoid depth-limited breaking (shore breaking effects):
    A common criterion is depth-limited breaking near H ≈ 0.78 d, so to reduce “forced” breaking: d > H / 0.78 ≈ 1.28 H.

    For your largest model wave (16 in):
    d > 1.28 * 16 in ≈ 20.5 in
    (So, at least ~2 ft depth helps avoid depth-limited breaking for 16" waves.)
  2. Actually model “open ocean” (deep-water) wave physics:
    Deep-water condition is roughly d > L/2 (depth greater than half the wavelength). To use this you need a wave period T (not just height). In deep water:
    L ≈ 1.56 T² (meters)  or  L ≈ 5.12 T² (feet).

    Example: if the real sea state has T ≈ 8 s, then L_full ≈ 5.12 * 8² ≈ 328 ft, so the model wavelength is L_model ≈ 328/6 ≈ 54.7 ft. Deep-water would then require d_model > ~27 ft (which many bays cannot provide).

Practical recommendation for Sandy Hill Bay tests: use the deepest available area with the most “clean” incoming swell (least refracted, least affected by bottom), and record the local depth. If you tell me your expected dominant wave period(s) at the test location (or the forecast buoy period), I can compute a depth target more specifically.


6) Free Android apps to record accelerations (export to file)

Tips: set a known sample rate (e.g., 50–200 Hz), log timestamps, and keep the phone rigidly mounted to the structure. Also note that phones measure “proper acceleration” (includes gravity), so you may want both raw and linear-acceleration channels if available.

```