You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/consumption-model.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Depending on the value of **vehicleEngineType**, two principal Consumption Model
19
19
20
20
In both Consumption Models, there are some dependencies when specifying parameters. Meaning that, explicitly specifying some parameters may require specifying some other parameters. Here are these dependencies to be aware of:
21
21
22
-
* All parameters require **constantSpeedConsumption** to be specified by the user. It is an error to specify any other consumption model parameter, if **constantSpeedConsumption**is not specified. The **vehicleWeight** parameter is an exception for this requirement.
22
+
* All parameters require **constantSpeedConsumption** to be specified by the user. It's an error to specify any other consumption model parameter, if **constantSpeedConsumption**isn't specified. The **vehicleWeight** parameter is an exception for this requirement.
23
23
***accelerationEfficiency** and **decelerationEfficiency** must always be specified as a pair (that is, both or none).
24
24
* If **accelerationEfficiency** and **decelerationEfficiency** are specified, product of their values must not be greater than 1 (to prevent perpetual motion).
25
25
***uphillEfficiency** and **downhillEfficiency** must always be specified as a pair (that's, both or none).
@@ -33,7 +33,7 @@ In both Consumption Models, there are some dependencies when specifying paramete
33
33
## Combustion consumption model
34
34
35
35
The Combustion Consumption Model is used when **vehicleEngineType** is set to _combustion_.
36
-
The list of parameters that belong to this model are below. Refer to the Parameters section for detailed description.
36
+
The following list of parameters belong to this model. Refer to the Parameters section for detailed description.
37
37
38
38
* constantSpeedConsumptionInLitersPerHundredkm
39
39
* vehicleWeight
@@ -48,7 +48,7 @@ The list of parameters that belong to this model are below. Refer to the Paramet
48
48
## Electric consumption model
49
49
50
50
The Electric Consumption Model is used when **vehicleEngineType** is set to _electric_.
51
-
The list of parameters that belong to this model are below. Refer to the Parameters section for detailed description.
51
+
The following list of parameters belong to this model. Refer to the Parameters section for detailed description.
52
52
53
53
* constantSpeedConsumptionInkWhPerHundredkm
54
54
* vehicleWeight
@@ -62,5 +62,5 @@ The list of parameters that belong to this model are below. Refer to the Paramet
62
62
63
63
## Sensible values of consumption parameters
64
64
65
-
A particular set of consumption parameters can be rejected, even though the set might fulfill all the explicit requirements. It happens when the value of a specific parameter, or a combination of values of several parameters, is considered to lead to unreasonable magnitudes of consumption values. If that happens, it most likely indicates an input error, as proper care is taken to accommodate all sensible values of consumption parameters. In case a particular set of consumption parameters is rejected, the accompanying error message will contain a textual explanation of the reason(s).
65
+
A particular set of consumption parameters can be rejected, even though the set might fulfill all the explicit requirements. It happens when the value of a specific parameter, or a combination of values of several parameters, is considered to lead to unreasonable magnitudes of consumption values. If that happens, it most likely indicates an input error, as proper care is taken to accommodate all sensible values of consumption parameters. In case a particular set of consumption parameters is rejected, the accompanying error message contains a textual explanation of the reason(s).
66
66
The detailed descriptions of the parameters have examples of sensible values for both models.
0 commit comments