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:
- assignment
list
List of objects, faces, or both.
- convection_value
float
,optional
Convection value. The default is
"1.0"
.- convection_unit
str
,optional
Units for the convection value. The default is
"w_per_m2kel"
.- temperature
str
,optional
Temperature. The default is
"AmbientTemp"
.- name
str
,optional
Name of the boundary. The default is
""
, in which case the default name is used.
- assignment
- Returns:
aedt.modules.boundary.Boundary object
Boundary object.
References
>>> oModule.AssignConvection