session_solver_icing#
Module containing class encapsulating Fluent connection.
Expose icing capabilities.
Classes:
|
Encapsulates a Fluent server for Icing session connection. |
- class ansys.fluent.core.session_solver_icing.SolverIcing(fluent_connection, scheme_eval, file_transfer_service=None, start_transcript=True, launcher_args=None)#
Bases:
SolverEncapsulates a Fluent server for Icing session connection.
SolverIcing(Session) holds the top-level objects for solver TUI, settings and icing datamodel objects calls.
Methods:
__init__(fluent_connection, scheme_eval[, ...])SolverIcing session.
Attributes:
Instance of icing (Case.App) -> root datamodel object.
- __init__(fluent_connection, scheme_eval, file_transfer_service=None, start_transcript=True, launcher_args=None)#
SolverIcing 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.
- property icing#
Instance of icing (Case.App) -> root datamodel object.