blob: 087a4772593e601613b55f6cee6cb17e576a22c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//Brake thermal efficiency
nbth=0.3;
//Indicated power(in kW)
ip=40;
//Mechanical efficiency at half load
nmh=0.65;
//No of cylinders
k=4;
//Stroke volume(in cc)
Vsf=1000;
//Compression ratio
r=8;
|