Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-kersten/maxwellConstants.hh
Go to the documentation of this file.
00001 
00006 #ifndef MaxwellConstants_hh
00007 #define MaxwellConstants_hh
00008 
00009 #include "basics/typedefs.hh"
00010 
00011 using concepts::Real;
00012 
00013 const Real OMEGA50 = 50.0/2/M_PI;   // standard angular frequency in 1/s
00014 const Real SIGMA_CU = 5.8e7;        // conductivity of copper in 1/Ohm/m
00015 const Real EPS0 = 8.85419e-12;      // dielectrical constant in s/(Ohm*m)
00016 const Real MU0  = 1.25644e-6;       // permability constant in Ohm*s/m
00017 
00018 #endif // MaxwellConstants_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)