create_manually#
- class ansys.fluent.core.generated.solver.settings_251.create_manually(name=None, parent=None)#
Bases:
Command
Create one-to-one interfaces between two groups of boundary zones even if they do not currently overlap.
- Parameters:
- name
str
The prefix for mesh interface names.
- zone_list_1
List
The boundary zones belonging to the first group.
- zone_list_2
List
The boundary zones belonging to the second group.
- matchingbool
Specifies whether mesh-interface is matching.
- ignore_area_differencebool
Check if user want to create poorly matched interface.
- name
Arguments
Argument |
Summary |
---|---|
The prefix for mesh interface names. |
|
The boundary zones belonging to the first group. |
|
The boundary zones belonging to the second group. |
|
Specifies whether mesh-interface is matching. |
|
Check if user want to create poorly matched interface. |
Included in:
Parent |
Summary |
---|---|
The mesh interfaces object. |