Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
Go to the source code of this file.
Variables | |
const double | AIR_DENSITY_CONST = 1.182 |
const double | DENSITY_DIESEL = 1 |
const double | DENSITY_GASOLINE = 1 |
const double | GRAVITY_CONST = 9.81 |
const double | M_PI2 = 3.14159265358979323846 |
const double | NNORM_INCREMENT = 0.05 |
const double | NORMALIZING_ACCELARATION = 0.45 |
const double | NORMALIZING_SPEED = 19.444 |
const std::string | PHEM_DATA_VERSION = "V5" |
const double | POWER_FC_INCREMENT = 0.1 |
const double | POWER_POLLUTANT_INCREMENT = 0.3 |
const double | SECONDS_PER_HOUR = 3600 |
const double | SPEED_DCEL_MIN = 10 / 3.6 |
const double | SPEED_ROTATIONAL_INCREMENT = 10 / 3.6 |
const double | ZERO_SPEED_ACCURACY = 0.1 |
Definition in file PHEMConstants.h.
const double AIR_DENSITY_CONST = 1.182 |
Definition at line 26 of file PHEMConstants.h.
Referenced by PHEMCEP::CalcPower().
const double DENSITY_DIESEL = 1 |
Definition at line 30 of file PHEMConstants.h.
const double DENSITY_GASOLINE = 1 |
Definition at line 31 of file PHEMConstants.h.
const double GRAVITY_CONST = 9.81 |
Definition at line 25 of file PHEMConstants.h.
Referenced by PHEMCEP::CalcPower(), and PHEMCEP::GetDecelCoast().
const double M_PI2 = 3.14159265358979323846 |
Definition at line 33 of file PHEMConstants.h.
Referenced by PHEMCEP::GetDecelCoast().
const double NNORM_INCREMENT = 0.05 |
Definition at line 38 of file PHEMConstants.h.
const double NORMALIZING_ACCELARATION = 0.45 |
Definition at line 29 of file PHEMConstants.h.
Referenced by PHEMCEP::PHEMCEP().
const double NORMALIZING_SPEED = 19.444 |
Definition at line 28 of file PHEMConstants.h.
Referenced by PHEMCEP::PHEMCEP().
const std::string PHEM_DATA_VERSION = "V5" |
Definition at line 40 of file PHEMConstants.h.
const double POWER_FC_INCREMENT = 0.1 |
Definition at line 36 of file PHEMConstants.h.
const double POWER_POLLUTANT_INCREMENT = 0.3 |
Definition at line 37 of file PHEMConstants.h.
const double SECONDS_PER_HOUR = 3600 |
Definition at line 27 of file PHEMConstants.h.
Referenced by HelpersPHEMlight::compute(), and HelpersPHEMlight5::compute().
const double SPEED_DCEL_MIN = 10 / 3.6 |
Definition at line 32 of file PHEMConstants.h.
Referenced by PHEMCEP::GetDecelCoast().
const double SPEED_ROTATIONAL_INCREMENT = 10 / 3.6 |
Definition at line 35 of file PHEMConstants.h.
const double ZERO_SPEED_ACCURACY = 0.1 |
Definition at line 34 of file PHEMConstants.h.
Referenced by PHEMCEP::GetEmission().