summaryrefslogtreecommitdiff
path: root/788/CH3/EX3.8.a/3_8_data.sci
blob: 07e3b986bb18eedb2b7572b18d5444fb69e1f302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Aim:Refer Example 3-8 for Problem Description. 
// Given:
// Time period of operations:
t=10; //s
// Stroke of hydraulic cylinder:
S=10; //ft
// Load required to compress car:
F_load=8000; //lb
// Pump pressure:
p=1000; //psi
// Efficiency of cylinder:100 %
eta=1;