summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/17_1_data.sci
blob: 2ba82ae57acea9da93e04ac8b849dec06ace55b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Bore of the engine(in cm)
D=20;
//Stroke of the engine(in cm)
L=30;
//Volumetric efficiency of the engine
nv=0.8;
//Airfuel ratio
AF=4;
//Speed of the engine(in rpm)
N=300;
//Calorific value of fuel(in kJ/m^3)
CV=8000;
//Brake thermal efficiency
nbth=0.25;