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, file_transfer_service=None)#

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.

meshing_utilities

Datamodel root of meshing_utilities.

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, file_transfer_service=None)#

Meshing session.

Args:

fluent_connection (fluent_connection): Encapsulates a Fluent connection. file_transfer_service: Supports file upload and download.

property meshing#

Datamodel root of meshing.

property meshing_utilities#

Datamodel root of meshing_utilities.

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.