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 --- 2015/CH8/EX8.19/8_19.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 2015/CH8/EX8.19/8_19.sce (limited to '2015/CH8/EX8.19') diff --git a/2015/CH8/EX8.19/8_19.sce b/2015/CH8/EX8.19/8_19.sce new file mode 100755 index 000000000..1259bbcbc --- /dev/null +++ b/2015/CH8/EX8.19/8_19.sce @@ -0,0 +1,15 @@ +clc +//initialisation of variables +t1=300 //temp in k +sf=2.9409 //kj/kgk +s1=6.44125 //kj/kgk +hf=-133.347 //kj/kg +h1=272.763 //kj/kg +w=-4690.5 +//CALCULATIONS +mw=(t1*(sf-s1)-(hf-h1)) +fom=mw/w +//RESULTS +printf('minimum work is %2fkj/kg of o2 liquefied',mw) +printf('\nfigure of merit is %2f',fom) +//no 8.17 and 8.19 in tb print mistake -- cgit