"When the fields are green, the data is clean!"
Every Compute button press recalculates all parameters.
Entering just a number without units uses the last active units.
Entering just units without a number converts the value to those units.
When a value is changed, it's text background color is set to light blue.
Hover over parameter input text box for popup tooltip showing available units.
Many parameters have two flavors; the first has units and the second is dimensionless.
Dimensionless velocity parameters are normalized with respect to Vwind.
Dimensionless force parameters are normalized with respect to Fwind.
Dimensionless power parameters are normalized with respect to Pwind.
EQ16 determines the Δ value that maximizes Fnet and Pnet for a given n.
Animations run in one of three propeller modes: fixed pitch, fixed ΔV, or optimal ΔV.
You can enter commands into any text box having form: COMMAND=PARAMETER. See below.
You can change the units of all parameters - e.g. UNITS=METRIC, UNITS=IMPERIAL (or U=SI, U=IMP).
You can change units for all parameters having common units - e.g. FORCE=N, SPEED=m/s.
You can multiply or divide a value by a number - e.g. *4, /3.14.
You can enter a rational number using integers - e.g. 4/3, 16/27.
Equations used:
EQ1: Pwind = 1/2 * ρ * S * Vwind3
EQ2: Fwind = 1/2 * ρ * S * Vwind2
EQ3: n = Vcart / Vwind
EQ4: Δ = (V2 - V1) / Vwind
EQ5: V1 = Vcart - Vwind
EQ6: V2 = V1 + ΔV
EQ7: V = (V1 + V2) / 2
EQ8: A1 = S * V / V1
EQ9: A2 = S * V / V2
EQ10: MDOT = ρ * S * V
EQ11: Pprop = 1/2 * ρ * S * Vwind3 * ( 1/2*Δ3 + (2*n - 2)*Δ2 + (2*n2 - 4*n + 2)*Δ )
EQ12: Ft = 1/2 * ρ * S * Vwind2 * ( Δ2 + (2*n - 2)*Δ )
EQ13: Fg = 1/2 * ρ * S * Vwind2 * (1/2*Δ3 + (2*n - 2)*Δ2 + (2*n2 - 4*n + 2)*Δ) / n
EQ14: Fnet = 1/2 * ρ * S * Vwind2 * (-1/2*Δ3 + (2 - n)*Δ2 + (2*n - 2)*Δ ) / n
EQ15: Pnet = 1/2 * ρ * S * Vwind3 * ( -1/2*Δ3 + (2 - n)*Δ2 + (2*n - 2)*Δ )
EQ16: Δmax = 2/3 * (2 - n + (n2 - n + 1)1/2)
EQ17: VSR = Pit * Tw / (PI * Dw * Tr)
EQ18: nmax = 1 / (1 - VSR)
Description of Dimensionless parameters:
n = Velocity of cart (IFOR=gnd) = Vcart/Vwind
Δ = Change of air velocity (IFOR=any) = ΔV/Vwind = o - i
a = "Axial Induction Factor" 1/2 Change of air velocity (IFOR=any) = Δ / 2
i = Velocity of air entering control volume inlet (IFOR=cart) = V1/Vwind = n - 1 = o - Δ
o = Velocity of air exiting control volume outlet (IFOR=cart) = V2/Vwind = i + Δ
v = Velocity of air passing through rotor disc (IFOR=cart) = V/Vwind = i + Δ/2 = o - Δ/2
a1 = Area of control volume inlet = A1/S
a2 = Area of control volume outlet = A2/S
CPprop = Coefficient of power passing from propeller to air (IFOR=cart) = Pprop/Pwind
CFt = Coefficient of thrusting force of air acting on propeller = Ft/Fwind
CFg = Coefficient of braking force of ground acting on rear wheel = Fg/Fwind
CFnet = Coefficient of net force = Fnet/Fwind = (Ft - Fg)/Fwind = CFt - Cfg
CPnet = Coefficient of net power (IFOR=cart) = Pnet/Pwind = CFnet * n
VSR = "Vehicle Speed Ratio" speed of prop through the air at the disk / speed of cart along ground = V / Vcart
VSR is also the distance through the air / distance along the ground = Pit * Tw / (PI * Dw * Tr)
nmax = "Pitch Speed" Maximum fixed pitch cart velocity (where Δ => 0) = 1 / (1 - VSR)
D'oh!
This application requires JavaScript and your browser currently has
JavaScript TURNED OFF. Please turn it ON and refresh the page.