FuelEnergyDensityProperty
data class FuelEnergyDensityProperty(val fuelEnergyDensity: EnergyDensity) : CombustionEngineProperty
Represents CombustionVehicleEfficiency.fuelEnergyDensity property of the CombustionEngine model.
Used for updating the amount of chemical energy stored in the fuel via VehicleProvider.updateVehicleProperties
Parameters
fuelEnergyDensity
Amount of chemical energy per unit volume of the fuel, typically in megajoules per liter (MJ/l). It is used in conjunction with the CombustionVehicleEfficiency properties 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.