All unit operations
Wind turbine simulation
source — no material stream; reports a power_w metric
Governing equations
The exact equations the solver works for a wind turbine — the same math shown in the app's "Theory" panel, not a black box.
- turbine power output [W]
- air density [kg/m^3]
- rotor swept area = pi(D/2)^2 [m^2]
- power coefficient [-]
- wind speed [m/s]
- cut-in speed [m/s]
- cut-out speed [m/s]
- rated (nameplate) power [W]
- derived rated wind speed [m/s]
Parameters
rated_power_w [W], rotor_diameter_m [m], wind_speed_m_s [m/s]; optional power_coefficient [<= Betz 0.5926, default 0.40], air_density_kg_m3 [default 1.225], cut_in_speed_m_s [default 3.0], cut_out_speed_m_s [default 25.0]. No material stream — reports power_w.