calculate_velo_development
Calculate bicycle gear development per pedal revolution and speed at 90 rpm. Input chainring teeth, cog teeth, and wheel circumference to get gear ratio, development in meters, and speed in km/h.
Instructions
Calculate bicycle development in meters per pedal revolution. Returns: {gear_ratio, development_m, speed_at_90rpm_kmh}. See list_bundles for related 'sport' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainring_teeth | Yes | Number of teeth on the front chainring | |
| cog_teeth | Yes | Number of teeth on the rear cog/sprocket | |
| wheel_circumference_mm | No | Wheel circumference in mm (700c road default = 2105mm) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |