Session meshing#
Module containing class encapsulating Fluent connection.
Classes:
|
Encapsulates a Fluent meshing session. |
- class ansys.fluent.core.session_meshing.Meshing(fluent_connection, scheme_eval, file_transfer_service=None, start_transcript=True, launcher_args=None)#
Bases:
PureMeshingEncapsulates a Fluent meshing session.
A
tuiobject for meshing TUI commanding, andmeshingandworkflowobjects for access to task-based meshing workflows are all exposed here. Aswitch_to_solvermethod is available in this mode.Methods:
__init__(fluent_connection, scheme_eval[, ...])Meshing session.
Switch to solver mode and return a solver session object.
- __init__(fluent_connection, scheme_eval, file_transfer_service=None, start_transcript=True, launcher_args=None)#
Meshing session.
- Parameters:
- fluent_connection (:ref:`ref_fluent_connection`):
Encapsulates a Fluent connection.
- scheme_eval: SchemeEval
Instance of
SchemeEvalto execute Fluent’s scheme code on.- file_transfer_service
Optional Service for uploading and downloading files.
- start_transcriptbool,
optional Whether to start the Fluent transcript in the client. The default is
True, in which case the Fluent transcript can be subsequently started and stopped using method calls on theSessionobject.
- switch_to_solver()#
Switch to solver mode and return a solver session object. Deactivate this object’s public interface and streaming services.
- Returns:
Solver