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/CH8/EX8.22/8_22.sce | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 2165/CH8/EX8.22/8_22.sce (limited to '2165/CH8/EX8.22/8_22.sce') diff --git a/2165/CH8/EX8.22/8_22.sce b/2165/CH8/EX8.22/8_22.sce new file mode 100755 index 000000000..ab69e503d --- /dev/null +++ b/2165/CH8/EX8.22/8_22.sce @@ -0,0 +1,20 @@ +clc +//initialisation of variables +r=12.5//rario +p=0.39*10^6//ft.lb +p1=14//lb/in^2 +t=373//Degree C +g=18//ft^3 +t1=100//Degree C +V=g/r//ft^3 +I=0.2*10^6//ft lb/lb +T=0.59*10^6//ft.lb/lb +D=0.221*10^6//ft.lb/lb +A=0.095*10^6//ft.lb/lb +E=0.264*10^6//ft.lb/lb +E1=0.390*10^6//ft.lb/lb +//CALCULATIONS +W=(E/E1)*100//percent +M=(E)/(144*(g-V))//lb.in^2 +//RESULTS +printf('the efficiency of the engine and the m e p on the assumption that the specific heats=% f lb in^2',M) -- cgit