|
|
| Author |
Message |
| That_Hornet |
This post is not being displayed .
|
 That_Hornet World Chat Champion

Joined: 23 Apr 2009 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Kickstart |
This post is not being displayed .
|
 Kickstart The Oracle

Joined: 04 Feb 2002 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Wafer_Thin_Ham |
This post is not being displayed .
|
 Wafer_Thin_Ham Super Spammer

Joined: 18 Nov 2005 Karma :    
|
 Posted: 10:48 - 06 Aug 2009 Post subject: |
 |
|
The hornet 6 is geared really high as standard. It'll just about rev out in sixth downhill, but you have to take it right to the limiter in fifth to ensure you're still in the power when you change up.
You can go up 3 on the rear and not lose a great deal, but remember you'll be using more fuel for a given road speed, and the Hornet's tank isn't the biggest to start with. ____________________ My Flickr |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| That_Hornet |
This post is not being displayed .
|
 That_Hornet World Chat Champion

Joined: 23 Apr 2009 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Kickstart |
This post is not being displayed .
|
 Kickstart The Oracle

Joined: 04 Feb 2002 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Wafer_Thin_Ham |
This post is not being displayed .
|
 Wafer_Thin_Ham Super Spammer

Joined: 18 Nov 2005 Karma :    
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Blue_SV650S |
This post is not being displayed .
|
 Blue_SV650S World Chat Champion

Joined: 27 Nov 2008 Karma :    
|
 Posted: 13:22 - 06 Aug 2009 Post subject: |
 |
|
If you look up the internal 'reductions', measure the rear wheel circumference and ascertain the sort of revs you would want to sustain, add on your chosen sprocket combo, then its just down to maths!
Here you go, I wrote this up a while ago when I wrote some software to automate the process and handed it out, people were interested in how it worked.
So here is the backbone algorithm in pseudo code, comments (depicted by/started with a ‘ ) ... you can look up your specs and plug in your numbers in Excel, then it is just a case of changing the sprocket values and you can see the changes on final speed.
‘If wheel was turning at engine speed, with wheel circumference in cm; work out distance that would be travelled in miles per hour
SpeedCalculationWithoutReduction = ((WheelCircumfarance/100000) * (RPM * 60)) * 0.621371) 'Circumferance in KM, Revvs per hour, KM to Miles
‘ now work out reductions:-
Reductions = primaryreduction * gearratio * (rearsprocket / frontsprocket) ‘gearratio is the gearbox reduction e.g. from the specs, 6th is 23/27 (0.851), primaryreduction is also from specs
‘ Now reduce the wheel speed using the calculated overall reductions:-
SpeedInGearAtRPM = SpeedCalculationWithoutReduction / Reductions
‘ Here are the gear ratios for SV650:-
‘Pimary - 2.088 (71/34)
‘1st - 2.461 (32/13)
‘2nd - 1.777 (32/18 )
‘3rd - 1.380 (29/21)
‘4th - 1.125 (27/24)
‘5th - 0.961 (25/26)
‘6th - 0.851 (23/27)
‘Standard sprockets for an SVS 44rear 15front
So a worked example:-
Input:-
200cm circumference, 10500rpm, 6th gear, 15t Front, 44t Rear.
SpeedCalculationWithoutReduction = ((200/100000) * (10500 * 60)) * 0.621371) = 782.9275
Reductions = (71/34) * (23/27) * (44 / 15) = 5.21801
SpeedInGearAtRPM = 782.9275/5.21801 = 150.0433
i.e. at 10500 in top with a 2m circumference rear tyre, you would theoretically be doing 150.0433mph!!!
So there you go ... aren't I kind!?!
Oh and its also a good one if someone tells you what speed they got out of their bike and you think it is suspect ... if you know their sprockets and rear tyre, then you can PROVE they are full of sh1te!!  ____________________ The purpose of life is to fight maturity. |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Kickstart |
This post is not being displayed .
|
 Kickstart The Oracle

Joined: 04 Feb 2002 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Wafer_Thin_Ham |
This post is not being displayed .
|
 Wafer_Thin_Ham Super Spammer

Joined: 18 Nov 2005 Karma :    
|
 Posted: 13:30 - 06 Aug 2009 Post subject: |
 |
|
Prove's the speedo's full of shit.  ____________________ My Flickr |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| That_Hornet |
This post is not being displayed .
|
 That_Hornet World Chat Champion

Joined: 23 Apr 2009 Karma :     
|
 Posted: 16:37 - 06 Aug 2009 Post subject: |
 |
|
Chears. Im now going to sit down and try and make out what that all means....  |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
Old Thread Alert!
The last post was made 16 years, 328 days ago. Instead of replying here, would creating a new thread be more useful? |
 |
|
|