tidy3d.InsulatingBC#
- class InsulatingBC[source]#
Bases:
HeatChargeBCInsulation 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()