diff options
Diffstat (limited to '2762/CH2/EX2.2.3/2_2_3.sce')
-rwxr-xr-x | 2762/CH2/EX2.2.3/2_2_3.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2762/CH2/EX2.2.3/2_2_3.sce b/2762/CH2/EX2.2.3/2_2_3.sce new file mode 100755 index 000000000..8e1f055c3 --- /dev/null +++ b/2762/CH2/EX2.2.3/2_2_3.sce @@ -0,0 +1,15 @@ +//Transport Processes and Seperation Process Principles
+//Chapter 2
+//Example 2.2-3
+//Principles of Momentum Transfer and Overall Balances
+//given data
+//a) si units
+rhow=1000;
+g=9.80665;
+P=101325;
+hw=P/(rhow*g);//water head
+mprintf("a) head= %f m of water 4 deg C",hw)
+//b) for Hg
+rhom=13595.5;
+hm=(rhow/rhom)*hw;
+mprintf(" b) head= %f m of Mercury",hm)
|