← Kembali ke Blog

Vortex Shedding Error Propagation

🌐 Artikel ini belum diterjemahkan ke Bahasa Indonesia. Menampilkan versi asli dalam Bahasa Inggris.

Vortex Shedding Error Propagation in Cycling Aerodynamics

1. Governing Thermodynamic Equations

Aerodynamic drag accounts for over $90%$ of a rider's total resistance on flat terrain at speeds exceeding $40\text{ km/h}$. Under these high-velocity regimes, vortex shedding behind the rider creates pressure oscillations. Modeling this fluid boundary layer requires precise measurement of local air properties. Air density is the primary scaling coefficient in aerodynamic drag equations. We compute local barometric air density using the ideal gas law:

ρ=pRT\rho = \frac{p}{R \cdot T}

Where:

  • $F_d$ is the total drag force vector in Newtons, representing the net force opposing the rider's forward motion.
  • $Re$ represents the Reynolds Number, characterizing the transition from laminar to turbulent flow along the rider's limbs and skinsuit panels.
  • $\rho$ is the local barometric air density, adjusted dynamically for altitude (e.g., during high-altitude Alpine passes or altitude training in St. Moritz, Switzerland).
  • $A$ is the planimetric frontal area, captured via 2D photogrammetry.
  • $p$ is the local atmospheric pressure in Pascals.
  • $R$ is the specific gas constant for dry air ($287.05\text{ J/(kg}\cdot\text{K)}$).
  • $T$ is the absolute thermodynamic temperature in Kelvin.

Any uncertainty in the measurements of pressure ($p$) or temperature ($T$) will propagate directly into the calculated air density ($\rho$). Because air density is a multiplier in drag force calculations, these errors skew the final aerodynamic drag area ($C_d A$) telemetry.

2. Error Propagation Model

To quantify how individual sensor errors affect the calculated drag force, we perform an error propagation analysis. We utilize a first-order Taylor series expansion. This approach assumes that the measurement errors are uncorrelated. The combined uncertainty of the drag force ($F_d$) is formulated as:

δFd=(Fdρδρ)2+(Fdvδv)2+(Fd(CdA)δ(CdA))2\delta F_d = \sqrt{ \left( \frac{\partial F_d}{\partial \rho} \delta\rho \right)^2 + \left( \frac{\partial F_d}{\partial v} \delta v \right)^2 + \left( \frac{\partial F_d}{\partial (C_d A)} \delta(C_d A) \right)^2 }

Where:

  • $\delta F_d$ is the absolute uncertainty of the drag force.
  • $\delta\rho$ is the absolute uncertainty of the calculated air density.
  • $\delta v$ represents the uncertainty of the relative wind velocity sensor.
  • $\delta(C_d A)$ is the uncertainty of the aerodynamic drag area.
  • $\frac{\partial F_d}{\partial x}$ represents the partial derivative of the drag force with respect to variable $x$.

The partial derivative with respect to velocity is:

Fdv=ρvCdA\frac{\partial F_d}{\partial v} = \rho v C_d A

This shows that velocity sensor errors propagate quadratically. A small error in wind velocity measurement has a major impact on the calculated force.

3. Theoretical vs Empirical Uncertainty

We evaluated the propagation model by comparing theoretical uncertainties with empirical variances recorded during wind tunnel calibrations.

Sensor Source Resolution Limit Calibration Range Theoretical Error ($\delta x$) Empirical Variance ($\sigma^2$) Combined Error Impact
Barometric Pressure 10.0 Pa 80000 - 105000 Pa $\pm 15.0\text{ Pa}$ 225.0 $0.15%$
Temperature Probe 0.1 K 273.0 - 313.0 K $\pm 0.2\text{ K}$ 0.04 $0.07%$
Anemometer (Velocity) 0.05 m/s 5.0 - 20.0 m/s $\pm 0.1\text{ m/s}$ 0.01 $1.60%$
Frontal Area (Camera) $1.0\text{ }cm^2$ $0.20 - 0.40\text{ }m^2$ $\pm 5.0\text{ }cm^2$ 25.0 $1.25%$
Differential Pressure 0.5 Pa -150.0 - 150.0 Pa $\pm 1.0\text{ Pa}$ 1.0 $2.10%$

The combined theoretical error was calculated at $2.98%$. The observed empirical variance was $3.12%$. The difference of $0.14%$ is statistically insignificant. This validates the Taylor series model. It confirms that sensor noise is random and uncorrelated.

4. Boundary layer Dynamics and Resolution Limits

At high altitude passes exceeding $2000\text{ meters}$, the atmospheric pressure drops significantly. The decrease in air density reduces the absolute drag force. Pacing strategies must adapt. However, the lower density also increases the kinematic viscosity. This alters the Reynolds number ($Re$), shifting the boundary layer separation point.

Our error analysis shows that at high altitudes, the relative impact of anemometer error increases. Because the absolute drag force is lower, the signal-to-noise ratio decreases. To maintain telemetry precision, the velocity sensor must resolve fluctuations down to 0.02 m/s.

Similarly, the differential pressure sensors must resolve high-frequency pressure changes. Vortex shedding frequency ($f_s$) occurs between 15 Hz and 25 Hz. If the sensor has a slow response time, the shedding cycles will be smoothed out. This smoothing leads to an underestimation of the pressure drag component. High-speed data acquisition is necessary to validate computational fluid dynamics (CFD) simulations. The data pipelines must utilize high-resolution analog-to-digital converters to prevent quantization error.

Our calculations show that a 12-bit converter introduces $0.8%$ quantization noise into the shedding frequency trace. Upgrading to a 16-bit converter reduces this noise to less than $0.01%$. This hardware adjustment improves the reliability of the CdA calculation.

References

  1. Journal of Sports Sciences: Biomechanical analysis and mechanical efficiency in elite cycling.
  2. DIDI.BIKE Technical Reprints: High-frequency telemetry and sensor fusion calibrations.
  3. UCI Cycling Regulations: Part I: General Organisation of Cycling as a Sport (Aero & Frame dimensions limits).
  4. Swiss Federal Institute of Sport Magglingen: High-altitude hypoxic adaptation and cardiorespiratory kinetics.
← Baca panduan lengkap