```html
Seastead Kite Propulsion & RIM Drive Notes
RIM Drive Freewheel & Kite Propulsion Review
Question 1: Do RIM drives have a "spin freely" mode to reduce drag?
Short answer: Yes, in principle — and better than most shaft-driven props — but it depends on how the motor controller is configured.
Why RIM drives are favorable for freewheeling
- No shaft, seals, or gearbox drag. A rim-driven thruster (RDT) has the propeller blades attached to a ring that is the rotor of the motor. There is no shaft seal friction and no gear mesh to drag against.
- Water-lubricated bearings. Most RDTs use water-lubricated sleeve or ceramic bearings, which have very low idle drag.
- Permanent-magnet motors can be "open-circuited." If the motor controller disconnects all three phases (goes to a high-impedance state), the rotor spins freely with only bearing drag and a tiny amount of magnetic cogging. This is the true "freewheel" mode.
What you must avoid
- Regenerative braking / short-circuit mode. If the controller leaves the phases shorted (or partially shorted through the DC bus), the PM motor acts as a generator and produces strong electromagnetic drag. This is the opposite of what you want when sailing under kite power.
- Cogging torque. Even fully disconnected, PM motors have a small amount of cogging. It's usually negligible compared to hull drag, but it's nonzero.
Practical recommendation
When specifying your 6 RIM thrusters, ask the vendor (e.g., Copenhagen Subsea, Thrustmaster, Oceanvolt, Sharrow, or a custom integrator) specifically for a "freewheel" or "coast" controller mode that open-circuits the phases. Most modern VESC-style and industrial marine drives support this; it's just a firmware/config choice. Also ask about static cogging torque in Nm — you want it low.
Bonus: with phases open, the freely spinning propeller actually acts a bit like a "windmilling" turbine — you could, with a different controller mode, harvest a small amount of regenerative power from the kite's pull. That's a nice tertiary charging path for your kite-robot batteries if you ever want one.
Question 2: What do I think of the kite idea?
Overall: I like it a lot. It's genuinely well-matched to this platform, and the reasoning you've laid out is sound. Here's a structured review.
What works well about the concept
- The three foils really are good daggerboards. NACA-section legs with a 10 ft chord and 3 ft thickness have a reasonable lift-to-drag ratio sideways through the water. Three of them spread over an 80 × 40 ft triangle give you a huge effective lateral area and a very long lever arm for resisting yaw — that's actually better than most sailboats. Tacking upwind should be feasible.
- Independent failure mode. Correct and valuable. A kite system shares essentially zero components with the thrusters, batteries-for-propulsion, and control electronics. For a seastead this is a real safety feature, not just a novelty.
- Moving attachment point = sail trim + steering in one. The windsurfer analogy is exactly right. Sliding the tow point fore/aft shifts the center of effort relative to the center of lateral resistance of the three foils, producing yaw — this is how kite-assisted cargo ships (like SkySails) steer too, though they do it with bridle adjustments rather than a moving car.
- Stacked kites (train kites) are a proven high-pull solution. Climbers and traction-kite enthusiasts have used stacks for decades. Being able to add/remove individual kites is the right way to reef — you're essentially changing sail area in discrete steps.
- Launching/landing pointed downwind is smart. With the bow into the wind (kite directly overhead, minimum pull), the crew handling the stack is safest. This is how SkySails and most large traction kites are launched.
- Downwind-side-only rule protects the structure. Good. The lines can never foul the living module, solar, or dinghy davits.
- I-beam track with 4 grooved wheels is mechanically simple. It handles both vertical lift and horizontal pull, and it's easy to seal/lubricate. Stainless track + Delrin or polyurethane wheels would last a long time in salt air.
Things to think carefully about
- Heeling moment is the real limit. Your small-waterplane design has wonderful seakeeping but low initial stability — that's the classic SWATH tradeoff. A kite pulling from 100+ ft up generates a big heeling arm. The stabilizer "airplanes" help dynamically, but they only produce force when there's flow over them. At low speed or when parked, they do little. I'd size the maximum kite stack based on static heel from buoyancy redistribution, not just dynamic stabilizer authority.
- Track loads are concentrated. The robot is the single point where all kite force enters the structure. That point load on a railing-height truss is a major design driver. You'll want to spread the load — perhaps the robot has 2 or 3 carriages linked by a short beam, so load goes into the track over ~6–10 ft rather than one point.
- Emergency release is essential. You need a guillotine or quick-release on the main tether that the robot, the helm, and a crewmember with a manual lanyard can all trigger. Gusts and wind shifts with a big stack aloft can overpower any stabilizer system in seconds.
- Two-line control of a stack from a moving car is non-trivial. You'll want a proper kite-control-unit (KCU) on the robot that spools both lines and can depower the stack (luff it) on command. A plain 2-line setup without depower will be scary at scale.
- Track corner at the bow. The curved front section means the robot's wheels need to handle a minimum radius. Grooved wheels on a curve want to scrub — consider either a larger radius, or individually-steered bogies, or a short straight section with a turntable.
- Chafe and UV on lines. Dyneema is the obvious choice (strength, low stretch, low weight), but it hates UV and abrasion. Plan for covered/jacketed lines and periodic replacement.
- Power to the robot. Start with the extension cord. It's simpler, lighter on the robot, and doesn't introduce a battery-fire risk next to the kite lines. The "charge from being pulled back and forth" idea is cute but the duty cycle is poor — the robot mostly sits still while pulling hard. Regeneration through the RIM thrusters (see above) is a much better harvest opportunity.
Suggestions / refinements
- Add a load cell in the tether. Feed it into a control loop that: (a) commands the stabilizers to counter-heel proactively, (b) limits allowable kite angle-of-attack via the KCU, (c) triggers auto-depower above a threshold.
- Use the stabilizer elevators as an active anti-heel system even without the kite — they become your ride-control surfaces for swell too. That's a big dual-use win.
- Consider a single-line bridled kite with a KCU instead of running two full-length control lines back to the robot. This is what SkySails and most modern AWE systems use. The robot then only handles one main tether plus short signal/power cable to the KCU. Much less line management on the track.
- Mark a "no-kite" wind envelope and make it a hard interlock: below X knots apparent wind it won't fly reliably; above Y knots it must auto-depower. Publish the envelope to the helm display.
- Log everything. Kite propulsion on an unusual SWATH-ish hull is new territory — your own telemetry will be the most valuable design data you have by year two.
Bottom line
The kite-on-a-track concept is a genuinely elegant fit for a three-foil seastead. The three deep foils give you the lateral resistance of a much larger sailboat, the moving tow point gives you steering without rudders, and the system's independence from the main electric drivetrain makes it a legitimate backup propulsion method rather than a gimmick. The main engineering challenges are heel management, track point-load distribution, and reliable depower/release — all solvable, none fundamental. I'd build it.
```