tidy3d.HeatFromElectricSource

tidy3d.HeatFromElectricSource#

class HeatFromElectricSource[source]#

Bases: GlobalHeatChargeSource

Volumetric heat source generated from an electric simulation.

Parameters:

name (Optional[str] = None) – Optional name for the source.

Notes

If a HeatFromElectricSource is specified as a source, appropriate boundary conditions for an electric simulation must be provided, since such a simulation will be executed before the heat simulation can run.

Example

>>> heat_source = HeatFromElectricSource()

Attributes

name