Eclipse SUMO - Simulation of Urban MObility
PHEMConstants.h File Reference
#include <config.h>
Include dependency graph for PHEMConstants.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Author
Nikolaus Furian
Daniel Krajzewicz
Date
Thu, 13.06.2013

Definition in file PHEMConstants.h.

Variable Documentation

◆ AIR_DENSITY_CONST

const double AIR_DENSITY_CONST = 1.182

Definition at line 26 of file PHEMConstants.h.

Referenced by PHEMCEP::CalcPower().

◆ DENSITY_DIESEL

const double DENSITY_DIESEL = 1

Definition at line 30 of file PHEMConstants.h.

◆ DENSITY_GASOLINE

const double DENSITY_GASOLINE = 1

Definition at line 31 of file PHEMConstants.h.

◆ GRAVITY_CONST

const double GRAVITY_CONST = 9.81

Definition at line 25 of file PHEMConstants.h.

Referenced by PHEMCEP::CalcPower(), and PHEMCEP::GetDecelCoast().

◆ M_PI2

const double M_PI2 = 3.14159265358979323846

Definition at line 33 of file PHEMConstants.h.

Referenced by PHEMCEP::GetDecelCoast().

◆ NNORM_INCREMENT

const double NNORM_INCREMENT = 0.05

Definition at line 38 of file PHEMConstants.h.

◆ NORMALIZING_ACCELARATION

const double NORMALIZING_ACCELARATION = 0.45

Definition at line 29 of file PHEMConstants.h.

Referenced by PHEMCEP::PHEMCEP().

◆ NORMALIZING_SPEED

const double NORMALIZING_SPEED = 19.444

Definition at line 28 of file PHEMConstants.h.

Referenced by PHEMCEP::PHEMCEP().

◆ PHEM_DATA_VERSION

const std::string PHEM_DATA_VERSION = "V5"

Definition at line 40 of file PHEMConstants.h.

◆ POWER_FC_INCREMENT

const double POWER_FC_INCREMENT = 0.1

Definition at line 36 of file PHEMConstants.h.

◆ POWER_POLLUTANT_INCREMENT

const double POWER_POLLUTANT_INCREMENT = 0.3

Definition at line 37 of file PHEMConstants.h.

◆ SECONDS_PER_HOUR

const double SECONDS_PER_HOUR = 3600

Definition at line 27 of file PHEMConstants.h.

Referenced by HelpersPHEMlight::compute(), and HelpersPHEMlight5::compute().

◆ SPEED_DCEL_MIN

const double SPEED_DCEL_MIN = 10 / 3.6

Definition at line 32 of file PHEMConstants.h.

Referenced by PHEMCEP::GetDecelCoast().

◆ SPEED_ROTATIONAL_INCREMENT

const double SPEED_ROTATIONAL_INCREMENT = 10 / 3.6

Definition at line 35 of file PHEMConstants.h.

◆ ZERO_SPEED_ACCURACY

const double ZERO_SPEED_ACCURACY = 0.1

Definition at line 34 of file PHEMConstants.h.

Referenced by PHEMCEP::GetEmission().