summaryrefslogtreecommitdiff
path: root/1379/CH1/EX1.1.3/example1_3.sce
blob: 92f78bbeafc4e4460a97c50136643a34113fb92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


//exapple 1.3 
clc; funcprot(0);
// Initialization of Variable
pi=3.14;
g=9.81;
d=0.00125;
Re=2100;
l=0.035;
rhoc=779;//density of cyclohexane
rhow=999;//density of water
muc=1.02/1000;//viscosity of cyclo hexane
//calculation
u=Re*muc/rhoc/d;//speed
Q=pi*d^2*u/4;//volumetric flow rate
delP=32*muc*u*l/d^2;//pressure difference
delz=delP/(rhow-rhoc)/g;
disp(delz*100 , "the difference between the rise levels of manometer in (cm):")