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
[FUEL_CONSUMPTION] ; new section
THERMAL_EFFICIENCY_LUT=THERMAL_EFFICIENCY.lut ; torque_ratio|engine thermal efficiency (%/100) - torque ratio = current engine torque/maximum engine torque
THERMAL_EFFICIENCY= ; %/100 - constant for use if LUT is not present, otherwise overwritten by LUT
FUEL_LHV=40 ; fuel lower heating value - MJ/kg
TURBO_EFFICIENCY=1 ; optional - how efficient the turbo(s) is at generating power from more fuel
LOG_FUEL_FLOW=0 ; if 1, current flow rate will be logged in custom_shaders_patch.log - WARNING - setting to 1 will generate very large logs; only use for debugging/data validation.
In engine.ini:
[FUEL_CONSUMPTION] ; new section
THERMAL_EFFICIENCY_LUT=THERMAL_EFFICIENCY.lut ; torque_ratio|engine thermal efficiency (%/100) - torque ratio = current engine torque/maximum engine torque
THERMAL_EFFICIENCY= ; %/100 - constant for use if LUT is not present, otherwise overwritten by LUT
FUEL_LHV=40 ; fuel lower heating value - MJ/kg
TURBO_EFFICIENCY=1 ; optional - how efficient the turbo(s) is at generating power from more fuel
LOG_FUEL_FLOW=0 ; if 1, current flow rate will be logged in custom_shaders_patch.log - WARNING - setting to 1 will generate very large logs; only use for debugging/data validation.
in THERMAL_EFFICIENCY.lut:
1.10|0.320
1.05|0.325
1.00|0.330
0.95|0.335
0.90|0.340
0.85|0.345
So does it, and it seems not working based on LUT file setting.
Not working test with 0.2.4+
The text was updated successfully, but these errors were encountered: