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

Enter a prefix for mesh interface names.

zone_list_1List

Enter the boundary zones belonging to the first group.

zone_list_2List

Enter the boundary zones belonging to the second group.

matchingbool

Indicate if mesh-interface is matching.

ignore_area_differencebool

Check if user want to create poorly matched interface.

Arguments

Argument

Summary

name

Enter a prefix for mesh interface names.

zone_list_1

Enter the boundary zones belonging to the first group.

zone_list_2

Enter the boundary zones belonging to the second group.

matching

Indicate if mesh-interface is matching.

ignore_area_difference

Check if user want to create poorly matched interface.

Included in:

Parent

Summary

mesh_interfaces

Enter the mesh interfaces menu.