From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 443/DEPENDENCIES/17_19_data.sci | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 443/DEPENDENCIES/17_19_data.sci (limited to '443/DEPENDENCIES/17_19_data.sci') diff --git a/443/DEPENDENCIES/17_19_data.sci b/443/DEPENDENCIES/17_19_data.sci new file mode 100644 index 000000000..6b1bad2a3 --- /dev/null +++ b/443/DEPENDENCIES/17_19_data.sci @@ -0,0 +1,24 @@ +//% carbon +C=0.82; +//%hydrogen +H=0.18; +//% CO2 +CO2=85.2; +//%N2 +N2=11.2; +//Initial temperature(in K) +T1=273; +//Final temperature(in K) +T2=290; +//Volume occupied by air(in m^3) +V=0.783; +//mass of uel evaporated(in in kg) +mf=30; +//no of cylinders +k=6; +//Speed of the engine +N=1400; +//Diameter of the engine(in m) +D=0.12; +//Stroke of the engine(in m) +L=0.2; -- cgit