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.3/ex3.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 172/CH6/EX6.3/ex3.sce (limited to '172/CH6/EX6.3/ex3.sce') diff --git a/172/CH6/EX6.3/ex3.sce b/172/CH6/EX6.3/ex3.sce new file mode 100755 index 000000000..8c193fc60 --- /dev/null +++ b/172/CH6/EX6.3/ex3.sce @@ -0,0 +1,11 @@ +//example 3 +//rate of flow of water +clear +clc +hir=441.89 //in kJ/kg for refrigerant using steam table +her=249.10 //in kJ/kg for refrigerant using steam table +hiw=42 //in kJ/kg for water using steam table +hew=83.95 //in kJ/kg for water using steam table +mr=0.2 //the rate at which refrigerant enters the condenser in kg/s +mw=mr*(hir-her)/(hew-hiw) //rate of flow of water in kg/s +printf("\n hence,the rate at which cooling water flows thorugh the condenser is mw=%.3f kg/s. \n", mw) \ No newline at end of file -- cgit