create#
- class ansys.fluent.core.generated.solver.settings_261.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgsCreate a new Generalized Force object.
- Parameters:
- name
str Name of the new Generalized Force object.
- ct_id
int Cell thread ID associated with the force object. Must be a valid cell thread ID from the available list.
- wt_id
List List of wall thread IDs on which to map the displacement profile.
- autofillbool
Use automatic filling function to read uploaded mode shape profile.
- mode_shape_prof
str Mesh displacement profile name.
- cmplxbool
Whether the mode shape is complex or real.
- dispx_type
str Type of X displacement.
- dispx_udfbool
Whether to use UDF profile for X displacement.
- dispx_prof
str Profile name for X displacement.
- dispx_field
str Field name for X displacement. When UDF is selected, must be a valid UDF name.
- dispx_value
real Constant value for X displacement.
- dispy_type
str Type of Y displacement.
- dispy_udfbool
Whether to use UDF profile for Y displacement.
- dispy_prof
str Profile name for Y displacement.
- dispy_field
str Field name for Y displacement. When UDF is selected, must be a valid UDF name.
- dispy_value
real Constant value for Y displacement.
- dispz_type
str Type of Z displacement.
- dispz_udfbool
Whether to use UDF profile for Z displacement.
- dispz_prof
str Profile name for Z displacement.
- dispz_field
str Field name for Z displacement. When UDF is selected, must be a valid UDF name.
- dispz_value
real Constant value for Z displacement.
- imagx_type
str Type of X imaginary.
- imagx_udfbool
Whether to use UDF profile for X imaginary displacement.
- imagx_prof
str Profile name for X imaginary.
- imagx_field
str Field name for X imaginary. When UDF is selected, must be a valid UDF name.
- imagx_value
real Constant value for X imaginary.
- imagy_type
str Type of Y imaginary.
- imagy_udfbool
Whether to use UDF profile for Y imaginary displacement.
- imagy_prof
str Profile name for Y imaginary.
- imagy_field
str Field name for Y imaginary. When UDF is selected, must be a valid UDF name.
- imagy_value
real Constant value for Y imaginary.
- imagz_type
str Type of Z imaginary.
- imagz_udfbool
Whether to use UDF profile for Z imaginary displacement.
- imagz_prof
str Profile name for Z imaginary.
- imagz_field
str Field name for Z imaginary. When UDF is selected, must be a valid UDF name.
- imagz_value
real Constant value for Z imaginary.
- normbool
Whether the mode shape is normalized.
- scalar_field
int Scalar field index.
- fourier_decompbool
Whether the Fourier decomposition of the chosen scalar field is used.
- ibfreq
int Base frequency index for Fourier coefficient. Selected from allowed indices for the cell zone.
- harmonic
int Harmonic selected from available harmonics for the cell zone and frequency index.
- name
Arguments
Argument |
Summary |
|---|---|
Name of the new Generalized Force object. |
|
Cell thread ID associated with the force object. Must be a valid cell thread ID from the available list. |
|
List of wall thread IDs on which to map the displacement profile. |
|
Use automatic filling function to read uploaded mode shape profile. |
|
Mesh displacement profile name. |
|
Whether the mode shape is complex or real. |
|
Type of X displacement. |
|
Whether to use UDF profile for X displacement. |
|
Profile name for X displacement. |
|
Field name for X displacement. When UDF is selected, must be a valid UDF name. |
|
Constant value for X displacement. |
|
Type of Y displacement. |
|
Whether to use UDF profile for Y displacement. |
|
Profile name for Y displacement. |
|
Field name for Y displacement. When UDF is selected, must be a valid UDF name. |
|
Constant value for Y displacement. |
|
Type of Z displacement. |
|
Whether to use UDF profile for Z displacement. |
|
Profile name for Z displacement. |
|
Field name for Z displacement. When UDF is selected, must be a valid UDF name. |
|
Constant value for Z displacement. |
|
Type of X imaginary. |
|
Whether to use UDF profile for X imaginary displacement. |
|
Profile name for X imaginary. |
|
Field name for X imaginary. When UDF is selected, must be a valid UDF name. |
|
Constant value for X imaginary. |
|
Type of Y imaginary. |
|
Whether to use UDF profile for Y imaginary displacement. |
|
Profile name for Y imaginary. |
|
Field name for Y imaginary. When UDF is selected, must be a valid UDF name. |
|
Constant value for Y imaginary. |
|
Type of Z imaginary. |
|
Whether to use UDF profile for Z imaginary displacement. |
|
Profile name for Z imaginary. |
|
Field name for Z imaginary. When UDF is selected, must be a valid UDF name. |
|
Constant value for Z imaginary. |
|
Whether the mode shape is normalized. |
|
Scalar field index. |
|
Whether the Fourier decomposition of the chosen scalar field is used. |
|
Base frequency index for Fourier coefficient. Selected from allowed indices for the cell zone. |
|
Harmonic selected from available harmonics for the cell zone and frequency index. |
Included in:
Parent |
Summary |
|---|---|
Manage Generalized Forces objects. |