![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Data Structures | |
class | EngineParameters |
struct | EngineParameters::GearShiftingRules |
struct | EngineParameters::PolynomialEngineModelRpmToHp |
Macros | |
#define | GRAVITY_MPS2 9.81 |
#define | HP_TO_W 745.699872 |
#define | MAX_POLY_DEGREE 9 |
#define | TAU_MAX 0.5 |
#define GRAVITY_MPS2 9.81 |
Definition at line 24 of file EngineParameters.h.
Referenced by EngineParameters::computeCoefficients(), RealisticEngineModel::gravityForce_N(), RealisticEngineModel::maxNoSlipAcceleration_mps2(), and RealisticEngineModel::rollingResistance_N().
#define HP_TO_W 745.699872 |
Definition at line 26 of file EngineParameters.h.
Referenced by EngineParameters::computeCoefficients(), and RealisticEngineModel::speed_mpsToThrust_N().
#define MAX_POLY_DEGREE 9 |
Definition at line 30 of file EngineParameters.h.
Referenced by VehicleEngineHandler::loadEngineModelData().
#define TAU_MAX 0.5 |
Definition at line 28 of file EngineParameters.h.
Referenced by RealisticEngineModel::getEngineTimeConstant_s().