create_periodic_interface#
- class ansys.fluent.core.generated.solver.settings_252.create_periodic_interface(name=None, parent=None)#
Bases:
Command
Create a conformal or non-conformal periodic interface.
- Parameters:
- creation_method
str
Method for creating periodic boundary.
- interface_name
str
Name of periodic interface.
- periodic_zone
str
Id/name of zone to convert to periodic.
- shadow_zone
str
Id/name of shadow zone to convert to periodic shadow.
- rotational_periodicbool
Rotational or tranlational periodic boundary.
- update_originbool
Use a new origin instead of the default origin.
- origin
List
User specified origin of rotation.
- update_directionbool
Use a new rotational axis/direction instead of the default one.
- direction
List
User specified axis/direction of rotation.
- auto_compute_offsetbool
Automatically compute periodic offset.
- angular_offset
real
Rotational periodic offset.
- translational_offset
List
Translation offset vector.
- create_periodicbool
Create periodic boundary.
- create_matchingbool
Create matching interface.
- creation_method
Arguments
Argument |
Summary |
---|---|
Method for creating periodic boundary. |
|
Name of periodic interface. |
|
Id/name of zone to convert to periodic. |
|
Id/name of shadow zone to convert to periodic shadow. |
|
Rotational or tranlational periodic boundary. |
|
Use a new origin instead of the default origin. |
|
User specified origin of rotation. |
|
Use a new rotational axis/direction instead of the default one. |
|
User specified axis/direction of rotation. |
|
Automatically compute periodic offset. |
|
Rotational periodic offset. |
|
Translation offset vector. |
|
Create periodic boundary. |
|
Create matching interface. |
Included in:
Parent |
Summary |
---|---|
The modify zones object. |