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

Added efficiency of transmision

This commit is contained in:
Królik Uszasty
2019-11-02 15:50:53 +01:00
committed by tmj-fstate
parent 90da4bf704
commit 7b0307ad68
2 changed files with 6 additions and 4 deletions

View File

@@ -641,6 +641,7 @@ struct TTransmision
int NToothM = 0;
int NToothW = 0;
double Ratio = 1.0;
double Efficiency = 1.0;
};
enum class TCouplerType { NoCoupler, Articulated, Bare, Chain, Screw, Automatic };