Bike File Configuration - Gearing
#
# Gearing
# -------
#
# gr : gear ratio
# value = 1, hub motor
# value > 0, fixed gear ratio
# value = 0, taken from user defined track
# value = -1, solve for maximum power
# value = -2, solve for maximum efficiency
#
gr = 1
Gear Ratio
All hub motors will use a value of 1. Bikes that use a motor that is connected directly to the wheel will do so with some gear ratio greater than 0. So, for example, if your motor sprocket is 10 teeth and the wheel sprocket is 100 teeth then the gear ratio is 10:100 and you would use 0.1 as a value. If you have a multispeed bike you have the option of manually loading your gear ratios into a user defined (custom) track and when the track files are read they will use those values rather than fixed values. For multispeed bikes you would set the value to 0. Sometimes you just want a "ballpark" idea about what kind of gearing would work best over a given track. If speed is your goal then you would use a value of -1 and the simulation will solve for perfect gearing to achieve maximum power. If you want to solve for perfect efficiency (some kind of slow speed high mileage contest) then use the value -2 and the simulation will solve for that. The "ideal" gear ratios can also help someone with a fixed gear estimate what a good gear would be to test further, so you might start off with a -1 and then eventually use the fractional gear ratio that you arrive at.