Skip to main content

ZeqJetEngine

Gas turbine performance modeling. Brayton cycle with R(t) compressor map interpolation, turbine inlet temperature, SFC optimization, creep life prediction.

EndpointPOST /api/aviation/jet-engine
Authapi-key
Rate limit10/min
Categoryaviation

Parameters

NameTypeRequiredDescription
engineModelobjectYesCompressor/turbine maps, geometry.
operatingPointobjectYes{ N1_pct, altitude_ft, mach }

Returns

{ thrust_kN, sfc_kg_kN_hr, egt_C, compressorSurge_margin, creepLife_cycles, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"engineModel": {},
"operatingPoint": {}
}' \
"https://zeqsdk.com/api/aviation/jet-engine"

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-jet-engine.