CombustionVehicleEfficiency
data class CombustionVehicleEfficiency(val velocityChange: VelocityChangeEfficiency? = null, val altitudeChange: AltitudeChangeEfficiency? = null, val fuelEnergyDensity: EnergyDensity)
Specifies the efficiency of a combustion vehicle.
Constructors
Link copied to clipboard
constructor(velocityChange: VelocityChangeEfficiency? = null, altitudeChange: AltitudeChangeEfficiency? = null, fuelEnergyDensity: EnergyDensity)
Properties
Link copied to clipboard
The efficiency of expending or saving energy due to ascents or descents.
Link copied to clipboard
The amount of chemical energy stored in the fuel, typically measured in megajoules per liter. It is used together with the efficiency parameters to convert between saved or consumed fuel and energy. Common values are 34.2 MJ/l for gasoline and 35.8 MJ/l for Diesel fuel.
Link copied to clipboard
The efficiency of expending or saving energy due to changes in speed.