SUMO - Simulation of Urban MObility
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
PHEMConstants.h
Go to the documentation of this file.
1
/****************************************************************************/
8
// Holds constants and data version info for PHEM Light
9
/****************************************************************************/
10
// SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
11
// Copyright (C) 2013-2014 DLR (http://www.dlr.de/) and contributors
12
/****************************************************************************/
13
//
14
// This file is part of SUMO.
15
// SUMO is free software: you can redistribute it and/or modify
16
// it under the terms of the GNU General Public License as published by
17
// the Free Software Foundation, either version 3 of the License, or
18
// (at your option) any later version.
19
//
20
/****************************************************************************/
21
22
#ifndef PHEMConstants_h
23
#define PHEMConstants_h
24
25
const
double
GRAVITY_CONST
= 9.81;
26
const
double
AIR_DENSITY_CONST
= 1.182;
27
const
double
SECONDS_PER_HOUR
= 3600;
28
const
double
NORMALIZING_SPEED
= 19.444;
29
const
double
NORMALIZING_ACCELARATION
= 0.45;
30
31
#endif
NORMALIZING_SPEED
const double NORMALIZING_SPEED
Definition:
PHEMConstants.h:28
NORMALIZING_ACCELARATION
const double NORMALIZING_ACCELARATION
Definition:
PHEMConstants.h:29
GRAVITY_CONST
const double GRAVITY_CONST
Definition:
PHEMConstants.h:25
SECONDS_PER_HOUR
const double SECONDS_PER_HOUR
Definition:
PHEMConstants.h:27
AIR_DENSITY_CONST
const double AIR_DENSITY_CONST
Definition:
PHEMConstants.h:26
build
buildd
sumo-0.21.0+dfsg
src
utils
emissions
PHEMConstants.h
Generated on Wed Mar 18 2015 22:57:48 for SUMO - Simulation of Urban MObility by
1.8.9.1