Electromagnetism in Homogeneous medium #
Basic properties for homogeneous medium and free space.
Variables are bundled in structure, for unbundled version use PhysLean.Electromagnetism.MaxwellEquations.
Charged Medium is defined as Optical Medium with charge and current.
- ρ : ChargeDensity
The charge density.
- J : CurrentDensity
The current density.
Instances For
@[reducible, inline]
Gauss's law for the Electric field in homogeneous medium.
Equations
- CM.GaussLawElectric E = Electromagnetism.GaussLawElectric CM.toOpticalMedium CM.ρ E
Instances For
@[reducible, inline]
Gauss's law for the Magnetic field in homogeneous medium.
Instances For
@[reducible, inline]
abbrev
Electromagnetism.ChargedMedium.AmpereLaw
(CM : ChargedMedium)
(E : ElectricField)
(B : MagneticField)
:
Ampère's law in homogeneous medium.
Equations
- CM.AmpereLaw E B = Electromagnetism.AmpereLaw CM.toOpticalMedium CM.J E B
Instances For
@[reducible, inline]
Faraday's law in homogeneous medium.
Equations
Instances For
Maxwell's equations for charge and current free medium #
Optical medium defined as charge and current free charged medium.
Equations
Instances For
def
Electromagnetism.OpticalMedium.FreeMaxwellEquations
(OM : OpticalMedium)
(E : ElectricField)
(B : MagneticField)
:
The Maxwell equations for charge and current free medium.
Equations
- OM.FreeMaxwellEquations E B = Electromagnetism.MaxwellEquations OM OM.free.ρ OM.free.J E B
Instances For
theorem
Electromagnetism.OpticalMedium.gaussLawElectric_of_free
(OM : OpticalMedium)
{t : Time}
{x : Space}
(E : ElectricField)
(B : MagneticField)
(h : OM.FreeMaxwellEquations E B)
:
theorem
Electromagnetism.OpticalMedium.gaussLawMagnetic_of_free
(OM : OpticalMedium)
{t : Time}
{x : Space}
(E : ElectricField)
(B : MagneticField)
(h : OM.FreeMaxwellEquations E B)
:
theorem
Electromagnetism.OpticalMedium.ampereLaw_of_free
(OM : OpticalMedium)
{t : Time}
{x : Space}
(E : ElectricField)
(B : MagneticField)
(h : OM.FreeMaxwellEquations E B)
:
theorem
Electromagnetism.OpticalMedium.faradayLaw_of_free
(OM : OpticalMedium)
{t : Time}
{x : Space}
(E : ElectricField)
(B : MagneticField)
(h : OM.FreeMaxwellEquations E B)
: