assign_uniform_convection#

Mechanical.assign_uniform_convection(assignment, convection_value=1.0, convection_unit='w_per_m2kel', temperature='AmbientTemp', name='')[source]#

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