Eclipse SUMO - Simulation of Urban MObility
EngineParameters::PolynomialEngineModelRpmToHp Struct Reference

#include <EngineParameters.h>

Data Fields

int degree
 
double x [MAX_POLY_DEGREE]
 

Detailed Description

Defines the polynomial coefficients of the engine model mapping engine speed to horsepower. The model is of type power(rpm) [hp] = x0 + x1*hp + x2*hp^2 + ...

Definition at line 45 of file EngineParameters.h.

Field Documentation

◆ degree

◆ x


The documentation for this struct was generated from the following file: