summaryrefslogtreecommitdiff
path: root/2762/CH2/EX2.2.4/2_2_4.sce
blob: 1f8acf7a6747bdfe2075b416c4de06a75a0d9054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Transport Processes and Seperation Process Principles
//Chapter 2
//Example 2.2-4
//Principles of Momentum Transfer and Overall Balances
//given data: 
R=32.7;//manometer reading in cm
rhom=13.6;//density of mercury in g/cc
rhow=1;//density of water in g/cc
g=9.81//gravity force in m/s2
Pdiff=(R/100)*(rhom-rhow)*1000*g;//Pressure diff in N/m2
mprintf("the pressure diff is %f N/m2",Pdiff)
//end