create_manually#

class ansys.fluent.core.generated.solver.settings_251.create_manually(name=None, parent=None)#

Bases: Command

Create one-to-one interfaces between two groups of boundary zones even if they do not currently overlap.

Parameters:
namestr

The prefix for mesh interface names.

zone_list_1List

The boundary zones belonging to the first group.

zone_list_2List

The boundary zones belonging to the second group.

matchingbool

Specifies whether mesh-interface is matching.

ignore_area_differencebool

Check if user want to create poorly matched interface.

Arguments

Argument

Summary

name

The prefix for mesh interface names.

zone_list_1

The boundary zones belonging to the first group.

zone_list_2

The boundary zones belonging to the second group.

matching

Specifies whether mesh-interface is matching.

ignore_area_difference

Check if user want to create poorly matched interface.

Included in:

Parent

Summary

mesh_interfaces

The mesh interfaces object.