assign_uniform_temperature#

Mechanical.assign_uniform_temperature(assignment, temperature='AmbientTemp', name='')[source]#

Assign a uniform temperature boundary.

Note

This method works only in a Mechanical Thermal analysis.

Parameters:
assignmentlist

List of objects, faces, or both.

temperaturestr, optional.

Type of the temperature. The default is "AmbientTemp".

namestr, optional

Name of the boundary. The default is "".

Returns:
aedt.modules.Boundary.Boundary object

Boundary object.

References

>>> oModule.AssignTemperature