mesh#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.mesh(service, version, mode, path)#

Bases: TUIMenu

Enter the grid menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

activate_lean_datastructures(service, ...)

Activates Lean data structures to reduce memory.

auto_mesh(service, version, mode, path)

Automatically executes initialization and refinement of mesh.

auto_mesh_controls(service, version, mode, path)

Automesh controls.

auto_mesh_multiple_objects(service, version, ...)

Automatically executes initialization and refinement of mesh for multiple objects.

auto_prefix_cell_zones(service, version, ...)

Prefix cell zones with user defined name.

cartesian(service, version, mode, path)

Enter Cartesian mesh menu.

cavity(service, version, mode, path)

Enter cavity menu.

cell_zone_conditions(service, version, mode, ...)

Enter manage cell zone conditions menu.

check_mesh(service, version, mode, path)

Check mesh for topological errors.

check_quality(service, version, mode, path)

Check mesh quality.

check_quality_level(service, version, mode, path)

Check mesh quality level.

clear_mesh(service, version, mode, path)

Clear internal mesh, leaving boundary faces.

clear_undo_stack(service, version, mode, path)

Clears undo stack.

create_frustrum(service, version, mode, path)

Create a cylindrical hex mesh.

create_heat_exchanger(service, version, ...)

Create heat exchanger zones using four points and 3 intervals.

deactivate_lean_datastructures(service, ...)

Deactivates Lean data structures.

domains(service, version, mode, path)

Enter domains menu.

hexcore(service, version, mode, path)

Enter the hexcore menu.

laplace_smooth_nodes(service, version, mode, ...)

Laplace smooth nodes.

list_mesh_parameter(service, version, mode, path)

Show all mesh parameters.

manage(service, version, mode, path)

Enter cell zone menu.

modify(service, version, mode, path)

Enter the mesh modify menu.

non_conformals(service, version, mode, path)

Enter the non conformals controls menu.

poly(service, version, mode, path)

Enter the poly menu.

poly_hexcore(service, version, mode, path)

Enter the poly-hexcore menu.

prepare_for_solve(service, version, mode, path)

Performs the following cleanup operations.

prime_meshing(service, version, mode, path)

Enable Prime Meshing.

prism(service, version, mode, path)

Enter the scoped prisms menu.

pyramid(service, version, mode, path)

Enter the pyramid controls menu.

rapid_octree(service, version, mode, path)

Enter the octree menu.

repair_face_handedness(service, version, ...)

Reverse face node orientation.

reset_mesh(service, version, mode, path)

Clear entire mesh.

reset_mesh_parameter(service, version, mode, ...)

Reset all parameters to their default values.

scoped_prisms(service, version, mode, path)

Manage scoped prisms.

scoped_thin_volume(service, version, mode, path)

Enter the scoped thin volume mesh controls menu.

selective_mesh_check(service, version, mode, ...)

Selective mesh check.

separate(service, version, mode, path)

Separate cells by various user defined methods.

tet(service, version, mode, path)

Enter the triangulation menu.

thin_volume_mesh(service, version, mode, path)

Enter the thin volume mesh controls menu.

zone_names_clean_up(service, version, mode, path)

Cleanup face and cell zone names.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class activate_lean_datastructures(service, version, mode, path)#

Bases: TUIMethod

Activates Lean data structures to reduce memory.

class auto_mesh(service, version, mode, path)#

Bases: TUIMethod

Automatically executes initialization and refinement of mesh.

class auto_mesh_multiple_objects(service, version, mode, path)#

Bases: TUIMethod

Automatically executes initialization and refinement of mesh for multiple objects.

class auto_prefix_cell_zones(service, version, mode, path)#

Bases: TUIMethod

Prefix cell zones with user defined name.

class check_mesh(service, version, mode, path)#

Bases: TUIMethod

Check mesh for topological errors.

class check_quality(service, version, mode, path)#

Bases: TUIMethod

Check mesh quality.

class check_quality_level(service, version, mode, path)#

Bases: TUIMethod

Check mesh quality level.

class clear_mesh(service, version, mode, path)#

Bases: TUIMethod

Clear internal mesh, leaving boundary faces.

class clear_undo_stack(service, version, mode, path)#

Bases: TUIMethod

Clears undo stack.

class create_frustrum(service, version, mode, path)#

Bases: TUIMethod

Create a cylindrical hex mesh.

class create_heat_exchanger(service, version, mode, path)#

Bases: TUIMethod

Create heat exchanger zones using four points and 3 intervals.

class deactivate_lean_datastructures(service, version, mode, path)#

Bases: TUIMethod

Deactivates Lean data structures.

class laplace_smooth_nodes(service, version, mode, path)#

Bases: TUIMethod

Laplace smooth nodes.

class list_mesh_parameter(service, version, mode, path)#

Bases: TUIMethod

Show all mesh parameters.

class prepare_for_solve(service, version, mode, path)#

Bases: TUIMethod

Performs the following cleanup operations. - Delete dead zones. - Delete geom and wrap objects. - Delete all edge zones. - Delete unused faces. - Delete unused nodes. .

class prime_meshing(service, version, mode, path)#

Bases: TUIMethod

Enable Prime Meshing.

class repair_face_handedness(service, version, mode, path)#

Bases: TUIMethod

Reverse face node orientation.

class reset_mesh(service, version, mode, path)#

Bases: TUIMethod

Clear entire mesh.

class reset_mesh_parameter(service, version, mode, path)#

Bases: TUIMethod

Reset all parameters to their default values.

class selective_mesh_check(service, version, mode, path)#

Bases: TUIMethod

Selective mesh check.

class zone_names_clean_up(service, version, mode, path)#

Bases: TUIMethod

Cleanup face and cell zone names.