create#

class ansys.fluent.core.generated.solver.settings_271.create(name=None, parent=None)#

Bases: CommandWithPositionalArgs

Create mesh interfaces.

Parameters:
namestr

The prefix for mesh interface names.

boundary_1str

First interface zones for pairing.

boundary_2str

First interface zones for pairing.

periodicitystr

Specifies the periodic type . .

offsetList

Specifies the translation offset distance. .

anglereal

The angle of rotational periodicity.

originList

Specifies the origin for for rotational periodicity .

directionList

Specifies the axis vector for rotational periodicity .

intf_typestr

Interface type.

mesh_connectivitystr

Interface mesh connectivity type.

Arguments

Argument

Summary

name

The prefix for mesh interface names.

boundary_1

First interface zones for pairing.

boundary_2

First interface zones for pairing.

periodicity

Specifies the periodic type . .

offset

Specifies the translation offset distance. .

angle

The angle of rotational periodicity.

origin

Specifies the origin for for rotational periodicity .

direction

Specifies the axis vector for rotational periodicity .

intf_type

Interface type.

mesh_connectivity

Interface mesh connectivity type.

Included in:

Parent

Summary

interfaces

Physics interface definitions.