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

Datamodel root of PMFileManagement.

PartManagement

Datamodel root of PartManagement.

meshing

Datamodel root of meshing.

preferences

Datamodel root of preferences.

tui

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

workflow

Datamodel root of workflow.

Methods:

__init__(fluent_connection)

Meshing session.

property PMFileManagement#

Datamodel root of PMFileManagement.

property PartManagement#

Datamodel root of PartManagement.

__init__(fluent_connection)#

Meshing session.

Args:

fluent_connection (fluent_connection): Encapsulates a Fluent connection.

property meshing#

Datamodel root of meshing.

property preferences#

Datamodel root of preferences.

property tui#

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

property workflow#

Datamodel root of workflow.