Class documentation of Concepts

Loading...
Searching...
No Matches
maxwellConstants.hh
Go to the documentation of this file.
1
7#ifndef MaxwellConstants_hh
8#define MaxwellConstants_hh
9
10#include "basics/typedefs.hh"
11
12using concepts::Real;
13
14const Real OMEGA50 = 50.0*2*M_PI; // standard angular frequency in 1/s
15const Real SIGMA_CU = 5.8e7; // conductivity of copper in 1/Ohm/m
16const Real EPS0 = 8.85419e-12; // dielectrical constant in s/(Ohm*m)
17const Real MU0 = 1.25644e-6; // permability constant in Ohm*s/m
18
19#endif // MaxwellConstants_hh
double Real
Definition typedefs.hh:39