CombustionVehicleConsumption

data class CombustionVehicleConsumption(val auxiliaryPower: FuelPerTime? = null, val speedConsumption: Map<Speed, FuelConsumption>)

Describes parameters used to determine the vehicle power and consumption.

Parameters

auxiliaryPower

Specifies the amount of fuel consumed for sustaining auxiliary systems of the vehicle, for example in liters per hour. It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc.

speedConsumption

Map used to determine fuel consumption at different speeds.

Constructors

Link copied to clipboard
constructor(auxiliaryPower: FuelPerTime? = null, speedConsumption: Map<Speed, FuelConsumption>)

Properties

Link copied to clipboard
Link copied to clipboard