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:
- domain
str
Domain.
- cell_zones
List
Cell zone.
- volumes
List
Physics-volume/expression-volume name.
- registers
List
Register.
- variable
str
Variable.
- reference_frame
str
Velocity Reference Frame.
- use_custom_field_functionbool
Enable/disable custom field function for patching.
- custom_field_function_name
str
Custom function.
- value
real
Patch value.
- domain
Arguments
Argument |
Summary |
---|---|
Domain. |
|
Cell zone. |
|
Physics-volume/expression-volume name. |
|
Register. |
|
Variable. |
|
Velocity Reference Frame. |
|
Enable/disable custom field function for patching. |
|
Custom function. |
|
Patch value. |
Included in:
Parent |
Summary |
---|---|
Patch object. |