 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef ENGINEPARAMETERS_H_
17 #define ENGINEPARAMETERS_H_
23 #define GRAVITY_MPS2 9.81
25 #define HP_TO_W 745.699872
29 #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