assign_stationary_wall_with_temperature#
- Icepak.assign_stationary_wall_with_temperature(geometry, name=None, temperature='0cel', thickness='0mm', material='Al-Extruded', radiate=False, radiate_surf_mat='Steel-oxidised-surface', shell_conduction=False)[source]#
Assign a surface wall boundary condition with specified temperature.
- Parameters:
- geometry
str
orint
Name of the surface object or ID of the face.
- name
str
,optional
Name of the boundary condition. The default is
None
.- temperature
str
orfloat
ordict
orBoundaryDictionary
,optional
Temperature to assign to the wall. This parameter is relevant if
ext_condition="Temperature"
. If a float value is specified, the unit is degrees Celsius. Assign a transient condition using the result of a function with thecreate_*_transient_assignment
pattern. The default is"0cel"
.- thickness
str
orfloat
,optional
Thickness of the wall. If a float value is specified used, the unit is the current unit system set in Icepak. The default is
"0mm"
.- material
str
,optional
Solid material of the wall. This parameter is relevant if the thickness is a non-zero value. The default is
"Al-Extruded"
.- radiatebool,
optional
Whether to enable the inner surface radiation option. The default is
False
.- radiate_surf_mat
str
,optional
Surface material to use for inner surface radiation. This parameter is relevant if
radiate
is enabled. The default is"Steel-oxidised-surface
.- shell_conductionbool,
optional
Whether to use the shell conduction option. The default is
False
.
- geometry
- Returns:
ansys.aedt.core.modules.boundary.BoundaryObject
Boundary object.
References
>>> oModule.AssignStationaryWallBoundary