blob: 0f21e3b52faaf328345a895013617c294a3a43b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//number of cylinders
n=4;
//brake power(in kW)
bp=50;
//air gas ratio
Rag=9;
//compression ratio
Rc=10;
//volumetric efficiency
nv=0.7;
//indicated thermal efficiency
nth=0.35;
//indicated mechanicalted efficiency
nm=0.8;
//total volume of the engine(in cc)
Vall=2000;
|