Here is the calculation data formatted as an HTML file with embedded CSS for styling. You can save this code as an `.html` file (e.g., `seastead_calculations.html`) and open it in any web browser. ```html Seastead Design Calculations

Seastead Design Analysis

Analysis of the 1/6th scale model and projections to full scale using Froude scaling rules. Assumption: Saltwater density is used (64 lbs/ft³).

Model Specifications (1/6th Scale)

  • Scale Factor (λ): 6
  • Platform Triangle: 10 ft sides
  • Leg Diameter: 5 inches (0.417 ft)
  • Leg Length: 6 ft
  • Leg Angle: 45°

Full Scale Specifications

  • Platform Triangle: 60 ft sides
  • Leg Diameter: 30 inches (2.5 ft)
  • Leg Length: 36 ft
  • Leg Angle: 45°

Froude Scaling Dimensions

According to Froude scaling laws, lengths scale linearly with the scale factor ($\lambda$), areas scale with $\lambda^2$, and volumes/mass scale with $\lambda^3$.

Dimension Scale Model Full Scale Conversion
Platform Side Length 10.0 ft 60.0 ft $10 \times 6$
Leg Diameter 0.417 ft (5 in) 2.5 ft (30 in) $0.417 \times 6$
Leg Length 6.0 ft 36.0 ft $6 \times 6$
Submerged Length (60%) 3.6 ft 21.6 ft Linear Scale

Displacement & Weight Calculations

Calculation Logic

Volume of Cylinder: $V = \pi \times r^2 \times h$

Model Submerged Volume:
$r = 0.208$ ft, $h = 3.6$ ft
$V_{leg} \approx 0.491 \text{ ft}^3$
$V_{total} = 3 \times V_{leg} \approx 1.473 \text{ ft}^3$

Scaling Mass

Froude scaling for mass/weight is the cube of the scale factor ($\lambda^3$).

$Weight_{Full} = Weight_{Model} \times 6^3$

$Weight_{Full} = Weight_{Model} \times 216$

Scale Model Target

Mass of water displaced (Saltwater @ 64 lbs/ft³)

94.2
lbs

This is the total target weight the model must be to float correctly.


Full Scale Target

Mass of water displaced (Saltwater @ 64 lbs/ft³)

20,356
lbs

Total structural weight required for the full-size seastead (approx 9.2 metric tons).

Detailed Results Summary

Property Model Value Full Scale Value
Submerged Volume (Total) 1.473 ft³ 318.10 ft³
Mass of Water Displaced 94.2 lbs 20,356.4 lbs
Target Weight (Structure) ~94 lbs ~9.2 Tons

*Note: Calculations assume the triangle platform is entirely above water and does not contribute to buoyancy. "Target Weight" includes the structure plus any live load (people/equipment) to achieve the 60% draft.*

```