create#
- class ansys.fluent.core.generated.solver.settings_252.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgs
Create a mesh interface.
- Parameters:
- si_name
str
The name/prefix for the mesh interface.
- all_bndbool
Pick up zones for mesh interface creation.
- zone_ids
List
Boundary zones and/or cell zones for pairing.
- exclude_pairbool
Excluding specified zone pairs.
- exclude_zone_ids
List
Wall and/or 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.
- staticbool
Specifies whether mesh-interface is static.
- ignore_area_differencebool
Check if user want to create poorly matched interface.
- si_name
Arguments
Argument |
Summary |
---|---|
The name/prefix for the mesh interface. |
|
Pick up zones for mesh interface creation. |
|
Boundary zones and/or cell zones for pairing. |
|
Excluding specified zone pairs. |
|
Wall and/or 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. |
|
Specifies whether mesh-interface is static. |
|
Check if user want to create poorly matched interface. |
Included in:
Parent |
Summary |
---|---|
The mesh interfaces object. |