blob: b902fe22b26cc8c55f800f1b33cf2c8ffce13db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
//Area of the diagram(in cm^2)
Area=8.5;
//Length of the diagram(in cm)
Length=8.5;
//Spring constant(in bar/cm)
constant=5.5;
//Stroke length(in m)
L=0.45;
//Diameter of bore(in m)
D=0.3;
//Speed of the engine(in rpm)
N=200;
//Brake wheel diameter(in m)
d=1.5;
//Difference in brake load and spring reading(in kg)
dW=150-20;
//Fuel consumption(in lit)
Vf=4;
//Density of fuel(in kg/m^3)
Pf=800;
//Calorific value of fuel(in kJ/kg)
CV=43000;
|