frontalAreaInSquareMeters property
getter/setter pair
Frontal area represents the total cross section area of the vehicle as viewed from the front, specified in square meters.
Physical consumption model is using this value in combination with airDragCoefficient to calculate the consumption caused by air resistance.
As fallback VehicleSpecification.widthInCentimeters and VehicleSpecification.heightInCentimeters are used.
This parameter is used to provide a more accurate consumption prediction for electric vehicles.
In the range from 0.5 to 50
Implementation
double frontalAreaInSquareMeters;