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 --- 172/CH6/EX6.5/ex5.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 172/CH6/EX6.5/ex5.sce (limited to '172/CH6/EX6.5/ex5.sce') diff --git a/172/CH6/EX6.5/ex5.sce b/172/CH6/EX6.5/ex5.sce new file mode 100755 index 000000000..b93f21942 --- /dev/null +++ b/172/CH6/EX6.5/ex5.sce @@ -0,0 +1,10 @@ +//example 5 +//quality of ammonia leaving expansion valve +clear +clc +hi=346.8 //specific heat enthalpy for ammonia at initial state in kJ/kg +he=hi //specific heat enthalpy for ammonia at final state will be equal that at initial state because it is a throttling process +hf=134.4 //at final state in kJ/kg +hfg=1296.4//at final state in kJ/kg +xe=(he-hf)/hfg //quality at final state +printf("\n hence,quality of the ammonia leaving the expansion valve is xe=%.4f. \n",xe') \ No newline at end of file -- cgit