diff options
Diffstat (limited to '746/DEPENDENCIES/8_01.sci')
-rwxr-xr-x | 746/DEPENDENCIES/8_01.sci | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/8_01.sci b/746/DEPENDENCIES/8_01.sci new file mode 100755 index 000000000..2d4620b38 --- /dev/null +++ b/746/DEPENDENCIES/8_01.sci @@ -0,0 +1,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;
\ No newline at end of file |