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_option
str
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 |
---|---|
Check polyhedra conversion for structured meshes. |
|
Check polyhedra conversion for adapted meshes. |
|
Check for data reinitialization after polyhedra conversion. |
|
Preserve boundary layers during polyhedra conversion. |
|
Check polyhedra conversion for dynamic mesh model. |
|
Check polyhedra conversion for heat exchanger model. |
|
Check polyhedra conversion for mesh with multiple shadow nodes. |
|
Check polyhedra conversion for mesh with inconsistent periodic boundaries. |
Included in:
Parent |
Summary |
---|---|
The polyhedra object. |