openEMS/tools/constants.h
Thorsten Liebig 0a39d32a07 A couple of new features
- ProcessCurrent
- Weighted Excitation and Material
- Testing
2010-03-04 11:53:58 +01:00

11 lines
229 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
#define __EPS0__ 8.85418781762e-12
#define __MUE0__ 1.256637062e-6
#define __C0__ 299792458
#define __Z0__ 376.730313461
#define PI 3.141592653589793238462643383279
#endif // CONSTANTS_H