create_displacement#
- class ansys.fluent.core.generated.solver.settings_271.create_displacement(name=None, parent=None)#
Bases:
CommandCreate a new periodic displacement object.
- Parameters:
- displacement_name
str Name of the periodic displacement.
- autofillbool
When enabled, automatically populate displacement fields from a mode-shape profile.
- mode_shape_profile
str Name of the mode-shape profile for autofill.
- complexbool
Whether mode shape is complex.
- x_displacement_type
str Type: “constant” or “profile”.
- x_displacement_profile
str Profile name for X displacement (when type is “profile”).
- x_displacement_field
str Field name within the profile for X displacement.
- x_displacement
real X displacement constant value.
- y_displacement_type
str Type: “constant” or “profile”.
- y_displacement_profile
str Profile name for Y displacement (when type is “profile”).
- y_displacement_field
str Field name within the profile for Y displacement.
- y_displacement
real Y displacement constant value.
- z_displacement_type
str Type: “constant” or “profile”.
- z_displacement_profile
str Profile name for Z displacement (when type is “profile”).
- z_displacement_field
str Field name within the profile for Z displacement.
- z_displacement
real Z displacement constant value.
- x_imaginary_displacement_type
str Type: “constant” or “profile”.
- x_imaginary_displacement_profile
str Profile name for X imaginary displacement (when type is “profile”).
- x_imaginary_displacement_field
str Field name within the profile for X imaginary displacement.
- x_imaginary_displacement
real X imaginary displacement constant value. Used when complex mode shape is enabled.
- y_imaginary_displacement_type
str Type: “constant” or “profile”.
- y_imaginary_displacement_profile
str Profile name for Y imaginary displacement (when type is “profile”).
- y_imaginary_displacement_field
str Field name within the profile for Y imaginary displacement.
- y_imaginary_displacement
real Y imaginary displacement constant value. Used when complex mode shape is enabled.
- z_imaginary_displacement_type
str Type: “constant” or “profile”.
- z_imaginary_displacement_profile
str Profile name for Z imaginary displacement (when type is “profile”).
- z_imaginary_displacement_field
str Field name within the profile for Z imaginary displacement.
- z_imaginary_displacement
real Z imaginary displacement constant value. Used when complex mode shape is enabled.
- frequency_type
str Type: “constant” or “profile”.
- frequency_profile
str Profile name for frequency (when type is “profile”).
- frequency_field
str Field name within the profile for frequency.
- frequency
real Frequency constant value.
- normalizedbool
Whether the profile is normalized.
- amplitude_type
str Type: “constant” or “profile”.
- amplitude_profile
str Profile name for amplitude (when type is “profile”).
- amplitude_field
str Field name within the profile for amplitude.
- amplitude
real Amplitude constant value.
- method
int Mode propagation option: 0=None, 1=Travelling Wave, 2=Influence Coefficient.
- nodal_diameter
int Nodal diameter value.
- forwardbool
Travelling direction: #t=Forward, #f=Backward.
- passage_number_type
str Type: “constant” or “profile”.
- passage_number_profile
str Profile name for passage number (when type is “profile”).
- passage_number_field
str Field name within the profile for passage number.
- passage_number
real Passage number constant value.
- aerodampingbool
Enable aerodamping monitors.
- displacement_name
Arguments
Argument |
Summary |
|---|---|
Name of the periodic displacement. |
|
When enabled, automatically populate displacement fields from a mode-shape profile. |
|
Name of the mode-shape profile for autofill. |
|
Whether mode shape is complex. |
|
Type: “constant” or “profile”. |
|
Profile name for X displacement (when type is “profile”). |
|
Field name within the profile for X displacement. |
|
X displacement constant value. |
|
Type: “constant” or “profile”. |
|
Profile name for Y displacement (when type is “profile”). |
|
Field name within the profile for Y displacement. |
|
Y displacement constant value. |
|
Type: “constant” or “profile”. |
|
Profile name for Z displacement (when type is “profile”). |
|
Field name within the profile for Z displacement. |
|
Z displacement constant value. |
|
Type: “constant” or “profile”. |
|
Profile name for X imaginary displacement (when type is “profile”). |
|
Field name within the profile for X imaginary displacement. |
|
X imaginary displacement constant value. Used when complex mode shape is enabled. |
|
Type: “constant” or “profile”. |
|
Profile name for Y imaginary displacement (when type is “profile”). |
|
Field name within the profile for Y imaginary displacement. |
|
Y imaginary displacement constant value. Used when complex mode shape is enabled. |
|
Type: “constant” or “profile”. |
|
Profile name for Z imaginary displacement (when type is “profile”). |
|
Field name within the profile for Z imaginary displacement. |
|
Z imaginary displacement constant value. Used when complex mode shape is enabled. |
|
Type: “constant” or “profile”. |
|
Profile name for frequency (when type is “profile”). |
|
Field name within the profile for frequency. |
|
Frequency constant value. |
|
Whether the profile is normalized. |
|
Type: “constant” or “profile”. |
|
Profile name for amplitude (when type is “profile”). |
|
Field name within the profile for amplitude. |
|
Amplitude constant value. |
|
Mode propagation option: 0=None, 1=Travelling Wave, 2=Influence Coefficient. |
|
Nodal diameter value. |
|
Travelling direction: #t=Forward, #f=Backward. |
|
Type: “constant” or “profile”. |
|
Profile name for passage number (when type is “profile”). |
|
Field name within the profile for passage number. |
|
Passage number constant value. |
|
Enable aerodamping monitors. |
Included in:
Parent |
Summary |
|---|---|
‘periodic_displacements’ child. |