RouteRangeOptions.DownhillEfficiency 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 potential energy to saved (not consumed) fuel when the vehicle loses elevation (i.e. ChemicalEnergySaved/PotentialEnergyLost). ChemicalEnergySaved_ is obtained by converting saved (not consumed) fuel to energy using fuelEnergyDensityInMJoulesPerLiter
.
Must be paired with UphillEfficiency.
The range of values allowed are 0.0 to 1/UphillEfficiency.
Sensible Values : for Combustion Model : 0.51, for Electric Model : 0.73
public double? DownhillEfficiency { get; set; }
member this.DownhillEfficiency : Nullable<double> with get, set
Public Property DownhillEfficiency As Nullable(Of Double)
Property Value
Applies to
Azure SDK for .NET