assign_heat_flux# Mechanical.assign_heat_flux(objects_list, heat_flux_type, value, boundary_name='')[source]# Assign heat flux boundary condition to an object or face list. Parameters: objects_listlistList of objects, faces, or both. heat_flux_typestrType of the heat flux. Options are "Total Power" or "Surface Flux". valuestrValue of heat flux with units. boundary_namestr, optionalName of the boundary. The default is "", in which case the default name is used. Returns: aedt.modules.Boundary.Boundary objectBoundary object. References >>> oModule.AssignHeatFlux Copy to clipboard