tidy3d.ConvectionBC#
- class ConvectionBC[source]#
- Bases: - HeatBC- Convective thermal boundary conditions. - Parameters:
- ambient_temperature (PositiveFloat) β [units = K]. Ambient temperature value in units of K. 
- transfer_coeff (NonNegativeFloat) β [units = W/(um^2*K)]. 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.