SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Variables | |
const double | AIR_DENSITY_CONST = 1.182 |
const double | GRAVITY_CONST = 9.81 |
const double | NORMALIZING_ACCELARATION = 0.45 |
const double | NORMALIZING_SPEED = 19.444 |
const double | SECONDS_PER_HOUR = 3600 |
const double AIR_DENSITY_CONST = 1.182 |
Definition at line 25 of file PHEMConstants.h.
Referenced by PHEMCEP::CalcPower().
const double GRAVITY_CONST = 9.81 |
Definition at line 24 of file PHEMConstants.h.
Referenced by PHEMCEP::CalcPower().
const double NORMALIZING_ACCELARATION = 0.45 |
Definition at line 28 of file PHEMConstants.h.
Referenced by PHEMCEP::PHEMCEP().
const double NORMALIZING_SPEED = 19.444 |
Definition at line 27 of file PHEMConstants.h.
Referenced by PHEMCEP::PHEMCEP().
const double SECONDS_PER_HOUR = 3600 |
Definition at line 26 of file PHEMConstants.h.
Referenced by HelpersPHEMlight::computeCO(), HelpersPHEMlight::computeCO2(), HelpersPHEMlight::computeFuel(), HelpersPHEMlight::computeHC(), HelpersPHEMlight::computeNOx(), and HelpersPHEMlight::computePMx().