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 --- 2141/CH9/EX9.15/Ex9_15.sce | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 2141/CH9/EX9.15/Ex9_15.sce (limited to '2141/CH9/EX9.15/Ex9_15.sce') diff --git a/2141/CH9/EX9.15/Ex9_15.sce b/2141/CH9/EX9.15/Ex9_15.sce new file mode 100755 index 000000000..918dee44f --- /dev/null +++ b/2141/CH9/EX9.15/Ex9_15.sce @@ -0,0 +1,22 @@ + +clc +//initialisation of variables +P1=14.7 //lbf/in^2 +P2=80.0 //lbf/in^2 +T1=460 //R +T3=520 //R +Cp=0.24 //lbm +T2=T1*(1.624) //R +Wc=Cp*(T2-T1)//Btu/lbm +T3=520 //R +T4=T3/1.624//R +Wt=Cp*(T3-T4)//Btu/lbm +A=200//Btu/lbm 12000 //Btu/lbm +//CALCULATIONS +qH=Cp*(T2-T3)//Btu/lbm +qL=Cp*(T1-T4)//Btu/lbm +Wnet=Wc-Wt//Btu/lbm +Beta=(qL/Wnet) +Beta1=(A/qL) +//RESULTS +printf('Thecoefficient of performance for the cycle =% f',Beta1) -- cgit