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:
assignmentlist

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.

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