Skip to main content

ZeqWind — Wind Power Modeling

Wind power prediction using fluid dynamics operators. Weibull distribution + turbine power curve modulated by atmospheric operators.

EndpointPOST /api/energy/wind/predict
Authapi-key
Rate limit30/min
Categoryenergy

Parameters

NameTypeRequiredDescription
windSpeedMsnumberYesMean wind speed (m/s).
hubHeightMnumberNoTurbine hub height. Default: 80.
rotorDiameterMnumberNoRotor diameter. Default: 120.

Returns

{ powerOutputKw, capacityFactor, weibullK, weibullLambda, cutInSpeed, ratedSpeed }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"windSpeedMs": 0,
"hubHeightM": 80,
"rotorDiameterM": 120
}' \
"https://zeqsdk.com/api/energy/wind/predict"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-wind.