Cycling and bicycle racing discussion forums.   View New Forum Topics
Today's Forum Topics

Set as homepage


Go Back   Cycling Forums > Tech Corner > Power Training
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Welcome to CyclingForums.com

You are currently viewing our website as a guest which gives you limited access to view most discussions. You will have to register before you can post to this thread.

By joining our free online community you will have access to post new topics, communicate privately with other cyclingforums.com members (PM), respond to polls, upload photos and access other special features like product reviews and classifieds.


Mathematical Model of Road Cycling - Martin, Coggan Paper

Reply
 
Thread Tools Search this Thread Display Modes
Old 17-08.-2007, 04:06 AM   #1
Roadie_scum
Registered User
 
Join Date: Nov 2003
Posts: 1,286
Default Mathematical Model of Road Cycling - Martin, Coggan Paper

I've been playing recently with the model from this paper:

Martin, J.C., D.L. Milliken, J.E. Cobb, K.L. McFadden, and A.R. Coggan. Validation of a mathematical model for road-cycling power. Journal of Applied Biomechanics, 14(3): 276-291; 1998

It's given me some fun results regarding equipment choices under different conditions.

I was wondering if anyone has a spreadsheet macro that will solve the equation for the requested variable or can recommend the best approach to setting this up. I am happy to try to teach myself some basic programming, but I don't really know where to start.

Also wondering if anyone has Crr data for singles glued with track glue versus road glue?

I know this isn't strictly a power training question but I didn't know where else to put it (plus the people that lurk here seem to be the best on the forum).

Cheers,

RS
Roadie_scum is offline  
Reply With Quote
Old 17-08.-2007, 07:53 AM   #2
tigermilk
Registered User
 
Join Date: Jun 2006
Posts: 38
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

I don't have the paper, but modeling isn't too difficult. Just solve the equation of motion - F=m*a (power=F*velocity). You can use something like 4th order Runge-Kutta integration to solve. I've written my own programs to do this but with variable power, wind, hills, ... that I use to better predict Crr and CdA.
tigermilk is offline  
Reply With Quote
Old 17-08.-2007, 08:05 AM   #3
Roadie_scum
Registered User
 
Join Date: Nov 2003
Posts: 1,286
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by tigermilk
I don't have the paper, but modeling isn't too difficult. Just solve the equation of motion - F=m*a (power=F*velocity). You can use something like 4th order Runge-Kutta integration to solve. I've written my own programs to do this but with variable power, wind, hills, ... that I use to better predict Crr and CdA.


So I agree with you that the basic idea behind modelling with an equation isn't too difficult, but the great Cog et al do a particularly good job. I'm wondering more about how to come up with a friendly interface to solve for any given variable - eg, sometimes I'll be interested in lumping together everything except CDA and sometimes I'll want to isolate Crr. I can solve it fairly easily manually, but it would be even better if I had a clean interface that could solve for any given variable, give outputs that could be graphed (eg Crr vs Power req, given speed), and give component breakdowns of power requirements - eg, power to overcome aerodynamics, bearing friction, rolling resistance, intertia, etc. Even better if the program can do a work with heaps of data points so you can model power requirements of variable paced efforts.

I don't think the concepts are super-hard. I just don't have the programming nous. If you made this sufficiently user friendly, I think you'd have a very neat and clean tool to help with equipment selection and aero position tuning.

Thinking about it, maybe a spreadsheet will be a bit clunky. I am going to talk to my friend that works at google about coding up a standalone program.

Peace,

RS
Roadie_scum is offline  
Reply With Quote
Old 17-08.-2007, 08:16 AM   #4
Roadie_scum
Registered User
 
Join Date: Nov 2003
Posts: 1,286
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by Roadie_scum
So I agree with you that the basic idea behind modelling with an equation isn't too difficult, but the great Cog et al do a particularly good job. I'm wondering more about how to come up with a friendly interface to solve for any given variable - eg, sometimes I'll be interested in lumping together everything except CDA and sometimes I'll want to isolate Crr. I can solve it fairly easily manually, but it would be even better if I had a clean interface that could solve for any given variable, give outputs that could be graphed (eg Crr vs Power req, given speed), and give component breakdowns of power requirements - eg, power to overcome aerodynamics, bearing friction, rolling resistance, intertia, etc. Even better if the program can do a work with heaps of data points so you can model power requirements of variable paced efforts.

