assign_stationary_wall_with_heat_flux#
- Icepak.assign_stationary_wall_with_heat_flux(geometry, name=None, heat_flux='0irrad_W_per_m2', thickness='0mm', material='Al-Extruded', radiate=False, radiate_surf_mat='Steel-oxidised-surface', shell_conduction=False)#
Assign a surface wall boundary condition with specified heat flux.
- Parameters:
- geometry
strorint Name of the surface object or ID of the face.
- name
str,optional Name of the boundary condition. The default is
None.- heat_flux
strorfloatordictorBoundaryDictionary,optional Heat flux to assign to the wall. This parameter is relevant if
ext_condition="Temperature". If a float value is specified, the unit isirrad_W_per_m2. Assign a transient condition using the result of a function with thecreate_*_transient_assignmentpattern. The default is"0irrad_W_per_m2".- thickness
strorfloat,optional Thickness of the wall. If a float value is specified, 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 non-zero. 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 for the inner surface radiation. This parameter is relevant if
radiateis 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.common.BoundaryObjectBoundary object.
References
>>> oModule.AssignStationaryWallBoundary