assign_heat_flux# Mechanical.assign_heat_flux(assignment, heat_flux_type, value, name='')[source]# Assign heat flux boundary condition to an object or face list. Parameters: assignmentlistList 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. 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