summaryrefslogtreecommitdiff
path: root/797/CH11/EX11.2e/11_02_example.sci
blob: 8f3ccc80af51d3d267af721cb1255c593e1a899a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 11-2 Effect of Frontal Area on Fuel Efficiency of a Car
W = 1.85 //width of the car [m]
H = 1.70 //height of the car [m]
C_D = 0.30 //drag coefficient
H_new = 1.55 //changed height of the car [m]
L = 18000 //running of vehicle per year [km]
V = 95 //average speed of car [km/h]
rho = 0.74 //density of gasoline [kg/L]
price = 0.95 //price of gasoline [$/L]
rho_air = 1.2 //density of air [kg/m^3]
HV = 44000 //heating value of gasoline [kJ/kg]
eta = 30 //overall-efficiency of car's drive train [%]