summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/9_7_data.sci
blob: fb5d3e3976c32c0ea37a314d3e181456a1b31e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//Volume of fuel in barrel(in cc)
Vpb=6;
//Diameter of fuel line(in cm)
d=2.5/10;
//Length of fuel line(in cm)
L=60;
//Volume of fuel in injection valve(in cc)
Vin=2;
//Injection pressure(in bar)
p2=150;
//Pump inlet pressure(in bar)
p1=1;
//Coefficient of compressibility
K=75*10^-6;
//Delivery volume(in cc)
Vdel=0.10;
//New diameter(in cm)
dn=0.7;