replace_zone#

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

Bases: Command

Replace a cell zone.

Parameters:
file_name_1str

The case file name to read the zone from.

zone_1_namestr

The zone name.

zone_2_namestr

The name of the zone to replace original zone with.

interpolatebool

Enables interpolation of data during zone replacement.

Arguments

Argument

Summary

file_name

The case file name to read the zone from.

zone_1_name

The zone name.

zone_2_name

The name of the zone to replace original zone with.

interpolate

Enables interpolation of data during zone replacement.

Included in:

Parent

Summary

modify_zones

The modify zones object.