I don't think the concepts are super-hard. I just don't have the programming nous. If you made this sufficiently user friendly, I think you'd have a very neat and clean tool to help with equipment selection and aero position tuning.

Thinking about it, maybe a spreadsheet will be a bit clunky. I am going to talk to my friend that works at google about coding up a standalone program.

Peace,

RS


Andy, this is OK right? I'm thinking that as all the info is in journals it is OK to use it like this? If there are any issues let me know, I don't want to step on toes.
Roadie_scum is offline  
Reply With Quote
Old 17-08.-2007, 05:15 PM   #5
ric_stern/RST
Community Team
 
Join Date: Nov 2002
Location: Newport, South Wales
Posts: 3,830
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

doesn't the programme at www.analyticcycling.com do what you already want? I think it uses a very similar (or perhaps the same) formula as in the Martin et al. paper?

Ric
__________________
http://www.cyclecoach.com
ric_stern/RST is offline  
Reply With Quote
Old 18-08.-2007, 12:22 AM   #6
acoggan
Registered User
 
Join Date: Jul 2003
Posts: 2,588
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by Roadie_scum
Andy, this is OK right? I'm thinking that as all the info is in journals it is OK to use it like this?


No problem whatsoever (and the publisher of the journal owns the copyright, anyway).
acoggan is offline  
Reply With Quote
Old 18-08.-2007, 12:24 AM   #7
acoggan
Registered User
 
Join Date: Jul 2003
Posts: 2,588
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by ric_stern/RST
doesn't the programme at www.analyticcycling.com do what you already want?


My thought exactly.

Quote:
Originally Posted by ric_stern/RST
I think it uses a very similar (or perhaps the same) formula as in the Martin et al. paper?


It's not exactly the same formula, but they're all essentially the same...Jim's is a bit more detailed (e.g., including an estimate of the incremental increase in CdA due to spinning wheels), but you'd be hard-pressed to say that it's really more accurate.
acoggan is offline  
Reply With Quote
Old 18-08.-2007, 12:25 AM   #8
acoggan
Registered User
 
Join Date: Jul 2003
Posts: 2,588
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by Roadie_scum
maybe a spreadsheet will be a bit clunky.


It is, but one solution is to use the LOOKUP function...that's how Jim's original spreadsheet was written (he takes great pride in his ability to push Excel to its limits ).
acoggan is offline  
Reply With Quote
Old 18-08.-2007, 07:17 AM   #9
Roadie_scum
Registered User
 
Join Date: Nov 2003
Posts: 1,286
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by ric_stern/RST
doesn't the programme at www.analyticcycling.com do what you already want? I think it uses a very similar (or perhaps the same) formula as in the Martin et al. paper?

Ric


Yep, it is very good. However, I started attacking the problem to assess tubulars vs clinchers in terms of weight penalty and rolling resistance. I have satisfied myself that clinchers are winning, but I'd like to be able to prove it to friends (and paying customers at my friend's bike shop who ask for equipment advice) by actually running numbers on the tradeoffs between moment of inertia and weight. I couldn't find a page on analytic where I could enter moment of inertia. Maybe I missed it? I have satisfied myself that moment of inertia is a very small order effect, but I'd like to be able to show it to others. I think, realistically, this effect is within the margin of error of the formula, but hey, it would still be nice to show people that.

Quote:
Originally Posted by acoggan
It's not exactly the same formula, but they're all essentially the same...Jim's is a bit more detailed (e.g., including an estimate of the incremental increase in CdA due to spinning wheels), but you'd be hard-pressed to say that it's really more accurate.


It wouldn't be possible to get a coopy of that spreadsheet would it?
Roadie_scum is offline  
Reply With Quote
Old 20-08.-2007, 10:06 AM   #10
djconnel
Registered User
 
Join Date: Apr 2007
Posts: 92
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by Roadie_scum
Yep, it is very good. However, I started attacking the problem to assess tubulars vs clinchers in terms of weight penalty and rolling resistance. I have satisfied myself that clinchers are winning,
The biketechreview data are mostly for latex inner tubes. They show quite a mix of rolling resistance, some tubulars better than most clinchers, some clinchers better than most tubulars, very few clinchers better than all tubulars. With butyl tubes, I'm not certain.

