00001 #ifndef GGDF_CONSTANTS
00002 #define GGDF_CONSTANTS
00003
00004 namespace GMathLib{
00005 namespace GFD{
00006
00007
00008
00009
00010
00011
00012 namespace GConstants{
00013
00017 namespace Universal{
00018 const double G = 6.673e-11;
00021 const double R_Unv = 8.314e03;
00023 }
00024
00028 namespace Earth{
00029 const double Omega = 7.292e-05;
00032 const double Earth_Radius = 6.37e06;
00035 const double Cp_dry = 1004.6;
00038 const double Cv_dry = 717;
00041 const double R_dry = 287.04;
00043 }
00044
00045 }
00046
00047 }
00048
00049 }
00050 #endif