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 /****************************************************************************/
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