From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1627/CH10/EX10.4/Ex10_4.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 1627/CH10/EX10.4/Ex10_4.sce (limited to '1627/CH10/EX10.4/Ex10_4.sce') diff --git a/1627/CH10/EX10.4/Ex10_4.sce b/1627/CH10/EX10.4/Ex10_4.sce new file mode 100644 index 000000000..b27633ea3 --- /dev/null +++ b/1627/CH10/EX10.4/Ex10_4.sce @@ -0,0 +1,19 @@ +clc +//initialisation of variables +p=1000//N.s^2/m^4 +r=220//rpm +d=3.5//m^3/s +p1=25//m/s +r1=0.75//m +r2=0.60//m +U1=(2*%pi*r/60)*r1//m/s +U2=(2*%pi*r/60)*r2//m/s +v=0.5//m +v1=0.707//m +p2=10//m +//CALCULATIONS +V1=U1+p1*v//m/s +V2=U2-(p2)*v1//m/s +P=(p*d)*[(U1*V1)-(U2*V2)]//J/s +//RESULTS +printf('The power developed by the turbine wheel is=% f J/s',P) -- cgit