create_periodic_interface#
- class ansys.fluent.core.generated.solver.settings_251.create_periodic_interface(name=None, parent=None)#
Bases:
Command
Create a conformal or non-conformal periodic interface.
- Parameters:
- periodic_method
str
Method for creating periodic boundary.
- interface_name
str
Enter a name for this periodic interface.
- zone_name
str
Enter id/name of zone to convert to periodic.
- shadow_zone_name
str
Enter id/name of zone to convert to shadow.
- rotate_periodicbool
Rotational or tranlational periodic boundary.
- new_originbool
Use a new origin instead of the default origin.
- origin
List
User specified origin of rotation.
- new_directionbool
Use a new rotational axis/direction instead of the default one.
- direction
List
User specified axis/direction of rotation.
- auto_offsetbool
Automatically calculate periodic offset.
- angle_offset
real
Angle of rotation.
- trans_offset
List
Translation offset vector.
- create_periodicbool
Create periodic boundary.
- create_matchingbool
Create matching interface.
- periodic_method
Arguments
Argument |
Summary |
---|---|
Method for creating periodic boundary. |
|
Enter a name for this periodic interface. |
|
Enter id/name of zone to convert to periodic. |
|
Enter id/name of zone to convert to 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 calculate periodic offset. |
|
Angle of rotation. |
|
Translation offset vector. |
|
Create periodic boundary. |
|
Create matching interface. |
Included in:
Parent |
Summary |
---|---|
Enter the modify zones menu. |