From 174db27a1207d504413f4e58952c349eeb446a6a Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Thu, 22 Jun 2017 16:48:59 +0200 Subject: [PATCH] correction of fuel properties --- VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv b/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv index fe767888a2..0a29844de4 100644 --- a/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv +++ b/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv @@ -1,7 +1,7 @@ FuelType , FuelDensity [kg/m3] , CO2 per FuelWeight [kgCo2/kgFuel] , Lower Heating Value [kJ/kg] -Diesel CI , 832 , 3.16 , 42700 -Ethanol CI , 794 , 1.91 , 29200 -Petrol PI , 745 , 3.17 , 41500 -Ethanol PI , 794 , 1.91 , 29200 +Diesel CI , 836 , 3.13 , 42700 +Ethanol CI , 820 , 1.83 , 25400 +Petrol PI , 750 , 3.04 , 41500 +Ethanol PI , 786 , 2.09 , 29200 LPG , , 3.02 , 46000 NG , , 2.54 , 45100 \ No newline at end of file -- GitLab