CombustionEngine

fun CombustionEngine(    consumption: CombustionVehicleConsumption? = null,     efficiency: CombustionVehicleEfficiency? = null,     currentFuel: Volume? = null)

Parameters

consumption

Specifies the consumption model of the vehicle.

efficiency

Specifies the efficiency of the engine.

currentFuel

Current amount of fuel, for example in liters.