 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef ENGINEPARAMETERS_H_
18 #define ENGINEPARAMETERS_H_
24 #define GRAVITY_MPS2 9.81
26 #define HP_TO_W 745.699872
30 #define MAX_POLY_DEGREE 9
struct GearShiftingRules shiftingRule
double __rpmToSpeedCoefficient
double __airFrictionCoefficient
double __speedToRpmCoefficient
double tiresFrictionCoefficient
EngineParameters & operator=(const EngineParameters &other)
double __brakesOneMinusAlpha
double x[MAX_POLY_DEGREE]
virtual ~EngineParameters()
void computeCoefficients()
void dumpParameters(std::ostream &out)
double __maxAccelerationCoefficient
double __speedToThrustCoefficient
double __maxNoSlipAcceleration
struct PolynomialEngineModelRpmToHp engineMapping