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 --- 2666/CH14/EX14.6/14_6.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 2666/CH14/EX14.6/14_6.sce (limited to '2666/CH14/EX14.6') diff --git a/2666/CH14/EX14.6/14_6.sce b/2666/CH14/EX14.6/14_6.sce new file mode 100755 index 000000000..8626d9ef7 --- /dev/null +++ b/2666/CH14/EX14.6/14_6.sce @@ -0,0 +1,16 @@ +clc +//initialisation of variables +p=5000//psia +t=1200//F +w=3206.2//psia +t1=460//R +h=705.4//ft +q=0.84//ft +g=1545//ft +h1=(1/18)//ft +//CALCULATIONS +P=p/w//cu ft +R=(t+t1)/(h+t1)//ft +V=q*(h1)*g*(t+t1)/(144*p)//cu ft +//RESULTS +printf('the result with the steam table value=% f cu ft',V) -- cgit