create#
- class ansys.fluent.core.generated.solver.settings_252.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgs
Create turbo mesh interface.
- Parameters:
- mesh_interface_name
str
The mesh interface names.
- adjacent_cell_zone_1
str
Adjacent cell zone 1.
- zone1
str
First interface defining this mesh-interface.
- adjacent_cell_zone_2
str
Adjacent cell zone 2.
- zone2
str
Second interface defining this mesh-interface.
- paired_zones
List
Paired zones list.
- turbo_choice
str
Your choice of pitch-change types.
- turbo_non_overlapbool
Enable non-overlapping walls option for this mesh-interface.
- mesh_interface_name
Arguments
Argument |
Summary |
---|---|
The mesh interface names. |
|
Adjacent cell zone 1. |
|
First interface defining this mesh-interface. |
|
Adjacent cell zone 2. |
|
Second interface defining this mesh-interface. |
|
Paired zones list. |
|
Your choice of pitch-change types. |
|
Enable non-overlapping walls option for this mesh-interface. |
Included in:
Parent |
Summary |
---|---|
Create turbo interfaces. |