tidy3d.UniformHeatSource#
- class UniformHeatSource[source]#
Bases:
HeatSourceVolumetric heat source.
- Parameters:
name (Attribute:
name) –TypeOptional[str]
Default= None
DescriptionOptional name for the source.
structures (Attribute:
structures) –TypeTuple[str, …]
DefaultDescriptionNames of structures where to apply heat source.
rate (Attribute:
rate) –TypeUnion[float, TimeDataArray]
DefaultUnitsW/um^3
DescriptionVolumetric rate of heating or cooling (if negative) in units of W/um^3.
Example
>>> heat_source = UniformHeatSource(rate=1, structures=["box"])
Attributes
Methods
- rate#
- __hash__()#
Hash method.