RouteDirectionOptions.AccelerationEfficiency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the efficiency of converting chemical energy stored in fuel to kinetic energy when the vehicle accelerates (i.e. KineticEnergyGained/ChemicalEnergyConsumed). ChemicalEnergyConsumed_ is obtained by converting consumed fuel to chemical energy using fuelEnergyDensityInMJoulesPerLiter
.
Must be paired with decelerationEfficiency
.
The range of values allowed are 0.0 to 1/decelerationEfficiency
.
Sensible Values : for Combustion Model : 0.33, for Electric Model : 0.66
public double? AccelerationEfficiency { get; set; }
member this.AccelerationEfficiency : Nullable<double> with get, set
Public Property AccelerationEfficiency As Nullable(Of Double)
Property Value
Applies to
Azure SDK for .NET