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 --- 1100/CH10/EX10.10/10_10.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1100/CH10/EX10.10/10_10.sce (limited to '1100/CH10/EX10.10/10_10.sce') diff --git a/1100/CH10/EX10.10/10_10.sce b/1100/CH10/EX10.10/10_10.sce new file mode 100755 index 000000000..ee7daea44 --- /dev/null +++ b/1100/CH10/EX10.10/10_10.sce @@ -0,0 +1,14 @@ + clc +//initialisation of variables +T= 100 //F +P= 1000 //psia +dv= -5.1*10^-5 //cu ft/lb +dh= 2.70 //Btu/lb +vf= 0.01613 //cu ft/lb +hf= 67.97 //Btu/lb +//CALCULATIONS +h= dh+hf +v= dv+vf +//RESULTS +printf ('Volume= %.5f cu ft/lb',v) +printf (' \n Enthalpy= %.2f Btu/lb',h) -- cgit