create#

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

Bases: CommandWithPositionalArgs

Create mesh interfaces.

Parameters:
namestr

Enter a prefix for mesh interface names.

zone1str

Select first interface zones for pairing.

zone2str

Select second interface zones for pairing.

zone1_listList

Select first interface defining this mesh-interface.

zone2_listList

Select second interface defining this mesh-interface.

mappedbool

Indicate if 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

Indicate if mesh-interface is adjacent to periodic boundaries.

turbobool

Create a general turbo interface.

turbo_choicestr

Enter your choice of pitch-change types.

mixing_planebool

If you want to use mixing plane mechanism.

turbo_non_overlapbool

Create non-overlapping walls for gti interfaces.

coupledbool

Indicate if mesh-interface is coupled.

matchingbool

Indicate if mesh-interface is matching.

ignore_area_differencebool

Check if user want to create poorly matched interface.

staticbool

Indicate if mesh-interface is static.

Arguments

Argument

Summary

name

Enter a prefix for mesh interface names.

zone1

Select first interface zones for pairing.

zone2

Select second interface zones for pairing.

zone1_list

Select first interface defining this mesh-interface.

zone2_list

Select second interface defining this mesh-interface.

mapped

Indicate if 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

Indicate if mesh-interface is adjacent to periodic boundaries.

turbo

Create a general turbo interface.

turbo_choice

Enter your choice of pitch-change types.

mixing_plane

If you want to use mixing plane mechanism.

turbo_non_overlap

Create non-overlapping walls for gti interfaces.

coupled

Indicate if mesh-interface is coupled.

matching

Indicate if mesh-interface is matching.

ignore_area_difference

Check if user want to create poorly matched interface.

static

Indicate if mesh-interface is static.

Included in:

Parent

Summary

interface_2

Create mesh interfaces.