create#
- class ansys.fluent.core.generated.solver.settings_271.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgsCreate mesh interfaces.
- Parameters:
- name
str The prefix for mesh interface names.
- boundary_1
str First interface zones for pairing.
- boundary_2
str First interface zones for pairing.
- periodicity
str Specifies the periodic type . .
- offset
List Specifies the translation offset distance. .
- angle
real The angle of rotational periodicity.
- origin
List Specifies the origin for for rotational periodicity .
- direction
List Specifies the axis vector for rotational periodicity .
- intf_type
str Interface type.
- mesh_connectivity
str Interface mesh connectivity type.
- name
Arguments
Argument |
Summary |
|---|---|
The prefix for mesh interface names. |
|
First interface zones for pairing. |
|
First interface zones for pairing. |
|
Specifies the periodic type . . |
|
Specifies the translation offset distance. . |
|
The angle of rotational periodicity. |
|
Specifies the origin for for rotational periodicity . |
|
Specifies the axis vector for rotational periodicity . |
|
Interface type. |
|
Interface mesh connectivity type. |
Included in:
Parent |
Summary |
|---|---|
Physics interface definitions. |