From 0af66b862f5ada28873da52a115cb4c466b9e9e0 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Fri, 7 Jul 2017 13:28:17 +0200 Subject: [PATCH] change heating value for ethanol --- VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv b/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv index 0a29844de4..975fa890ae 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 , 836 , 3.13 , 42700 -Ethanol CI , 820 , 1.83 , 25400 +Ethanol CI , 820 , 1.83 , 25700 Petrol PI , 750 , 3.04 , 41500 -Ethanol PI , 786 , 2.09 , 29200 +Ethanol PI , 786 , 2.09 , 29100 LPG , , 3.02 , 46000 NG , , 2.54 , 45100 \ No newline at end of file -- GitLab