tidy3d.HeatChargeBoundarySpec#

class HeatChargeBoundarySpec[source]#

Bases: Tidy3dBaseModel

Heat-Charge boundary conditions specification.

Parameters:

Example

>>> import tidy3d as td
>>> bc_v1 = td.HeatChargeBoundarySpec(
...   condition=td.VoltageBC(source=td.DCVoltageSource(voltage=0)),
...   placement=td.StructureBoundary(structure="contact_left"),
... )

Attributes

Methods

Inherited Common Usage

placement#
condition#
__hash__()#

Hash method.