create#
- class ansys.fluent.core.generated.solver.settings_251.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgs
Create mesh interfaces.
- Parameters:
- name
str
Enter a prefix for mesh interface names.
- zone1
str
Select first interface zones for pairing.
- zone2
str
Select second interface zones for pairing.
- zone1_list
List
Select first interface defining this mesh-interface.
- zone2_list
List
Select second interface defining this mesh-interface.
- mappedbool
Indicate if 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
Indicate if mesh-interface is adjacent to periodic boundaries.
- turbobool
Create a general turbo interface.
- turbo_choice
str
Enter your choice of pitch-change types.
- mixing_planebool
If you want to use mixing plane mechanism.
- turbo_non_overlapbool
Create non-overlapping walls for gti interfaces.
- coupledbool
Indicate if mesh-interface is coupled.
- matchingbool
Indicate if mesh-interface is matching.
- ignore_area_differencebool
Check if user want to create poorly matched interface.
- staticbool
Indicate if mesh-interface is static.
- name
Arguments
Argument |
Summary |
---|---|
Enter a prefix for mesh interface names. |
|
Select first interface zones for pairing. |
|
Select second interface zones for pairing. |
|
Select first interface defining this mesh-interface. |
|
Select second interface defining this mesh-interface. |
|
Indicate if 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. |
|
Indicate if mesh-interface is adjacent to periodic boundaries. |
|
Create a general turbo interface. |
|
Enter your choice of pitch-change types. |
|
If you want to use mixing plane mechanism. |
|
Create non-overlapping walls for gti interfaces. |
|
Indicate if mesh-interface is coupled. |
|
Indicate if mesh-interface is matching. |
|
Check if user want to create poorly matched interface. |
|
Indicate if mesh-interface is static. |
Included in:
Parent |
Summary |
---|---|
Create mesh interfaces. |