TAPs 0.7.7.3
TAPsPhysics.hpp
Go to the documentation of this file.
00001 /******************************************************************************
00002 TAPsPhysics.hpp
00003 
00004 Defining Physics Constants
00005 
00006 SUKITTI PUNAK   (09/16/2004)
00007 UPDATE          (09/16/2004)
00008 ******************************************************************************/
00009 #ifndef TAPs_PHYSICS_HPP
00010 #define TAPs_PHYSICS_HPP
00011 
00012 #include "../Core/TAPsDef.hpp"
00013 
00014 BEGIN_NAMESPACE_TAPs
00015 //=============================================================================
00016 // All Units are in (International System) SI System,
00017 // Abbreviated SI because of the French equivalent, Systeme International.
00018 namespace Physics_SI {
00019     namespace K {
00020         const double g = 9.80665;   // m/s^2    acceleration of gravity
00021     }
00022     namespace Fn {
00023     }
00024 }
00025 //=============================================================================
00026 // All Units are in English (i.e. American) System.
00027 namespace Physics_US {
00028     namespace K {
00029         const double g = 32.17405;  // ft/s^2   acceleration of gravity
00030     }
00031     namespace Fn {
00032     }
00033 }
00034 //=============================================================================
00035 //#define Physics_SI_System Physics;
00036 //=============================================================================
00037 END_NAMESPACE_TAPs
00038 //-----------------------------------------------------------------------------
00039 #endif
00040 //345678901234567890123456789012345678901234567890123456789012345678901234567890
00041 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines