Betz Limit
$$P_{max}= \frac{16}{27}\cdot \frac{1}{2}\rho A v^3 \approx 0.593\, P_{wind}$$ρ = 1.225 kg/m³ A = πR² rotor swept area v: wind speed
Real-time wind turbine power curve, Cp-TSR characteristics, and annual energy production. Experience Betz limit (16/27) and Weibull wind distribution.
ρ = 1.225 kg/m³ A = πR² rotor swept area v: wind speed
The power available in the wind passing through the rotor's swept area is the starting point. The Betz Limit defines the theoretical maximum fraction of this power that can be extracted.
$$P_{wind}= \frac{1}{2}\rho A v^3$$ $$P_{max}= C_{p,max}\cdot P_{wind}= \frac{16}{27}\cdot \frac{1}{2}\rho A v^3 \approx 0.593\, P_{wind}$$ρ = air density (1.225 kg/m³ at sea level)
A = rotor swept area = πR²
v = upstream wind speed (m/s)
Cp,max = Betz limit coefficient (16/27)
The actual turbine power depends on its power coefficient (Cp), which is a function of the Tip Speed Ratio (TSR) and the blade pitch angle (β). TSR is the ratio of blade tip speed to wind speed.
$$P_{turbine}= C_p(\lambda, \beta) \cdot \frac{1}{2}\rho A v^3$$ $$\lambda = \frac{\Omega R}{v}$$Cp = power coefficient (efficiency, ≤ Cp,max)
λ = Tip Speed Ratio (TSR)
Ω = rotor angular velocity (rad/s)
R = rotor radius (m)
β = blade pitch angle (degrees)
Turbine Design & Sizing: Engineers use these exact calculations to determine the optimal rotor diameter and generator size for a specific location. For instance, a site with lower average wind speeds might require a larger rotor to capture enough energy, which directly impacts the turbine's cost and structural design.
Wind Farm Site Assessment: Before investing millions, developers analyze the Weibull parameters (scale and shape) from years of local wind data. This simulator's energy calculation mimics this process, predicting annual energy yield to estimate the project's financial viability.
Pitch Control Systems: The pitch angle (β) isn't static. In practice, above the "Rated Wind Speed," blades are pitched to spill wind and maintain constant power, protecting the generator. This simulator shows how changing pitch alters the Cp curve and limits power in high winds.
Performance Monitoring: Operators of existing wind farms continuously monitor the actual Cp of their turbines against the theoretical curve. A drop in Cp can indicate issues like blade erosion, misalignment, or icing, triggering maintenance.
When you start using this simulator, there are a few points that are easy to misunderstand, so be careful. First, it's common to think of "the Betz limit of 59.3% as an absolute, unbreakable wall no matter how hard you try", but this is a story from an extremely simplified model of an "ideal actuator disk in a uniform flow". In reality, there are special cases that break this assumption—such as "multi-staging" where multiple turbines are arranged vertically—where theoretically exceeding this limit has been discussed. However, for standard single-turbine design, it's correct to treat it as an unattainable target value.
Next, a pitfall in parameter setting. Are you leaving the air density ρ at the default 1.225 kg/m³? This is the value for 15°C near sea level. If your actual installation site is on a plateau or if temperatures vary significantly between summer and winter, the density will fluctuate. For example, at an altitude of 1000m and 0°C, the density drops to about 1.1 kg/m³, reducing the power obtainable at the same wind speed by about 10%. For power generation estimates, it's a golden rule to recalculate the density based on the local average atmospheric pressure and temperature.
Finally, note that "operating always at the optimal TSR yields the highest efficiency" is not necessarily true. There certainly is a single point where Cp is maximized, but wind speed changes constantly, right? In actual turbine control, while the optimal TSR is tracked until the wind speed reaches the rated value, during strong winds the pitch angle is changed to keep the output constant, deliberately reducing efficiency (lowering Cp). It's a good idea to use the simulator to observe how the generated power levels off while increasing the pitch angle β, assuming the "above rated wind speed" region.
The theory behind this tool is deeply connected not just to wind power, but to various engineering fields. The first that comes to mind is Aeronautical Engineering. The "airfoil theory" used to examine the lift and drag characteristics of blade airfoils, and the "Blade Element Theory" for calculating the aerodynamic load on the entire blade, are built on exactly the same foundations as the design of airplane propellers or helicopter rotors. The "pitch angle β" that appears in the simulator is a crucial parameter equivalent to the "angle of attack" in aviation.
Next is Fluid Machinery Engineering. Turbines are a type of "turbo machine", like pumps and fans, sharing common principles of energy conversion. Particularly, the similarity laws are extremely important. The relationship that, in the simulator, changing the rotor radius R or rotational speed Ω still yields the same "Cp" for the same "TSR (λ)", is a fundamental principle used to scale up experimental results from models to full-size machines.
Furthermore, Control Engineering and Probability & Statistics are also essential. How to control rotational speed and adjust the pitch angle to extract maximum energy from the turbulent input of wind is an application of advanced control theory. Also, wind condition analysis using the Weibull distribution employs the exact same distribution used in "Reliability Engineering" for predicting machinery lifespan. From this single tool, you can access a remarkably wide world of engineering.
Once you're comfortable with this simulator, try moving to the next step. First, confront the equations of the "Blade Element Momentum (BEM) Theory". The simulator calculates this as a black box, but its core lies in dividing the blade into small elements (blade elements) and solving simultaneous equations of "Momentum Theory (flow deceleration)" and "Blade Element Theory (lift & drag)" at each location. This calculation requires essential data for the airfoil characteristics $C_l$ (lift coefficient) and $C_d$ (drag coefficient). Writing your own simple BEM code using publicly available data like NACA airfoils will deepen your understanding immensely.
Mathematically, there are foundations in differential/integral calculus and probability/statistics, such as the derivation of the Weibull distribution and the differentiation used to derive the Betz limit (finding the optimal inflow deceleration rate $a=1/3$ from $dP/da = 0$). Pursuing the "why?" behind the tool's output naturally leads to reviewing this mathematics.
The next recommended topic is "System Design of Wind Power Plants". Here, the focus shifts beyond single-unit efficiency to a broader perspective: how to arrange multiple turbines (considering "wake effects" reducing wind speed downstream), and how to integrate the variable power into the electrical grid (grid integration technology). You'll realize that the "behavior of a single unit" you learned with this simulator forms the foundation for all of this.