blob: 2d4620b382fbe29910665a2be598270340b5732b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//Operation pressure of hydraulic system(in kPa):
p1=20000;
//Operation temperature of hydraulic system(in C):
T=55;
//Piston diameter(in mm):
D=25;
//Viscosity of SAE 10W at 55C(in kg/(m-s):
u=0.018;
//Mean radial clearance of a cylinder(in mm):
a=0.005;
//Gauge pressure on lower pressure side of piston(in kPa):
p2=1000;
//Lenth of piston(in mm):
L=15;
//Denity of water(in kg/m^3):
dw=1000;
|