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:
PMFileManagement datamodel root.
PartManagement datamodel root.
meshing datamodel root.
preferences datamodel root.
Instance of
main_menu
on which Fluent's SolverTUI methods can be executed.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.