16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

Working retarder for DieselEngine

This commit is contained in:
Królik Uszasty
2019-06-06 08:55:37 +02:00
committed by tmj-fstate
parent 4ca55d7b2b
commit 32ca2b76ff
3 changed files with 46 additions and 1 deletions

View File

@@ -1544,6 +1544,7 @@ public:
bool dizel_AutoGearCheck(void);
double dizel_fillcheck(int mcp);
double dizel_Momentum(double dizel_fill, double n, double dt);
double dizel_MomentumRetarder(double n, double dt); // moment hamowania retardera
void dizel_HeatSet( float const Value );
void dizel_Heat( double const dt );
bool dizel_StartupCheck();