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 --- 2735/CH9/EX9.10/Ex9_10.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 2735/CH9/EX9.10/Ex9_10.sce (limited to '2735/CH9/EX9.10') diff --git a/2735/CH9/EX9.10/Ex9_10.sce b/2735/CH9/EX9.10/Ex9_10.sce new file mode 100755 index 000000000..f08f1c72c --- /dev/null +++ b/2735/CH9/EX9.10/Ex9_10.sce @@ -0,0 +1,15 @@ +clc +clear +//Initialization of variables +pb=14.696 //psia +pa=150 //psia +tb=300 //F +//calculations +disp("From steam tables,") +hb=1192.8 //Btu/lbm +ha=hb +hf=330.51 //Btu/lbm +hfg=863.6 //Btu/lbm +x=(ha-hf)/hfg +//results +printf("Quality of wet steam = %.1f percent",x*100) -- cgit