tidy3d.InsulatingBC

tidy3d.InsulatingBC#

class InsulatingBC[source]#

Bases: HeatChargeBC

Insulation boundary condition.

Parameters:

attrs (dict = {}) – Dictionary storing arbitrary metadata for a Tidy3D object. This dictionary can be freely used by the user for storing data without affecting the operation of Tidy3D as it is not used internally. Note that, unlike regular Tidy3D fields, attrs are mutable. For example, the following is allowed for setting an attr obj.attrs['foo'] = bar. Also note that Tidy3D` will raise a TypeError if attrs contain objects that can not be serialized. One can check if attrs are serializable by calling obj.json().

Notes

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

Example

>>> bc = InsulatingBC()

Attributes

Methods

Inherited Common Usage

__hash__()#

Hash method.