The evolution of unmanned aerial vehicles (UAV drones) has consistently pushed the boundaries of operational domains. A particularly challenging and promising frontier is the development of systems capable of seamless operation across air and water. Conventional amphibious UAV drones often grapple with a critical trade-off: limited endurance and compromised agility, especially during submerged navigation. The high energy cost of overcoming hydrodynamic drag and maintaining depth control significantly curtails mission duration. This paper presents the design rationale, analytical validation, and system integration of a novel medium-adaptive amphibious quadrotor UAV drone. Our approach centers on a holistic design philosophy that co-optimizes aerodynamics, hydrodynamics, structural efficiency, and energy management to transcend these limitations.
The core innovation lies in a synergistic system where the airframe, propulsion, and buoyancy control are designed as an interdependent unit rather than separate subsystems. The primary objectives were threefold: first, to minimize resistive forces in both aerial and aquatic media through shape optimization; second, to implement a low-energy depth control mechanism that avoids reliance on constant propeller thrust; and third, to incorporate a station-keeping mechanism to conserve energy during submerged observation phases. This integrated methodology has yielded a compact, efficient amphibious UAV drone platform with demonstrably enhanced endurance and operational flexibility.
System Architecture and Design Philosophy
The conceptual design of the amphibious quadrotor UAV drone was driven by the principle of medium-adaptive reconfiguration. Unlike conventional designs that may use fixed geometries or add external buoyancy modules, our UAV drone employs a transformative structure where key components actively change their function and orientation based on the operational medium. The system comprises four main modules: the primary ellipsoidal hull, four vectored thrust units with integrated buoyancy chambers, a biomimetic adhesion array, and a sealed electronics bay. A central flight controller orchestrates the transition between aerial, surface, and subsurface modes by managing servo actuators, water pumps, and motor controllers.

