ResearchForge / Calculators
Aircraft Propulsion·rotor-inlet-tip-speed-to-annular-flow

Rotor Inlet Tip Speed To Annular Flow

Given the mass flow rate through a compressor rotor inlet and the annular flow density (mass per unit area per unit time), calculate the effective annular area at the rotor inlet.

✓ All 2 test cases pass.

Inputs

Test cases

These cases run live in your browser every time the page loads. If any fail, the calculator is broken — file an issue.

#InputsExpectedGotStatus
1{"mass_flow_rate":29.71,"annular_flow":193.173}0.15380.153799961692369
2{"mass_flow_rate":20,"annular_flow":150}0.13330.13333333333333333
APIDeveloper APICall this calculator from codeexpand ↓
Endpoint
POST/api/calculators/aircraft-propulsion/rotor-inlet-tip-speed-to-annular-flow/compute
Inputs (2)
  • mass_flow_ratenumberdefault 29.71
  • annular_flownumberdefault 193.173
Example
curl -sX POST http://localhost:3001/api/calculators/aircraft-propulsion/rotor-inlet-tip-speed-to-annular-flow/compute \
  -H "Content-Type: application/json" \
  -d '{"inputs":{"mass_flow_rate":29.71,"annular_flow":193.173}}'
Try it live
Edit the body below, then click Call API.
Request body
Response
(click Call API to see the response)
full API docs →

Source: Pattern from: 19870008266.pdf. Reproduces a standard rotor-inlet-tip-speed-to-annular-flow computation; problem text paraphrased.

AI disclosure: Calculator code generated by anthropic/claude-haiku-4-5-20251001; verified by 2 test cases.