Skip to content

Perfect Electric Conductor Boundary Condition

You apply the perfect electric conductor (PEC) boundary condition at boundaries with conducting materials that have (assumed) infinite conductivity. This is a good approximation at the boundaries with metals at high field frequencies. Under this boundary condition the tangential component of the electric field's amplitude \(\tilde{\mathbf{E}}\) at the boundary becomes zero:

\[ \tilde{\mathbf{E}} \times \hat{\mathbf{n}} = 0, \]

where \(\hat{\mathbf{n}}\) is the unit vector normal to the boundary.

To create a PerfectElectricConductorCondition, give a name and the boundary Marker:

condition = PerfectElectricConductorCondition(
    name = "My Perfect Electric Conductor Boundary Condition",
    marker = my_marker,
)