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 --- 615/CH8/EX8.20/8_20.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 615/CH8/EX8.20/8_20.sce (limited to '615/CH8/EX8.20') diff --git a/615/CH8/EX8.20/8_20.sce b/615/CH8/EX8.20/8_20.sce new file mode 100755 index 000000000..07adaede7 --- /dev/null +++ b/615/CH8/EX8.20/8_20.sce @@ -0,0 +1,11 @@ +//Fuels and Combustion// +//Example 8.20// +w=1080;//quantity of water taken in grams// +W=150;//Water equivalent of calorimeter in grams// +m=0.681;//weight of coal taken or mass of fuel in grams// +dt=3.61;//rise in temperature of water in degree C// +AC=50;//Acid correction in calories// +FC=5;//Fuse wire correction in calories// +CC=0.05;//cooling correction in calories// +GCV=((w+W)*(dt+CC)-(AC+FC))/m;//Gross calorific value of the sample in cal per grams// +printf('Gross Calorific value of the fuel=GCV=%fcal/g',GCV); -- cgit