tidy3d.ConvectionBC#
- class ConvectionBC[source]#
Bases:
HeatBC
Convective thermal boundary conditions.
- Parameters:
ambient_temperature (Attribute:
ambient_temperature
) –Type
PositiveFloat
Default
Units
K
Description
Ambient temperature value in units of K.
transfer_coeff (Attribute:
transfer_coeff
) –Type
NonNegativeFloat
Default
Units
W/(um^2*K)
Description
Heat flux value in units of W/(um^2*K).
Example
>>> bc = ConvectionBC(ambient_temperature=300, transfer_coeff=1)
Attributes
Methods
- ambient_temperature#
- transfer_coeff#
- __hash__()#
Hash method.