objects_child#

class ansys.fluent.core.generated.solver.settings_261.objects_child(name=None, parent=None)#

Bases: Group

‘child_object_type’ of objects.

Attributes

Attribute

Summary

name

Name of the Generalized Force object.

ct_id

Cell thread ID associated with the force object.

wt_id

List of wall thread IDs associated with the force object.

autofill

Whether autofill is enabled for this object.

mode_shape_prof

Mesh displacement profile name used by autofill function.

cmplx

Whether the mode shape is complex.

dispx_type

Type of X displacement input.

dispx_prof

Profile name for X displacement.

dispx_field

Field name for X displacement.

dispx_value

Constant value for X displacement.

dispy_type

Type of Y displacement input.

dispy_prof

Profile name for Y displacement.

dispy_field

Field name for Y displacement.

dispy_value

Constant value for Y displacement.

dispz_type

Type of Z displacement input.

dispz_prof

Profile name for Z displacement.

dispz_field

Field name for Z displacement.

dispz_value

Constant value for Z displacement.

imagx_type

Type of X imaginary input.

imagx_prof

Profile name for X imaginary.

imagx_field

Field name for X imaginary.

imagx_value

Constant value for X imaginary.

imagy_type

Type of Y imaginary input.

imagy_prof

Profile name for Y imaginary.

imagy_field

Field name for Y imaginary.

imagy_value

Constant value for Y imaginary.

imagz_type

Type of Z imaginary input.

imagz_prof

Profile name for Z imaginary.

imagz_field

Field name for Z imaginary.

imagz_value

Constant value for Z imaginary.

norm

Whether the mode shape is normalized.

scalar_field

Scalar field index.

fourier_decomp

Use Fourier representation of chosen scalar field.

ibfreq

Base frequency index.

harmonic

Harmonic.

Included in:

Parent

Summary

objects

Manage Generalized Forces objects.