session_meshing#
Module containing class encapsulating Fluent connection.
Classes:
|
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, andmeshing
andworkflow
objects for access to task-based meshing workflows are all exposed here. Aswitch_to_solver
method is available in this mode.Attributes:
Datamodel root of PMFileManagement.
Datamodel root of PartManagement.
Datamodel root of meshing.
Datamodel root of preferences.
Instance of
main_menu
on which Fluent's SolverTUI methods can be executed.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.