#1

# First row (from column 2): speeds (here rpm)
# First column (from row 2): torques
# body: efficiency
double effTable (8,9)
 00  0000  0300  0500   1000  1300  1500  1700  2000. 
 15  0.50  0.50  0.50   0.50  0.50  0.50  0.50  0.500 
 025 0.50  0.60  0.75   0.80  0.85  0.80  0.79  0.780   
 050 0.50  0.75  0.89   0.905 0.905 0.90  0.89  0.875   
 065 0.50  0.80  0.905  0.905 0.905 0.870 0.87  0.870
 075 0.50  0.85  0.905  0.905 0.870 0.870 0.870 0.870
 085 0.50  0.80  0.90   0.870 0.870 0.870 0.870 0.870
 100 0.50  0.79  0.89   0.870 0.870 0.870 0.870 0.870

# first column: soeeds (here rpm); second Nm (72 kW machine)
double minMaxTorque(9,3)
	0	-700	700
	730	-700	700
	934	-637	637
	1109	-581	581
	1518	-440	440
	1868	-360	360
	2335	-280	280
	2400	-000	0
	2500	-000	0
