Share via


RouteRangeOptions.DecelerationEfficiency Property

Definition

Specifies the efficiency of converting kinetic energy to saved (not consumed) fuel when the vehicle decelerates (i.e. ChemicalEnergySaved/KineticEnergyLost). ChemicalEnergySaved_ is obtained by converting saved (not consumed) fuel to energy using fuelEnergyDensityInMJoulesPerLiter. Must be paired with AccelerationEfficiency. The range of values allowed are 0.0 to 1/AccelerationEfficiency. Sensible Values : for Combustion Model : 0.83, for Electric Model : 0.91

public double? DecelerationEfficiency { get; set; }
member this.DecelerationEfficiency : Nullable<double> with get, set
Public Property DecelerationEfficiency As Nullable(Of Double)

Property Value

Applies to