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 --- 779/CH15/EX15.7/15_7.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 779/CH15/EX15.7/15_7.sce (limited to '779/CH15/EX15.7/15_7.sce') diff --git a/779/CH15/EX15.7/15_7.sce b/779/CH15/EX15.7/15_7.sce new file mode 100755 index 000000000..d6726bf76 --- /dev/null +++ b/779/CH15/EX15.7/15_7.sce @@ -0,0 +1,11 @@ +h1 = 57; h2 = h1; +h3 = 42; +W1 = 0.0065; W2 = 0.0088; W3 = W2; +t2 = 34.5; v1 = 0.896; +n = 1500; // seating capacity of hall +a = 0.3; // amount of out door air suplied +G = (n*a)/0.896 ; // Amount of dry air suplied +CC = (G*(h2-h3)*60)/14000; // in tonns +R = G*(W2-W1)*60; +disp("tonnes",CC,"Capacity of the cooling coil in tonnes") +disp("kg/h",R,"Capacity of humidifier") -- cgit