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

---
 2762/CH2/EX2.7.3/2_7_3.sce | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100755 2762/CH2/EX2.7.3/2_7_3.sce

(limited to '2762/CH2/EX2.7.3/2_7_3.sce')

diff --git a/2762/CH2/EX2.7.3/2_7_3.sce b/2762/CH2/EX2.7.3/2_7_3.sce
new file mode 100755
index 000000000..aa17d2ca3
--- /dev/null
+++ b/2762/CH2/EX2.7.3/2_7_3.sce
@@ -0,0 +1,13 @@
+//Transport Processes and Seperation Process Principles
+//Chapter 2
+//Example 2.7-2
+//Principles of Momentum Transfer and Overall Balances
+//given data
+//si units
+KE=0;PE=0;Ws=0;//steady state
+Power=19.63*1000;
+m1=0.3964/60;//mass flow rate in si units
+Q=Power/m1;//heat added
+H1=0;
+H2=H1+Q;//exit enthalpy
+mprintf("exit enthalpy= %f kJ/kg",H2/1000)
-- 
cgit