summaryrefslogtreecommitdiff
path: root/172/CH6/EX6.3/ex3.sce
diff options
context:
space:
mode:
Diffstat (limited to '172/CH6/EX6.3/ex3.sce')
-rwxr-xr-x172/CH6/EX6.3/ex3.sce11
1 files changed, 11 insertions, 0 deletions
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