From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 443/DEPENDENCIES/4_3_data.sci | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 443/DEPENDENCIES/4_3_data.sci (limited to '443/DEPENDENCIES/4_3_data.sci') diff --git a/443/DEPENDENCIES/4_3_data.sci b/443/DEPENDENCIES/4_3_data.sci new file mode 100755 index 000000000..9b5d5c075 --- /dev/null +++ b/443/DEPENDENCIES/4_3_data.sci @@ -0,0 +1,17 @@ +//Pressure at start of suction stroke(in bar) +p1=1 +//Compression ratio +rc=6; +//Index of compression +n=1.3; +//Temperature at start (in kelvin) +t1=330; +//Caloric Value (in kJ) +CV=42000; +//Air - fuel ratio +AF=15; +//Specific heat(in kJ) +Cv=0.717; +//Specific heat at constant volume varies accordind to the law Cvmean=x+y*T +x=0.678; +y=13*10^-5; -- cgit