calculate_patch#
- class ansys.fluent.core.solver.settings_231.calculate_patch.calculate_patch(name=None, parent=None)#
Patch a value for a flow variable in the domain.
- Parameters:
- domain
str
‘domain’ child.
- cell_zones
List
‘cell_zones’ child.
- register_id
List
‘register_id’ child.
- variable
str
‘variable’ child.
- patch_velocitybool
‘patch_velocity’ child.
- use_custom_field_functionbool
‘use_custom_field_function’ child.
- custom_field_function_name
str
‘custom_field_function_name’ child.
- value
real
‘value’ child.
- domain
Arguments
Argument |
Summary |
---|---|
‘domain’ child. |
|
‘cell_zones’ child. |
|
‘register_id’ child. |
|
‘variable’ child. |
|
‘patch_velocity’ child. |
|
‘use_custom_field_function’ child. |
|
‘custom_field_function_name’ child. |
|
‘value’ child. |
Included in:
Parent |
Summary |
---|---|
‘patch’ child. |