blob: 37097d685f71cf2f52d209045af92058ff44c5db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//Speed(in rpm)
N=4000;
//Torque develpoed(in N-m)
T=150;
//Stroke length(in m)
L=0.1;
//Diameter of engine(in m)
D=0.08;
//No of cylinders
k=6;
//Mass of fuel consumed(in kg/hr)
mf=20;
//Calorific vaule of fuel(in kJ/kg)
CV=43000;
//Adiabatic constant
y=1.4;
//Clearance Volume(in cc)
Vcl=70;
|