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 --- 2165/CH2/EX2.4/2_4.sce | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 2165/CH2/EX2.4/2_4.sce (limited to '2165/CH2/EX2.4/2_4.sce') diff --git a/2165/CH2/EX2.4/2_4.sce b/2165/CH2/EX2.4/2_4.sce new file mode 100755 index 000000000..1c3ef8d43 --- /dev/null +++ b/2165/CH2/EX2.4/2_4.sce @@ -0,0 +1,23 @@ + +clc +//initialisation of variables +r=0.60//in +v=3//in +p=15.4//lb +r=5//in +P=2000//r p m +V=19000//B.Th.U Per lb +lam=1.41 //lb +n=0.4831//percent +P=15.4/4//lb +H=P*V//B.Th.U +l=4.5//lb +A=9//lb +S=1000//lb +//CALCULATIONS +R=0.60*n*100//percent +C=H*R//B.Th.U +I=(C*778)/(60*33000)//lb +P1=(I*12*4*33)/(l*A*%pi)//lb/in^2 +//RESULTS +printf('The mean efficity pressure=% f lb/in^2',P1) -- cgit