summaryrefslogtreecommitdiff
path: root/openEMS/matlab/physical_constants.m
blob: cbb333eb92b270d72bcfa17ad2f0f85dabc1598d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%
% physical constants
%

% Bronstein 3rd ed., 1997, pp. 945-946
C0 = 299792458; % m/s
c0 = C0; %constans in capital letters, c0 for legacy support
MUE0 = 4e-7*pi; % N/A^2
EPS0 = 1/(MUE0*C0^2); % F/m

% free space wave impedance
Z0 = sqrt(MUE0/EPS0); % Ohm