OpenSEMBA / dgtd

Maxwell's curl equations solver using discontinuous Galerkin methods.
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

PEC / PMC #9

Closed AlejandroMunozManterola closed 1 year ago

AlejandroMunozManterola commented 1 year ago

Boundary conditions for Perfect Electric Conductor (PEC) and Perfect Magnetic Conductor (PMC) are required as the most basic boundary conditions to be implemented.

In PEC boundaries, the Electric Field tangential component is zero, whereas the Magnetic Field normal component is zero.

In PMC boundaries, the Electric Field normal component is zero, whereas the Magnetic Field tangential component is zero.

AlejandroMunozManterola commented 1 year ago

A set of FluxCoefficients has been added which allows for easy definition of PEC and PMC boundary conditions in a BilinearForm.