summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/8_2_data.sci
blob: 4ef1226b874215332e582b62cc86704d19d9c942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//Bore of the engine(in cm)
D=10;
//Length of stroke for square engine(in cm)
L=10;
//Number of cylinders
k=4;
//Volumetric effciency
nv=0.75;
//Speed(in rev/s)
N=40;
//Density of air
Pa=1.15;
//Coefficient of air flow
Cd=0.75;
//Area of orifice(in m^2)
A2=0.25*%pi*0.03^2;