create#

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

Bases: CommandWithPositionalArgs

Create a mesh interface.

Parameters:
si_namestr

The name/prefix for the mesh interface.

all_bndbool

Pick up zones for mesh interface creation.

zone_idsList

Boundary zones and/or cell zones for pairing.

exclude_pairbool

Excluding specified zone pairs.

exclude_zone_idsList

Wall and/or 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.

staticbool

Specifies whether mesh-interface is static.

ignore_area_differencebool

Check if user want to create poorly matched interface.

Arguments

Argument

Summary

si_name

The name/prefix for the mesh interface.

all_bnd

Pick up zones for mesh interface creation.

zone_ids

Boundary zones and/or cell zones for pairing.

exclude_pair

Excluding specified zone pairs.

exclude_zone_ids

Wall and/or 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.

static

Specifies whether mesh-interface is static.

ignore_area_difference

Check if user want to create poorly matched interface.

Included in:

Parent

Summary

mesh_interfaces

The mesh interfaces object.