user_defined_coupling_variables_via_udm_child#

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

Bases: Group

‘child_object_type’ of user_defined_coupling_variables_via_udm.

Attributes

Attribute

Summary

udm_index

Index for the user defined coupling variable. This index is used to identify the UDM in the fluent case file.

zone_names

List of zones for the user defined coupling variable.

extensive

Indicates whether the variable is extensive (e.g., total energy) or intensive (e.g., temperature).

input

Marks the variable as an input to Fluent from the coupled system.

output

Marks the variable as an output from Fluent to the coupled system.

output_variable_name

Specifies the name for the output variable sent to the coupled system.

input_variable_name

Specifies the name of the input variable received from the coupled system.

Included in:

Parent

Summary

user_defined_coupling_variables_via_udm

Enables configuration of user-defined coupling variables using User-Defined Memory (UDM).