Revolutionising space travel through efficient ion propulsion technology. From Hall Effect thrusters and gridded ion engines to an experimental miniature electron propulsion system for air and water.
Three major classes of electric thruster technology — each with distinct ionisation mechanisms, specific impulse ranges, and mission suitability profiles.
Uses a circular discharge channel where electrons are magnetically trapped, ionising propellant gas (typically xenon). The resulting electric field accelerates ions axially to produce thrust. Known for high efficiency and moderate specific impulse in the 1–3 kW power range, making it the workhorse of modern satellite propulsion.
Features two or three closely spaced biased grids that extract and electrostatically accelerate ions from the discharge chamber. Delivers very high specific impulse and excellent propellant utilisation efficiency, making it the preferred choice for deep space missions requiring precise, sustained thrust over years.
Field Emission Electric Propulsion uses liquid metal — typically indium or caesium — as propellant. A strong electric field extracts ions directly from the liquid metal surface. Provides extremely precise, micro-Newton-level thrust control, ideal for drag-free gravitational science missions and precision formation flying.
Three operational domains where the high specific impulse and low thrust of electric propulsion provide decisive mission advantages over chemical alternatives.
Maintains precise orbital positions for communication and navigation satellites with minimal propellant consumption. A single ion thruster can extend satellite operational life by years compared to a chemical system carrying equivalent mass.
Provides continuous, efficient thrust for interplanetary travel and deep space exploration. Dawn, Hayabusa, and BepiColombo all rely on ion propulsion to achieve trajectories that would be propellant-prohibitive for chemical engines.
Enables efficient plane changes and altitude transfers for commercial satellite operators. Electric orbit raising from GTO to GEO has become economically attractive for high-power communications satellites, reducing launch mass significantly.
An experimental investigation into developing a compact ionic thruster optimised for air and water propulsion — with a miniature ionic-propelled boat as proof-of-concept demonstrator. Built in my first semester as an early hands-on introduction to electrohydrodynamic propulsion; see the 6th semester IDP project below for the full physics-informed, ML-controlled successor.
Custom electrode geometry designed to generate a high-voltage ionic wind field. Configuration optimised for maximum thrust-to-weight ratio at the target operating voltage range.
Compact modular hull designed to demonstrate ionic propulsion in water medium. Minimal form factor with integrated direction control and wireless interface.
Wireless RC Interface · Live Demo
Smartphone Control · Live Demo
Thruster Test Fire · Thrust Characterisation
Measured and estimated parameters from the experimental miniature electron propulsion thruster demonstrator.
Successful electron movement and ion generation confirmed via visible corona discharge
Stable thrust production measured in the 5–10 mN range across operating voltage envelope
Remote wireless operation demonstrated via both RC interface and smartphone control
Scalable design architecture validated — modular components allow thrust level adjustment
Full proof-of-concept validation: ionic thrust in air and water medium achieved
Custom nozzle design fabricated and tested for improved ion beam directionality
A fully integrated ionic thruster research platform — precision hardware fabrication, high-voltage power electronics, real-time monitoring, and machine-learning-based auto-tuning — benchmarked against established experimental literature. This is the direct successor to the 1st semester boat thruster above, rebuilt from first principles as a rigorous, closed-loop research system.
Team CP-19 — Nidhi Kulkarni (1RV23CS151) ·
Mrida Pradhan (1RV23CD030) · Shanthosh KV (1RV23AS053) · Kaushal H (1RV23EC066)
Mentor — Dr. Jyoti Shetty
Current ionic-thruster research faces three compounding challenges that motivate this project.
Every prior study leaves the same gap open: no closed-loop, ML-driven control of an integrated ionic thruster system. The MIT Nature paper (Xu, He & Barrett, 2018) — first solid-state aircraft flight — is the project's anchor reference.
| Year | Title / Authors | Research Gap |
|---|---|---|
| 2015 | EHD thrust density via positive corona · Gilmore & Barrett | No multistage design, sensing, feedback, or autonomous control |
| 2018 | Flight of an aeroplane with solid-state propulsion · Xu, He, Strobel, Gilmore, Perreault, Barrett (Nature 563) — anchor reference | No closed-loop control, no onboard sensing, fixed electrode geometry |
| 2019 | Higher thrust-to-power with large gap spacing · Xu, Gomez-Vega, Agrawal, Barrett | No adaptive gap optimisation — fixed manual voltage setpoints |
| 2021 | Decoupled EAD thrusters · Gomez-Vega, Xu, Abel, Barrett | No embedded controller for dual HV supplies in closed loop |
| 2022 | Mitigating reverse emission · Gomez-Vega, Kambhampaty, Barrett | Only passive geometric fixes — no dynamic electrical control |
| 2024 | ML-enabled plasma modelling · Farbod, Maryam, Aaron (AIAA SciTech) | Offline modelling only — no trained model deployed in an embedded control loop |
| 2025 | Sawtooth multi-ring electrodes · Hou et al. (Scientific Reports) — 28.2% thrust-density gain | Optimal voltage tuned manually per geometry — no surrogate model |
Thruster design & fabrication → high-voltage power electronics → firmware/GUI/ML → validation & metrics — with a design-revision feedback loop when targets aren't met.
Fusion 360 / SolidWorks CAD, FDM-printed in PETG (30% infill, 0.2 mm layers, 2× HV insulating varnish). Wire-to-plate topology, adjustable 0.5–2.5 cm gap, ≥3 mm HV clearance.
Corona onset (Peek's Law) gates a Townsend quadratic discharge-current model, which feeds the Stuetzer ion-drag relation for thrust, power/efficiency, and momentum-flux ionic wind velocity.
IRF540N ZVS flyback driver (12 V → ~1 kV AC, 20–60 kHz) feeding a 15-stage Cockcroft–Walton multiplier (1N6517 diodes, 4.7 nF/2 kV ceramic caps) for 20–40 kV DC output, with LM393 comparator hardware safety interlock (relay trips at I > 1 mA or V > 45 kV) and a 10 MΩ bleed resistor.
A Random Forest corona-onset classifier gates physically-impossible sub-threshold predictions; an XGBoost regressor then predicts current, from which thrust, power, and velocity are derived analytically.
| Dataset | Samples | Composition |
|---|---|---|
| DS1 | 9,721 | 2,285 corona-active (23.5%), 7,436 inactive (76.5%) — motivates the classifier gate |
| DS2 | 16,088 | 7 features across 5,504 geometry groups — VkV, dmm, re,mm, PWMpct measured; Vonset,kV, ΔVkV, V/Vonset engineered from first principles. Train 12,888 / test 3,200 rows, zero geometry leakage. |
| Trees | 300 |
| Class weights | Balanced |
| Test accuracy / precision / recall / F1 | 1.0000 |
| Confusion matrix | TN 763, FP 0, FN 0, TP 2437 |
| Geometry leakage | 0 held-out groups shared with training |
| Quantity | R² | MAPE |
|---|---|---|
| Current I (raw µA) | 0.9972 | 11.60% |
| Thrust F (mN) | 0.9942 | 12.55% |
| Power P (mW) | 0.9972 | 11.60% |
| Velocity U (m/s) | 0.9925 | 3.96% |
| Target | GPR R² | GBR R² |
|---|---|---|
| Current (I) | 0.9962 | 0.9927 |
| Thrust (F) | 0.9908 | 0.9894 |
| Power (P) | 0.9960 | 0.9936 |
| Efficiency (η) | 0.0764 | 0.9595 |
| Velocity (U) | 0.9775 | 0.9905 |
| Mean | 0.8074 | 0.9851 |
Layered validation: SciPy SLSQP auto-tuner running against a real XGBoost inference engine (SIL), an Arduino/ESP32 + Wokwi hardware-in-the-loop bridge streaming live V/I/T telemetry at 10 Hz, and a physical wound-electrode prototype driven by a DC-DC booster.
V,I,T telemetry
packets at 10 Hz over serial — firmware, protocol, and inference confirmed as a unified closed loop.
Physics checks, SIL, HIL, and physical measurements form a layered validation pathway for closed-loop ionic wind control.
| Gap (cm) | Thrust (mN) | Power (W) | Efficiency (mN/W) |
|---|---|---|---|
| 2.0 | 2.1 ± 0.2 | 52.4 | 0.040 |
| 3.0 | 1.3 ± 0.1 | 48.1 | 0.027 |
| 4.0 | 0.7 ± 0.1 | 44.6 | 0.016 |
| 5.0 | 0.3 ± 0.1 | 41.2 | 0.007 |
Silent, vibration-free airflow over PCBs and power electronics — no moving parts, no mechanical failure. Studied by Intel and academic groups as a fan replacement in confined enclosures.
At gram-scale payload, ionic thrusters compete with rotary propellers — silent, no exposed blades, ideal for inspection drones inside buildings and pipelines.
EHD actuators suppress boundary-layer separation on wings, reducing drag 5–15%. Boeing and Airbus research divisions already use DBD/corona actuators on wind-tunnel models.
In vacuum or near-vacuum habitats, ionic wind circulates coolant gas with zero mechanical parts — critical for long-duration deep-space missions.
Corona discharge simultaneously generates ionic wind and reactive oxygen species that neutralise airborne pathogens — the principle behind commercial ionic air purifiers.
High-voltage DC ionises airborne water vapour; ions aggregate at a grounded collector into droplets — a candidate approach for water-scarce regions.
Physics-informed dataset construction, two-stage ML pipeline, SIL/HIL validation framework, and experimental thrust characterisation, presented as a unified contribution.