create#

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

Bases: CommandWithPositionalArgs

Create mesh interfaces.

Parameters:
namestr

The prefix for mesh interface names.

zone1str

First interface zones for pairing.

zone2str

Second interface zones for pairing.

zone1_listList

First interface defining this mesh-interface.

zone2_listList

Second interface defining this mesh-interface.

mappedbool

Specifies whether mesh-interface is mapped.

enable_local_mapped_tolerancebool

Enable local tolerance for this mesh interface.

use_local_edge_length_factorbool

Enable tolerance based on local edge length factor instead of absolute tolerance.

local_relative_mapped_tolerancereal

Tolerance.

local_absolute_mapped_tolerancereal

Tolerance.

periodicbool

Specifies whether mesh-interface is adjacent to periodic boundaries.

coupledbool

Specifies whether mesh-interface is coupled.

matchingbool

Specifies whether mesh-interface is matching.

ignore_area_differencebool

Check if user want to create poorly matched interface.

staticbool

Specifies whether mesh-interface is static.

Arguments

Argument

Summary

name

The prefix for mesh interface names.

zone1

First interface zones for pairing.

zone2

Second interface zones for pairing.

zone1_list

First interface defining this mesh-interface.

zone2_list

Second interface defining this mesh-interface.

mapped

Specifies whether mesh-interface is mapped.

enable_local_mapped_tolerance

Enable local tolerance for this mesh interface.

use_local_edge_length_factor

Enable tolerance based on local edge length factor instead of absolute tolerance.

local_relative_mapped_tolerance

Tolerance.

local_absolute_mapped_tolerance

Tolerance.

periodic

Specifies whether mesh-interface is adjacent to periodic boundaries.

coupled

Specifies whether mesh-interface is coupled.

matching

Specifies whether mesh-interface is matching.

ignore_area_difference

Check if user want to create poorly matched interface.

static

Specifies whether mesh-interface is static.

Included in:

Parent

Summary

interface_4

Create mesh interfaces.