create_many_to_many_interfaces#
- class ansys.fluent.core.generated.solver.settings_261.create_many_to_many_interfaces(name=None, parent=None)#
Bases:
CommandCreate mesh interfaces.
- Parameters:
- name
str The name for the mesh interface.
- zone1_list
List First interface defining this mesh-interface.
- zone2_list
List Second interface defining this mesh-interface.
- mappedbool
Specifies whether mesh-interface is mapped.
- enable_local_mapped_tolerancebool
Enable local tolerance for this mesh interface.
- use_local_edge_length_factorbool
Enable tolerance based on local edge length factor instead of absolute tolerance.
- local_relative_mapped_tolerance
real Tolerance.
- local_absolute_mapped_tolerance
real Tolerance.
- periodicbool
Specifies whether mesh-interface is adjacent to periodic boundaries.
- coupledbool
Specifies whether mesh-interface is coupled.
- matchingbool
Specifies whether mesh-interface is matching.
- staticbool
Specifies whether mesh-interface is static.
- ignore_area_differencebool
Check if user want to create poorly matched interface.
- name
Arguments
Argument |
Summary |
|---|---|
The name for the mesh interface. |
|
First interface defining this mesh-interface. |
|
Second interface defining this mesh-interface. |
|
Specifies whether mesh-interface is mapped. |
|
Enable local tolerance for this mesh interface. |
|
Enable tolerance based on local edge length factor instead of absolute tolerance. |
|
Tolerance. |
|
Tolerance. |
|
Specifies whether mesh-interface is adjacent to periodic boundaries. |
|
Specifies whether mesh-interface is coupled. |
|
Specifies whether mesh-interface is matching. |
|
Specifies whether mesh-interface is static. |
|
Check if user want to create poorly matched interface. |
Included in:
Parent |
Summary |
|---|---|
Create mesh interfaces. |