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.1/10_1.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 1100/CH10/EX10.1/10_1.sce (limited to '1100/CH10/EX10.1') diff --git a/1100/CH10/EX10.1/10_1.sce b/1100/CH10/EX10.1/10_1.sce new file mode 100755 index 000000000..ae6f25b4c --- /dev/null +++ b/1100/CH10/EX10.1/10_1.sce @@ -0,0 +1,11 @@ +clc +//initialisation of variables +p= 100//psia +vg= 4.432 //cu ft/lb +vf= 0.01744 //cu ft/lb +T= 327.8 //F +sfg= 1.1286 //Bu/lb R +//CALCULATIONS +Q=(T+460)*sfg +//RESULTS +printf ('Heat of vaourisation= %.f Btu/lb',Q) -- cgit