diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2762/CH2/EX2.7.3/2_7_3.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '2762/CH2/EX2.7.3/2_7_3.sce')
-rwxr-xr-x | 2762/CH2/EX2.7.3/2_7_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
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)
|