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_listlist

List of objects, faces, or both.

heat_flux_typestr

Type of the heat flux. Options are "Total Power" or "Surface Flux".

valuestr

Value of heat flux with units.

boundary_namestr, optional

Name of the boundary. The default is "", in which case the default name is used.

Returns:
aedt.modules.Boundary.Boundary object

Boundary object.

References

>>> oModule.AssignHeatFlux