session_meshing#

Module containing class encapsulating Fluent connection.

Classes:

Meshing(fluent_connection)

Encapsulates a Fluent meshing session.

class ansys.fluent.core.session_meshing.Meshing(fluent_connection)#

Bases: PureMeshing

Encapsulates a Fluent meshing session. A tui object for meshing TUI commanding, and meshing and workflow objects for access to task-based meshing workflows are all exposed here. A switch_to_solver method is available in this mode.

Attributes:

PMFileManagement

PMFileManagement datamodel root.

PartManagement

PartManagement datamodel root.

meshing

meshing datamodel root.

preferences

preferences datamodel root.

tui

Instance of main_menu on which Fluent's SolverTUI methods can be executed.

workflow

workflow datamodel root.

Methods:

__init__(fluent_connection)

Meshing session.

property PMFileManagement#

PMFileManagement datamodel root.

property PartManagement#

PartManagement datamodel root.

__init__(fluent_connection)#

Meshing session.

Args:

fluent_connection (fluent_connection): Encapsulates a Fluent connection.

property meshing#

meshing datamodel root.

property preferences#

preferences datamodel root.

property tui#

Instance of main_menu on which Fluent’s SolverTUI methods can be executed.

property workflow#

workflow datamodel root.