assign_uniform_convection#

Mechanical.assign_uniform_convection(assignment: list, convection_value: float | None = 1.0, convection_unit: str | None = 'w_per_m2kel', temperature: str | None = 'AmbientTemp', name: str | None = '') BoundaryObject#

Assign a uniform convection to the face list.

Parameters:
assignmentlist

List of objects, faces, or both.

convection_valuefloat, optional

Convection value. The default is "1.0".

convection_unitstr, optional

Units for the convection value. The default is "w_per_m2kel".

temperaturestr, optional

Temperature. The default is "AmbientTemp".

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.AssignConvection