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:
- 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 objectBoundary object.
References
>>> oModule.AssignConvection