calculate_patch#

class ansys.fluent.core.generated.solver.settings_252.calculate_patch(name=None, parent=None)#

Bases: Command

Patch a value for a flow variable in the domain.

Parameters:
domainstr

Domain.

cell_zonesList

Cell zone.

registersList

Register.

variablestr

Variable.

reference_framestr

Velocity Reference Frame.

use_custom_field_functionbool

Enable/disable custom field function for patching.

custom_field_function_namestr

Custom function.

valuereal

Patch value.

Arguments

Argument

Summary

domain

Domain.

cell_zones

Cell zone.

registers

Register.

variable

Variable.

reference_frame

Velocity Reference Frame.

use_custom_field_function

Enable/disable custom field function for patching.

custom_field_function_name

Custom function.

value

Patch value.

Included in:

Parent

Summary

patch

Patch object.