RouteRangeOptions.AccelerationEfficiency Property

Definition

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