Hi there,
one of my customers evaluates the emission calculation in xRoute. He uses the CEN standard and provides the actualFuelConsumptionForThisRoute. He expects the same value to be returned by the computation but the output looks different. Any idea why?
regards,
Marko
difference between actual fuel and fuel consumption
-
- Posts: 4
- Joined: Mon Jan 11, 2021 11:47 am
difference between actual fuel and fuel consumption
Marko Cancar
Account Executive
PTV Logistics - Austria
Account Executive
PTV Logistics - Austria
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: difference between actual fuel and fuel consumption
Hi Marko,
I think your customer did run into a typical interpretation
Depending on the type of the fuel (liquid, gas, ...) the input is treated as "liter" or "kilogramm". (Therefore my testclient doesn't display a UNIT over there). The output fuel consumption is always returned in [kg].
Now as DIESEL has a density of 0.83kg/liter the output of my example (input = 10l actual...) is 8.3kg (and not 10l as expected). And the average density of Gasoline is about 0.74 kg/liter.
Here's a list of the available fuel types and the corresponding densities:
Bernd
I think your customer did run into a typical interpretation
Depending on the type of the fuel (liquid, gas, ...) the input is treated as "liter" or "kilogramm". (Therefore my testclient doesn't display a UNIT over there). The output fuel consumption is always returned in [kg].
Now as DIESEL has a density of 0.83kg/liter the output of my example (input = 10l actual...) is 8.3kg (and not 10l as expected). And the average density of Gasoline is about 0.74 kg/liter.
Here's a list of the available fuel types and the corresponding densities:
- Benzin (Gasoline) : 0.745 kg / l
- Diesel : 0.832 kg / l
- LPG = Liquified Petroleum Gas : 0.550 kg / l
- CNG = Compressed Natural Gas : 1.000 kg / l
With the bioFuelDensity being :Density = (conventionalFuelDensity * (100 - bioFuelRatio) + bioFuelDensity * bioFuelRatio) / 100
- BIOBENZIN = 0.794
- BIODIESEL = 0.890
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...