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 
12 using concepts::Real;
13 
14 const Real OMEGA50 = 50.0*2*M_PI; // standard angular frequency in 1/s
15 const Real SIGMA_CU = 5.8e7; // conductivity of copper in 1/Ohm/m
16 const Real EPS0 = 8.85419e-12; // dielectrical constant in s/(Ohm*m)
17 const Real MU0 = 1.25644e-6; // permability constant in Ohm*s/m
18 
19 #endif // MaxwellConstants_hh
const Real EPS0
const Real MU0
#define M_PI
Definition: typedefs.hh:13
const Real OMEGA50
const Real SIGMA_CU
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich