-- @/=[C]:-1
function getFrontAirflowSpeed(...)
local airSpeedThroughVehicle = abs(obj:getFrontAirflowSpeed())
local airRegulatorActive = min((M.engineBlockTemperature > thermostatTemperature and not parentEngine.isDisabled) and (M.engineBlockTemperature - thermostatTemperature) * 0.1 + airRegulatorClosedCoef or airRegulatorClosedCoef, 1)
local airSpeedThroughVehicle = abs(obj:getFrontAirflowSpeed())