Data from the cycling magazine "Le Cycle", compiled by Robert Chung.... to quote him, from another forum:
Quote:
From a 100 tire comparison test in Le Cycle:

http://anonymous.coward.free.fr/rbr/find-the-tufo.png
T=tubular
C=clincher
P=puncture-resistant clincher
R=rain tire

Slip.angle.wet is measured as angle between bike and pavement (i.e.,
lower slip.angle.wet is better)

Rollout is related to rolling resistance (higher is better).
These data indicate tubulars are generally fine, especially considering rolling resistance isn't the only consideration in choosing tires (puncture resistance, handling).

That said, I have tufos glued to my "aero" wheels (Cosmic Carbones). Bad choice, perhaps, but one I made years ago.
djconnel is offline  
Reply With Quote
Old 20-08.-2007, 11:18 AM   #11
Roadie_scum
Registered User
 
Join Date: Nov 2003
Posts: 1,286
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by djconnel
The biketechreview data are mostly for latex inner tubes. They show quite a mix of rolling resistance, some tubulars better than most clinchers, some clinchers better than most tubulars, very few clinchers better than all tubulars. With butyl tubes, I'm not certain.

Data from the cycling magazine "Le Cycle", compiled by Robert Chung.... to quote him, from another forum:
These data indicate tubulars are generally fine, especially considering rolling resistance isn't the only consideration in choosing tires (puncture resistance, handling).

That said, I have tufos glued to my "aero" wheels (Cosmic Carbones). Bad choice, perhaps, but one I made years ago.


That's not the most informative graph I've ever seen. It doesn't give any guidance as to which tires are included and it doesn't give crr. Unhelpful.

FWIW, I am yet to see any data that suggests there are better road tires than latex tubes with either a Deda Tre Giro d'Italia, a Vittoria Open Corsa Evo CX or a couple of Veloflex's in terms of Crr. Michelin Pro2 Race are also OK. My experience with these suggests not to run Veloflex's because they flat too easily. The only tubs I've seen data on that roll better than clinchers are track glued silks, and you can only run these on an indoor track if you don't want to be buying a new set in about 5 minutes. The magnitude of difference in power requirements based on calculations from the 1998 paper's formula suggests clinchers are vastly preferable and make a significant difference. Do you have actual crr numbers better than 0.3 for a roadgoing tubular (even one glued with track glue or shellack)? Or even better than 0.38, which I think is a Dedatre tire with a butyl tube (from memory).

Edit: I accidentally wrote clincher where I should have written tub. Makes more sense now.

Last edited by Roadie_scum : 20-08.-2007 at 01:14 PM.
Roadie_scum is offline  
Reply With Quote
Old 20-08.-2007, 12:23 PM   #12
Strumpetto
Registered User
 
Join Date: Jul 2007
Posts: 107
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

I suppose all of this is usefull- IF YOU DO IT FOR A LIVING
__________________
Riding Blog

Motobecane Forum
Strumpetto is offline  
Reply With Quote
Old 20-08.-2007, 01:13 PM   #13
Roadie_scum
Registered User
 
Join Date: Nov 2003
Posts: 1,286
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by Strumpetto
I suppose all of this is usefull- IF YOU DO IT FOR A LIVING


Personally I just find it very interesting. I don't need to get paid to validate that.
Roadie_scum is offline  
Reply With Quote
Old 20-08.-2007, 02:10 PM   #14
RChung
Registered User
 
Join Date: Sep 2006
Posts: 193
Default Re: Mathematical Model of Road Cycling - Martin, Coggan Paper

Quote:
Originally Posted by Roadie_scum
That's not the most informative graph I've ever seen.
It's pretty informative if you believe that one type of tire is better than another. The graph was designed for a discussion in another forum, where that was the question: it shows that you shouldn't make blanket statements like "clinchers are {better|worse} than tubulars" -- instead, you have to specify which tubular and which clincher.

Quote:
It doesn't give any guidance as to which tires are included and it doesn't give crr. Unhelpful.
Knock yourself out, big guy: http://www.lecycle.fr/sommaire.php?num=360
RChung is offline  
Reply With Quote

Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT +10. The time now is 03:10 PM.


Powered by: vBulletin Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2006 cyclingforums.com

Links to websites we like:
Pezcyclingnews | Cyclingnews.com | Wine Zone | iinet