Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
EPS0
const Real EPS0
Definition:
maxwellConstants.hh:16
MU0
const Real MU0
Definition:
maxwellConstants.hh:17
M_PI
#define M_PI
Definition:
typedefs.hh:13
OMEGA50
const Real OMEGA50
Definition:
maxwellConstants.hh:14
SIGMA_CU
const Real SIGMA_CU
Definition:
maxwellConstants.hh:15
typedefs.hh
concepts::Real
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