blob: 3881cff4d3939c2974deec106f641e25836eb606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//Crank travel(in degrees)
Tc=25;
//Speed(in rpm)
N=2500;
//API(in degree)
API=30;
//Coefficient of velocity
Cd=0.875
//Injection pressure(in bar)
pinj=150;
//Combustion chamber pressure(in bar)
pcyl=40;
//Power developed(in kW)
P=25;
//Specific fuel consumption(in kg/kWh)
bsfc=0.3;
|