create#
- class ansys.fluent.core.generated.solver.settings_252.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgs
Create mesh interfaces.
- Parameters:
- name
str
The prefix for mesh interface names.
- zone1
str
First interface zones for pairing.
- zone2
str
Second interface zones for pairing.
- 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.
- ignore_area_differencebool
Check if user want to create poorly matched interface.
- staticbool
Specifies whether mesh-interface is static.
- name
Arguments
Argument |
Summary |
---|---|
The prefix for mesh interface names. |
|
First interface zones for pairing. |
|
Second interface zones for pairing. |
|
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. |
|
Check if user want to create poorly matched interface. |
|
Specifies whether mesh-interface is static. |
Included in:
Parent |
Summary |
---|---|
Create mesh interfaces. |