tidy3d.InsulatingBC

Contents

tidy3d.InsulatingBC#

class InsulatingBC[source]#

Bases: HeatChargeBC

Insulation boundary condition.

Notes

Ensures the electric potential to the normal \(\nabla \psi \cdot \mathbf{n} = 0\) as well as the surface recombination current density \(J_s = \mathbf{J} \cdot \mathbf{n} = 0\) are set to zero where the current density is \(\mathbf{J}\) and the normal vector is \(\mathbf{n}\)

Example

>>> bc = InsulatingBC()