From 16d5e20843e3d97abc8078dc70fde3bf1781ffb3 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Thu, 22 Nov 2018 14:05:41 +0100 Subject: [PATCH] extend fueltypes by additional column: heating value used in vecto engine --- .../Resources/Declaration/FuelTypes.csv | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv b/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv index 117843e721..fed95303f4 100644 --- a/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv +++ b/VectoCore/VectoCore/Resources/Declaration/FuelTypes.csv @@ -1,8 +1,8 @@ -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 , 25700 -Petrol PI , 750 , 3.04 , 41500 -Ethanol PI , 786 , 2.09 , 29100 -LPG PI , , 3.02 , 46000 -NG PI , , 2.54 , 45100 -NG CI , , 1000 , 100000 \ No newline at end of file +FuelType , FuelDensity [kg/m3] , CO2 per FuelWeight [kgCo2/kgFuel] , NCV_stdEngine [kJ/kg] , NCV_stdVecto [kJ/kg] +Diesel CI , 836 , 3.13 , 42700 , 42700 +Ethanol CI , 820 , 1.83 , 25700 , 25700 +Petrol PI , 750 , 3.04 , 41500 , 41500 +Ethanol PI , 786 , 2.09 , 29100 , 29100 +LPG PI , , 3.02 , 46000 , 46000 +NG PI , , 2.54 , 45100 , 45100 +NG CI , , 1000 , 100000 , 100000 \ No newline at end of file -- GitLab