convert_domain#

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

Bases: Command

Convert entire domain to polyhedra cells.

Parameters:
structured_mesh_optionbool

Check polyhedra conversion for structured meshes.

face_hierarchy_optionbool

Check polyhedra conversion for adapted meshes.

reinitialize_optionbool

Check for data reinitialization after polyhedra conversion.

boundary_layer_optionstr

Preserve boundary layers during polyhedra conversion.

dynamic_mesh_optionbool

Check polyhedra conversion for dynamic mesh model.

heat_exchanger_optionbool

Check polyhedra conversion for heat exchanger model.

multiple_shadow_nodes_optionbool

Check polyhedra conversion for mesh with multiple shadow nodes.

inconsistent_periodic_optionbool

Check polyhedra conversion for mesh with inconsistent periodic boundaries.

Arguments

Argument

Summary

structured_mesh_option

Check polyhedra conversion for structured meshes.

face_hierarchy_option

Check polyhedra conversion for adapted meshes.

reinitialize_option

Check for data reinitialization after polyhedra conversion.

boundary_layer_option

Preserve boundary layers during polyhedra conversion.

dynamic_mesh_option

Check polyhedra conversion for dynamic mesh model.

heat_exchanger_option

Check polyhedra conversion for heat exchanger model.

multiple_shadow_nodes_option

Check polyhedra conversion for mesh with multiple shadow nodes.

inconsistent_periodic_option

Check polyhedra conversion for mesh with inconsistent periodic boundaries.

Included in:

Parent

Summary

polyhedra

The polyhedra object.