Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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

int EngineParameters::PolynomialEngineModelRpmToHp::degree

◆ x

double EngineParameters::PolynomialEngineModelRpmToHp::x[MAX_POLY_DEGREE]

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