FuelEnergyDensity

data class FuelEnergyDensity(val fuelEnergyDensity: <Error class: unknown class>) : CombustionEngineParameter

Specifies the efficiency of the vehicle.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

fuelEnergyDensity

Specifies the amount of chemical energy per unit volume of the fuel, for example in megajoules per liter. It is used in conjunction with the *Efficiency parameters for conversions between saved or consumed energy and fuel. For example, energy density is 34.2 MJ/l for gasoline, and 35.8 MJ/l for Diesel fuel.

Constructors

Link copied to clipboard
constructor(fuelEnergyDensity: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fuelEnergyDensity: <Error class: unknown class>