The operational sequence is as follows: For aerial flight, the thrust units are oriented vertically downward, and the UAV drone functions as a standard quadrotor. For surface navigation, servo mechanisms rotate each thrust unit by 90 degrees, positioning the propellers for horizontal thrust while the buoyancy chambers provide natural flotation. For diving, pumps fill the buoyancy chambers with ambient water, increasing the system’s mass beyond its buoyant force, enabling passive descent without reverse thrust. This process is reversed for ascent. This logical flow is encapsulated in the high-level state machine governing the UAV drone’s behavior.
The design parameters for the initial prototype were established through a combination of mission requirements and fundamental physics. Key metrics are summarized in Table 1.
| Parameter | Value | Description |
|---|---|---|
| Dry Mass (Mdry) | 2.5 kg | Mass excluding ballast water. |
| Maximum Wet Mass (Mwet) | 3.57 kg | Mass with buoyancy chambers full. |
| Total Displaced Volume (V) | 2.76 × 10-3 m³ | Calculated from CAD geometry. |
| Hull Material | PA Nylon Resin | Chosen for strength-to-weight ratio and water resistance. |
| Propeller Diameter | 134 mm | Optimized for thrust in low-density (air) and high-density (water) media. |
| Target Depth Rating | 100 m | Design pressure for hull and seal validation. |
Fluid Dynamic Optimization of the Hull
The hull form is the single most critical factor influencing the drag force, which directly impacts the propulsion energy required. The drag force $F_D$ is given by:
$$F_D = \frac{1}{2} \rho C_D A v^2$$
where $\rho$ is the fluid density, $C_D$ is the drag coefficient, $A$ is the reference area, and $v$ is the velocity. For an amphibious UAV drone, minimizing $C_D$ is paramount in both air ($\rho_{air} \approx 1.225 \text{ kg/m}^3$) and water ($\rho_{water} \approx 1020 \text{ kg/m}^3$).
We employed Computational Fluid Dynamics (CFD) simulations to evaluate candidate shapes. A Reynolds-Averaged Navier-Stokes (RANS) model with a $k-\epsilon$ turbulence closure was used, setting the Reynolds number to $Re = 1.0 \times 10^5$ and inflow velocity to $v = 1 \text{ m/s}$ for comparative analysis. Three basic profiles were analyzed: a sphere, a circular cylinder, and an ellipsoid with a 2:1 aspect ratio. The results, summarized in Table 2, clearly favored the ellipsoidal shape.
| Hull Shape | Drag Coefficient ($C_D$) | Qualitative Flow Behavior |
|---|---|---|
| Sphere | 0.47 | Large, steady separation wake. |
| Cylinder | 1.20 | Pronounced vortex shedding, high unsteady drag. |
| Ellipsoid (2:1) | 0.18 | Attached flow over majority of surface, minimal wake. |
The ellipsoidal profile promotes laminar flow over a greater portion of its surface, delaying flow separation and reducing the pressure drag component. This shape is inherently efficient for both aerial flight (reducing parasitic drag) and underwater transit. Following the aerodynamic and hydrodynamic selection, a structural Finite Element Analysis (FEA) was performed on the ellipsoidal hull model. A pressure load equivalent to 100m water depth ($P = \rho g h \approx 1,000,000 \text{ Pa}$) was applied. The PA Nylon resin material model was used with appropriate yield criteria. The FEA confirmed a maximum von Mises stress significantly below the material’s yield strength and a deformation profile that would not compromise the integrated IP68-rated seal. Subsequent topological optimization of the internal rib structure, aiming to minimize strain energy for the given loading, achieved a **25% reduction in hull mass** without compromising structural integrity.
Energy-Efficient Depth Control via Adaptive Ballast
Traditional amphibious UAV drones often use downward propeller thrust to overcome positive buoyancy and submerge, a method that is energy-intensive and induces significant pitching moments. Our design employs a passive ballast system integrated into the four vectored thrust pods. Each pod contains a lightweight polypropylene shell housing a flexible internal water bladder, a small DC pump, and a brushless motor driving the propeller.
The fundamental principle is governed by Archimedes’ law and static equilibrium:
$$F_{buoyancy} = \rho_{water} \cdot g \cdot V$$
$$F_{gravity} = M_{total} \cdot g$$
Submergence requires $F_{gravity} > F_{buoyancy}$. Initially, the UAV drone’s dry mass $M_{dry}$ creates a gravity force $F_{g,dry}$. Its volume $V$ creates buoyancy $F_b$.
$$F_{g,dry} = M_{dry} \cdot g = 2.5 \cdot 9.81 = 24.5 \text{ N}$$
$$F_b = \rho_{water} \cdot g \cdot V = 1020 \cdot 9.81 \cdot 2.76 \times 10^{-3} \approx 27.6 \text{ N}$$
Since $F_b > F_{g,dry}$, the UAV drone is positively buoyant and floats. To dive, the pumps fill the bladders with a mass of water $M_{ballast}$. The condition for sinking becomes:
$$(M_{dry} + M_{ballast}) \cdot g > F_b$$
Solving for the required $M_{ballast}$:
$$M_{ballast} > \frac{F_b}{g} – M_{dry} \approx \frac{27.6}{9.81} – 2.5 \approx 0.31 \text{ kg}$$
Each of the four pods is designed to hold 0.266 kg of water, providing a total $M_{ballast} = 1.064 \text{ kg}$, resulting in a net downward force for controlled descent. This system eliminates the need for constant power-hungry reverse thrust merely to stay submerged. The buoyancy pods were also subjected to CFD analysis, confirming their streamlined ellipsoidal shape minimizes added drag during underwater transit.
Biomimetic Adhesion for Station-Keeping and Energy Conservation
A paramount feature for extending the submerged endurance of our amphibious UAV drone is a biomimetic adhesion mechanism. Inspired by the octopus sucker, a modular array is mounted on the top hull. This system enables the UAV drone to attach to a variety of submerged surfaces (ship hulls, rock formations, marine structures), allowing it to shut down its propulsion motors entirely and enter an ultra-low-power monitoring state.
The array consists of 31 individual suction units, each 8 mm in diameter. The adhesion force $F_{adh}$ for a single sucker under ideal conditions (perfect seal) is primarily due to atmospheric pressure $P_{atm}$ acting over the area $A$ against a generated vacuum pressure $P_{vac}$:
$$F_{adh} = (P_{atm} – P_{vac}) \cdot A$$
In practice, the achievable force is lower due to seal imperfections and surface irregularities. To accommodate non-ideal surfaces, each sucker is backed by a flexible piezoelectric sensor and a soft, deformable rim. A control loop uses sensor feedback to regulate suction pressure, allowing the array to conform to curved surfaces with a radius of curvature greater than 50 mm. Bench tests measured a total maximum adhesion force for the array exceeding **four times the UAV drone’s dry weight**, ensuring secure attachment even under mild currents. The energy savings are substantial; instead of consuming hundreds of watts to hold position via thrusters, the adhesion system consumes only a few watts to maintain suction.
Integrated Dynamics and Control Framework
The motion of the amphibious quadrotor UAV drone across different mediums is described by a unified but parameter-varying dynamic model. The Newton-Euler equations form the basis:
$$M \dot{v} + C(v)v + D(v)v + g(\eta) = \tau$$
Where $M$ is the inertia matrix (including added mass effects in water), $C(v)$ is the Coriolis and centripetal matrix, $D(v)$ is the damping matrix (dominant in water), $g(\eta)$ is the gravitational/buoyancy vector, and $\tau$ is the vector of forces and torques from the thrusters.
The key adaptation lies in the highly variable parameters. The damping matrix $D(v)$ is negligible in air but becomes a dominant, highly non-linear term in water, often modeled as:
$$D(v) = D_{linear} + D_{quadratic}|v|$$
where the quadratic term is significant. Furthermore, the inertia matrix $M$ must account for the “added mass” of accelerated water, effectively increasing the UAV drone’s apparent mass during underwater maneuvers. The thrust coefficient $k_T$ relating motor command to force also changes dramatically:
$$\tau_{air} = k_{T,air} \cdot \omega^2, \quad \tau_{water} = k_{T,water} \cdot \omega^2, \quad \text{where } k_{T,water} >> k_{T,air}$$
A Kalman filter fuses data from a dual-medium sensor suite (barometer, water pressure sensor, IMU, Doppler Velocity Log for water) to accurately estimate the UAV drone’s state. The controller then adjusts its gains based on the identified medium. For depth control, the ballast system provides low-bandwidth, low-energy adjustment, while the thrusters provide high-bandwidth attitude and positional control.
| Metric | Conventional Amphibious UAV Drone (Baseline) | Our Medium-Adaptive UAV Drone Design | Projected Improvement |
|---|---|---|---|
| Submerged Endurance (Stationary) | ~20-30 min (thrusters active) | >70 min (using adhesion + sensors only) | >130% increase |
| Energy for Depth Holding | High (Continuous thruster use) | Very Low (Passive ballast + occasional pump) | >80% reduction |
| Transit Drag ($C_D$) | High (Cylindrical/Tubular bodies) | Low (Optimized Ellipsoid) | ~60% reduction per analysis |
| Structural Mass Efficiency | Standard | Topology Optimized Hull | 25% mass reduction |
| Surface Adaptation | Limited | Biomimetic Conforming Adhesion Array | Enables new stationary missions |
Conclusion and System Synthesis
This paper has detailed the comprehensive design and analysis of a novel medium-adaptive amphibious quadrotor UAV drone. By adopting an integrated systems approach, we have addressed the core limitations of endurance and flexibility that plague conventional designs. The ellipsoidal, topology-optimized hull minimizes resistive losses in both air and water. The adaptive ballast system replaces energy-intensive depth-keeping thrust with a efficient pump-based mechanism, fundamentally altering the power budget for submerged operations. The biomimetic adhesion array introduces a revolutionary capability for zero-power station-keeping, unlocking prolonged underwater monitoring missions.
The theoretical calculations and simulation results—encompassing CFD for drag minimization, FEA for pressure integrity, and static force analysis for buoyancy control—collectively validate the feasibility and advantages of the proposed design. The synergistic integration of these features results in a UAV drone platform that is not merely capable of operating in multiple domains but does so with optimized efficiency for each. The projected performance metrics indicate a potential **30% overall increase in submerged mission endurance** compared to standard architectures, alongside significantly expanded operational scenarios. This amphibious UAV drone design establishes a foundational framework for future intelligent, multi-medium robotic systems capable of persistent, adaptive presence in complex littoral and aquatic environments.
