tidy3d.TemperatureBC# class TemperatureBC[source]# Bases: HeatBC Constant temperature thermal boundary conditions. Parameters: temperature (PositiveFloat) – [units = K]. Temperature value in units of K. Example >>> bc = TemperatureBC(temperature=300) Copy to clipboard Attributes Methods temperature# __hash__()# Hash method.