tidy3d.HeatFromElectricSource#
- class HeatFromElectricSource[source]#
Bases:
GlobalHeatChargeSourceVolumetric heat source generated from an electric simulation.
- Parameters:
name (Optional[str] = None) – Optional name for the source.
Notes
If a
HeatFromElectricSourceis 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
nameInherited Common Usage