Just before making questions, let me introduce a bit myself and the problem I'm facing.
For the last three years I've been a staff member of an amateur racing team that has took part in the 24 hours endurance race of Barcelona (it's being held in Circuit de Catalunya in mid-late September every year).
In 2004 we're going to participate driving a Ford Focus RS and the main aim of the whole team is, apart from finishing as high as possible ;), to think and act in a professional way to try to avoid some of the organization problems we had to deal with the past years.
One of the things to do is to have a software that would allow us to keep control of laptimes, use of tyres, brake discs, etc... (i.e., mechanical components of the car), availability of drivers, fuel consumptions and so on... both during tests prior to the race and during the race itself.
So, as an IT Engineer student, I'm the responsible of developing this software (I'm also going to use it as my tesis). And what's the problem? The fuel consumption calculations.
The team wants the software to tell us how much fuel is being used per lap so, knowing the fuel tank capacity and this consumption, we can predict when the driver needs to go to the refuelling area and we can define a proper strategy based on that info.
But the issue here is that the race rulebook forbids any telemetry between car and box so I have to make the calculations based on lap time and lap length. I know that just based on that info I will never be able to get an exact figure but does anyone in here ever faced a problem like this? How can I resolve the problem in order to get a quite accurate estimation? I know I can use other variables such as driver weight, fuel weight, car weight, time of the day/air temperature, but don't know really how they're going to influence in the overall result.
So could anybody give me a hint? Any info will be really welcomed

Thanks in advance, guys.