assign_grille#
- Icepak.assign_grille(air_faces: str | list, free_loss_coeff: bool = True, free_area_ratio: float = 0.8, external_temp: str | None = 'AmbientTemp', expternal_pressure: str | None = 'AmbientPressure', x_curve: list | None = ['0', '1', '2'], y_curve: list | None = ['0', '1', '2'], boundary_name: str | None = None) BoundaryObject#
Assign grille to a face or list of faces.
- Parameters:
- air_faces
str,list List of face names.
- free_loss_coeffbool
Whether to use the free loss coefficient. The default is
True. IfFalse, the free loss coefficient is not used.- free_area_ratio
float,str Free loss coefficient value. The default is
0.8.- external_temp
str,optional External temperature. The default is
"AmbientTemp".- expternal_pressure
str,optional External pressure. The default is
"AmbientPressure".- x_curve
list,optional List of X curves in m_per_sec. The default is
["0", "1", "2"].- y_curve
list,optional List of Y curves in n_per_meter_q. The default is
["0", "1", "2"].- boundary_name
str,optional Boundary name. The default is
None, in which case the name will be generated automatically.
- air_faces
- Returns:
ansys.aedt.core.modules.boundary.common.BoundaryObjectBoundary object when successful or
Nonewhen failed.
References
>>> oModule.AssignGrilleBoundary