Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

THERMAL_EFFICIENCY does not work properly #522

Open
kagurazakayukari opened this issue Dec 25, 2024 · 0 comments
Open

THERMAL_EFFICIENCY does not work properly #522

kagurazakayukari opened this issue Dec 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kagurazakayukari
Copy link

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+

@Marocco2 Marocco2 added the bug Something isn't working label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants