SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHEMConstants.h
Go to the documentation of this file.
1 /****************************************************************************/
7 // Holds constants and data version info for PHEM Light
8 /****************************************************************************/
9 // SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
10 // Copyright (C) 2001-2013 DLR (http://www.dlr.de/) and contributors
11 /****************************************************************************/
12 //
13 // This file is part of SUMO.
14 // SUMO is free software: you can redistribute it and/or modify
15 // it under the terms of the GNU General Public License as published by
16 // the Free Software Foundation, either version 3 of the License, or
17 // (at your option) any later version.
18 //
19 /****************************************************************************/
20 
21 #ifndef PHEMConstants_h
22 #define PHEMConstants_h
23 
24 const double GRAVITY_CONST = 9.81;
25 const double AIR_DENSITY_CONST = 1.182;
26 const double SECONDS_PER_HOUR = 3600;
27 const double NORMALIZING_SPEED = 19.444;
28 const double NORMALIZING_ACCELARATION = 0.45;
29 
30 #endif
const double NORMALIZING_SPEED
Definition: PHEMConstants.h:27
const double NORMALIZING_ACCELARATION
Definition: PHEMConstants.h:28
const double GRAVITY_CONST
Definition: PHEMConstants.h:24
const double SECONDS_PER_HOUR
Definition: PHEMConstants.h:26
const double AIR_DENSITY_CONST
Definition: PHEMConstants.h:25