make_periodic#
- class ansys.fluent.core.generated.solver.settings_261.make_periodic(name=None, parent=None)#
Bases:
CommandAttempt to establish conformal periodic face zone connectivity.
- Parameters:
- zone_name
str Id/name of zone to convert to periodic.
- shadow_zone_name
str Id/name of zone to convert to shadow.
- rotate_periodicbool
Specifies whether the periodicity is rotational or translational.
- createbool
Specifies whether to create periodic zones or just check for periodicity.
- auto_translationbool
Specifies whether to automatically detect the translation vector for periodicity.
- direction
List Specifies the translation vector for periodicity. If auto-detection is enabled, this will be ignored.
- zone_name
Arguments
Argument |
Summary |
|---|---|
Id/name of zone to convert to periodic. |
|
Id/name of zone to convert to shadow. |
|
Specifies whether the periodicity is rotational or translational. |
|
Specifies whether to create periodic zones or just check for periodicity. |
|
Specifies whether to automatically detect the translation vector for periodicity. |
|
Specifies the translation vector for periodicity. If auto-detection is enabled, this will be ignored. |
Included in:
Parent |
Summary |
|---|---|
The modify zones object. |