In modern mechanical transmission systems, the pursuit of efficiency is paramount. The power loss incurred during the operation of cylindrical gear transmissions is a critical factor influencing overall system performance, fuel economy, and environmental impact. This analysis delves into the mechanisms of power loss, focusing particularly on losses independent of load, such as churning (or windage) losses, which become significant under high-speed or splash-lubrication conditions. While specific geometries like variable hyperboloid circular-arc-tooth-trace (VH-CATT) gears present unique characteristics, the fundamental fluid-dynamic principles governing power dissipation are broadly applicable to cylindrical gear systems. This article combines theoretical fluid mechanics with advanced numerical simulation methods to model and analyze these losses, providing insights for the design optimization of efficient cylindrical gear drives.

1. Theoretical Foundations of Power Loss in Cylindrical Gears
The total power loss in a cylindrical gear pair operating under splash lubrication can be categorized into load-dependent losses (e.g., friction at the tooth contact) and load-independent losses. The latter, often dominant in high-speed or lightly loaded conditions, primarily consist of churning loss and windage loss. Churning loss results from the viscous drag exerted by the lubricant as the gear immerses and rotates through the oil sump. Windage loss arises from the aerodynamic drag between the gear’s exposed surfaces (teeth, sides) and the air-oil mist atmosphere inside the housing.
1.1 Churning Power Loss Models
The churning loss for a cylindrical gear is typically decomposed into losses associated with its circumferential face (teeth), its side faces, and the squeezing effect in the meshing zone. Empirical and semi-empirical models have been developed to estimate these components. A generalized formulation for the churning power loss \( P_{\text{churning}} \) can be expressed as the sum of these parts:
$$ P_{\text{churning}} = P_1 + P_2 + P_3 $$
Where:
\( P_1 \) = Loss due to gear circumference (teeth)
\( P_2 \) = Loss due to gear side faces
\( P_3 \) = Loss due to oil squeezing in the meshing zone
These components can be approximated using formulas that account for gear geometry, immersion depth, lubricant properties, and rotational speed. For a cylindrical gear, these formulas often take the form:
$$ P_1 = \frac{7.37 \cdot f_g \cdot \nu \cdot n^3 \cdot d^{4.7} \cdot L}{A_g \times 10^{26}} $$
$$ P_2 = \frac{1.474 \cdot f_g \cdot \nu \cdot n^3 \cdot d^{5.7}}{A_g \times 10^{26}} $$
$$ P_3 = \frac{7.37 \cdot f_g \cdot \nu \cdot n^3 \cdot d^{4.7} \cdot (B \cdot R_f / \tan\beta)}{A_g \times 10^{26}} $$
Parameters and their typical units are summarized in the table below:
| Symbol | Parameter | Typical Unit |
|---|---|---|
| \( f_g \) | Immersion factor (\(h/d_a\)) | – |
| \( \nu \) | Kinematic viscosity of oil | cSt or mm²/s |
| \( n \) | Rotational speed | rpm |
| \( d \) | Pitch circle diameter | mm |
| \( L \) | Wetted shaft length | mm |
| \( A_g \) | Gear arrangement constant | – |
| \( B \) | Face width | mm |
| \( R_f \) | Surface roughness factor | – |
| \( \beta \) | Helix angle | ° |
The strong dependency on speed (\(n^3\)) and viscosity (\(\nu\)) is evident. The immersion factor \( f_g \) is crucial, ranging from 0 (gear not immersed) to 1 (gear fully submerged).
1.2 Windage Power Loss Models
While often smaller than churning loss at moderate speeds, windage loss becomes increasingly significant for high-speed cylindrical gear applications. It is governed by the drag of the air-oil mist mixture. Models like the one proposed by Anderson estimate windage power loss \( P_{\text{windage}} \) for a gear pair as:
$$ P_{\text{windage}} = P_{\text{driver}} + P_{\text{follower}} $$
$$ P_{\text{driver}} = C \cdot \left(1 + 2.3 \frac{B}{R_{\text{driver}}}\right) \cdot \rho^{0.8} \cdot n^{2.8} \cdot R_{\text{driver}}^{4.6} \cdot \tilde{\nu}^{0.2} $$
$$ P_{\text{follower}} = C \cdot \left(1 + 2.3 \frac{B}{R_{\text{follower}}}\right) \cdot \rho^{0.8} \cdot \left(\frac{n}{u}\right)^{2.8} \cdot R_{\text{follower}}^{4.6} \cdot \tilde{\nu}^{0.2} $$
Here, the density \(\rho\) and effective kinematic viscosity \(\tilde{\nu}\) are for the air-oil mixture, calculated as weighted averages:
$$ \rho = \frac{\rho_{\text{oil}} + 34.25 \rho_{\text{air}}}{35.25}, \quad \tilde{\nu} = \frac{\nu_{\text{oil}} + 34.25 \nu_{\text{air}}}{35.25} $$
| Symbol | Parameter | Typical Unit/Value |
|---|---|---|
| \( C \) | Proportional constant | ~ \(2.4 \times 10^{-8}\) |
| \( \rho \) | Mixture density | kg/m³ |
| \( \tilde{\nu} \) | Mixture kinematic viscosity | cSt or mm²/s |
| \( u \) | Gear ratio | – |
| \( \rho_{\text{oil}}, \rho_{\text{air}} \) | Density of oil and air | kg/m³ |
| \( \nu_{\text{oil}}, \nu_{\text{air}} \) | Kinematic viscosity of oil and air | cSt or mm²/s |
The even stronger speed dependency (\(n^{2.8}\)) highlights why windage is critical for high-speed cylindrical gear operation.
2. Numerical Simulation Using Smoothed Particle Hydrodynamics (SPH)
Theoretical models, while useful, often rely on simplifications. To capture the complex, transient, two-phase (air-oil) flow within a gearbox, advanced numerical methods are required. Traditional grid-based Computational Fluid Dynamics (CFD) faces challenges with moving boundaries and large interface deformations. The Smoothed Particle Hydrodynamics (SPH) method, a mesh-free Lagrangian technique, is particularly suited for simulating the splash lubrication of a cylindrical gear.
2.1 Governing Equations in SPH Formulation
In SPH, the fluid is discretized into moving particles that carry field properties (density, velocity, pressure). The governing equations of fluid dynamics—conservation of mass, momentum, and energy—are solved by approximating integrals over neighboring particles using a smoothing kernel function \( W_{ij} = W(|\mathbf{r}_i – \mathbf{r}_j|, h) \), where \( h \) is the smoothing length.
The discrete SPH formulations for a particle \( i \) interacting with neighboring particles \( j \) are:
$$ \frac{d\rho_i}{dt} = \sum_j m_j (\mathbf{u}_j – \mathbf{u}_i) \cdot \nabla_i W_{ij} $$
$$ \frac{d\mathbf{u}_i}{dt} = \sum_j m_j \left( \frac{\mathbf{S}_j}{\rho_j^2} + \frac{\mathbf{S}_i}{\rho_i^2} \right) \cdot \nabla_i W_{ij} + \mathbf{g} $$
$$ \frac{de_i}{dt} = \frac{1}{2} \sum_j m_j \left( \frac{\mathbf{S}_j}{\rho_j^2} + \frac{\mathbf{S}_i}{\rho_i^2} \right) : (\mathbf{u}_j – \mathbf{u}_i) \nabla_i W_{ij} – \sum_j m_j \left( \frac{\mathbf{q}_j}{\rho_j^2} + \frac{\mathbf{q}_i}{\rho_i^2} \right) \cdot \nabla_i W_{ij} $$
Where:
\( \rho_i, \mathbf{u}_i, e_i \) are density, velocity, and specific internal energy of particle \( i \).
\( m_j \) is the mass of particle \( j \).
\( \mathbf{S} \) is the stress tensor, \( \mathbf{S} = -p\mathbf{I} + \boldsymbol{\sigma} \).
\( \boldsymbol{\sigma} \) is the shear stress tensor, \( \boldsymbol{\sigma} = \mu (\nabla \mathbf{u} + \nabla \mathbf{u}^T) + (\xi – \frac{2}{3}\mu)(\nabla \cdot \mathbf{u})\mathbf{I} \).
\( \mathbf{g} \) is gravity.
\( \mathbf{q} \) is the heat flux.
This formulation naturally handles the free surface flow, large deformations, and the interaction between the rotating cylindrical gear and the fluid particles.
2.2 Simulation Model Setup
To ensure practical relevance, a simulation model is constructed based on the geometry of a standard FZG-type test gearbox. The core components—the gearbox housing, the driving and driven cylindrical gear pair, and shafts—are modeled. The gears are defined with parameters typical for power loss studies. A two-phase model is established with air and lubricating oil. The initial condition defines the oil sump level relative to the gear centerline. The following table outlines a matrix of simulation cases designed to isolate key parameters:
| Case | Oil Immersion Depth (mm) | Pinion Speed (rpm) | Oil Kinematic Viscosity (m²/s) | Oil Density (kg/m³) |
|---|---|---|---|---|
| 1 | 0 (at centerline) | 600 | 7.95 × 10⁻⁵ | 831.2 |
| 2 | 0 | 1200 | 7.95 × 10⁻⁵ | 831.2 |
| 3 | 0 | 1800 | 7.95 × 10⁻⁵ | 831.2 |
| 4 | 0 | 3000 | 7.95 × 10⁻⁵ | 831.2 |
| 5 | 0 | 1200 | 7.95 × 10⁻⁵ | 831.2 |
| 6 | -10 | 1200 | 7.95 × 10⁻⁵ | 831.2 |
| 7 | -20 | 1200 | 7.95 × 10⁻⁵ | 831.2 |
| 8 | -20 | 200 | 7.95 × 10⁻⁵ | 831.2 |
| 9 | -20 | 200 | 3.01 × 10⁻⁵ | 812.1 |
| 10 | -20 | 200 | 1.52 × 10⁻⁵ | 792.8 |
Cases 1-4 study speed effects at a fixed immersion. Cases 5-7 study immersion depth effects. Cases 8-10 study oil viscosity effects. The SPH simulation tracks particle positions, velocities, and the resultant torque on the cylindrical gear shafts, from which power loss is calculated.
3. Analysis of Simulation Results and Parameter Influence
The SPH simulation provides a dynamic visualization of the oil distribution, flow patterns, and velocity fields within the gearbox housing, offering deep insight into the power loss mechanisms of the rotating cylindrical gear.
3.1 Transient Oil Flow and Velocity Fields
As the cylindrical gear begins to rotate, it imparts momentum to the oil particles. The oil is drawn up, with some adhering to the gear teeth and sides, and some being splashed against the housing walls, creating a complex, turbulent two-phase flow. High-velocity regions are concentrated near the gear teeth and in the meshing zone where oil is squeezed. Areas farther from the gear and near the walls exhibit much lower velocities due to viscous damping. The air phase is displaced and mixed with oil droplets, forming a mist. These transient flow patterns directly determine the viscous drag forces on the cylindrical gear.
3.2 Influence of Rotational Speed
Speed is the most dominant factor affecting the load-independent power loss of a cylindrical gear. The simulation cases 1-4 clearly demonstrate this. The torque loss, which is directly proportional to power loss (\(P = T \cdot \omega\)), increases significantly with speed. The relationship is highly non-linear, aligning with the theoretical models (\(P \propto n^{2.8-3.0}\)). At higher speeds, the flow becomes more chaotic, with increased splashing and a greater volume of oil being carried into the air mist, which also increases windage drag on the upper, non-immersed parts of the cylindrical gear. The following conceptual trend is observed from the torque data:
$$ T_{\text{loss}} \approx k_1 \cdot n^{\alpha} \quad \text{with } \alpha > 1 $$
where \( k_1 \) is a constant aggregating other parameters.
3.3 Influence of Oil Immersion Depth
The depth to which the cylindrical gear is submerged directly controls the wetted area and thus the magnitude of churning loss. Comparing cases 5, 6, and 7 shows a clear trend: shallower immersion leads to lower torque/power loss. When the oil level is at the gear centerline (0 mm) or below (-10, -20 mm), less gear surface area interacts with the high-viscosity oil, reducing drag. However, a trade-off exists: sufficient immersion is required to ensure adequate lubrication and cooling of the meshing teeth. The power loss shows a positive correlation with immersion depth \( h \):
$$ P_{\text{churning}} \propto f_g(h) $$
where \( f_g \) is the immersion factor from the theoretical model.
3.4 Influence of Lubricant Viscosity
The lubricant’s kinematic viscosity \( \nu \) is a primary property governing viscous drag. Simulations from cases 8, 9, and 10 confirm that higher viscosity oil results in greater power loss for the cylindrical gear. High-viscosity oil has stronger cohesive and adhesive forces, leading to a thicker adhered film on the gear and greater resistance to shear as the gear rotates. Conversely, low-viscosity oil flows more easily, resulting in lower churning loss but potentially raising concerns about elastohydrodynamic lubrication (EHL) film thickness at the tooth contact. The influence can be summarized as:
$$ T_{\text{loss}} \approx k_2 \cdot \nu^{\beta} $$
where \( \beta \) is a positive exponent, and \( k_2 \) encompasses other geometric and kinematic factors.
4. Discussion: Synthesis and Design Implications
The interplay between the studied parameters defines the operational efficiency window for a splash-lubricated cylindrical gear system. The theoretical and SPH simulation results converge on several key principles for minimizing load-independent power loss:
- Speed Management: For a given cylindrical gear design, operating at the lowest practical speed significantly reduces both churning and windage losses due to the strong power-law relationship.
- Optimal Sump Design: The oil immersion depth should be carefully optimized. It must be sufficient to guarantee reliable lubrication (often to the lowest rolling element on a bearing or a minimum tooth dip) but no more. Using scrapers or targeted oil jets can allow for a lower overall sump level.
- Lubricant Selection: The lowest viscosity oil that still maintains an adequate lubricating film under operational loads and temperatures should be selected to minimize churning drag. This often involves a careful balance with anti-wear and extreme pressure additives.
- Gear Geometry: While not extensively varied in this study, the geometry of the cylindrical gear itself plays a role. A smoother tooth profile, polished surfaces, and optimized module/face width can reduce the drag coefficient. For very high speeds, shrouding or vacuum enclosures can be considered to mitigate windage.
The comprehensive numerical approach using SPH for a cylindrical gear system provides a virtual testbed that is less costly and time-consuming than building multiple physical prototypes. It allows engineers to visualize the otherwise invisible flow phenomena and quantitatively predict power loss trends under various “what-if” scenarios.
5. Concluding Remarks
Power loss in cylindrical gear transmissions, particularly the load-independent components from churning and windage, is a critical efficiency determinant in modern machinery. This analysis has detailed the theoretical foundations of these losses, highlighting their strong dependency on rotational speed, lubricant viscosity, and gear immersion depth. The adoption of the Smoothed Particle Hydrodynamics (SPH) numerical method provides a powerful tool to simulate the complex, transient, two-phase flow inside a gearbox, offering insights far beyond simplified analytical formulas.
The findings underscore that for any cylindrical gear application aiming for high efficiency—be it in electric vehicles, wind turbines, or industrial gearboxes—a systems-level approach to lubrication management is essential. The optimal design is a multivariate compromise between minimizing viscous drag and ensuring robust component lubrication and cooling. The methodologies and trends discussed herein serve as a guide for engineers to analyze, predict, and ultimately reduce power loss, contributing to the development of more efficient and sustainable mechanical transmission systems. Future work may integrate these load-independent loss models with load-dependent contact loss models and thermal network analyses for a complete system efficiency prediction.
