ansys.fluent.core.session_base_meshing#
Provides a module to get base Meshing session.
Classes:
|
Encapsulates base methods of a meshing session. |
- class ansys.fluent.core.session_base_meshing.BaseMeshing(session_execute_tui, fluent_connection, fluent_version, datamodel_service_tui, datamodel_service_se)#
Bases:
object
Encapsulates base methods of a meshing session.
Attributes:
Datamodel root of PMFileManagement.
Datamodel root of
PartManagement
.Datamodel root of the workflow.
Meshing object.
A wrapper over the Fluent's meshing queries.
Datamodel root of preferences.
Instance of
main_menu
on which Fluent's SolverTUI methods can be executed.Datamodel root of workflow.
Methods:
__init__
(session_execute_tui, ...)BaseMeshing session.
create_workflow
([initialize])Datamodel root of the workflow.
fault_tolerant_workflow
([initialize])Datamodel root of workflow.
Gets and returns the fluent version.
load_workflow
(file_path)Datamodel root of workflow.
topology_based_meshing_workflow
([initialize])Datamodel root of workflow.
two_dimensional_meshing_workflow
([initialize])Data model root of the workflow.
watertight_workflow
([initialize])Datamodel root of workflow.
- property PMFileManagement#
Datamodel root of PMFileManagement.
- property PartManagement#
Datamodel root of
PartManagement
.
- __init__(session_execute_tui, fluent_connection, fluent_version, datamodel_service_tui, datamodel_service_se)#
BaseMeshing session.
- Parameters:
- session_execute_tui (_type_):
Executes Fluent’s SolverTUI methods.
- fluent_connection (:ref:`ref_fluent_connection`):
Encapsulates a Fluent connection.
- create_workflow(initialize=True)#
Datamodel root of the workflow.
- property current_workflow#
Datamodel root of the workflow.
- Raises:
RuntimeError
If no workflow is initialized.
- fault_tolerant_workflow(initialize=True)#
Datamodel root of workflow.
- get_fluent_version()#
Gets and returns the fluent version.
- load_workflow(file_path)#
Datamodel root of workflow.
- property meshing#
Meshing object.
- property meshing_utilities#
A wrapper over the Fluent’s meshing queries.
- property preferences#
Datamodel root of preferences.
- topology_based_meshing_workflow(initialize=True)#
Datamodel root of workflow.
- property tui#
Instance of
main_menu
on which Fluent’s SolverTUI methods can be executed.
- two_dimensional_meshing_workflow(initialize=True)#
Data model root of the workflow.
- watertight_workflow(initialize=True)#
Datamodel root of workflow.
- property workflow#
Datamodel root of workflow.